Trace number 4280997

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)SAT 15.0598 2.4414001

General information on the benchmark

NameRandom/Random-RB-2-30-15f/
rand-2-30-15-306-230f-09.xml
MD5SUM23c17749bea612774e78a3a072e2ad10
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.28985199
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints227
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree20
Distribution of variable degrees[{"degree":11,"count":2},{"degree":12,"count":5},{"degree":13,"count":2},{"degree":14,"count":4},{"degree":15,"count":4},{"degree":16,"count":3},{"degree":17,"count":2},{"degree":18,"count":5},{"degree":19,"count":2},{"degree":20,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":227}]
Number of extensional constraints227
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":227}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280997-1503124153.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280997-1503124153.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.53/0.88	c solve instance...
14.87/2.42	s SATISFIABLE
14.87/2.42	v <instantiation>
14.87/2.42	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
14.87/2.42	v 	<values>4 1 13 10 14 12 1 6 13 13 11 1 1 13 5 1 11 8 14 9 1 9 11 6 11 9 12 8 3 7 </values>
14.87/2.42	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280997-1503124153/watcher-4280997-1503124153 -o /tmp/evaluation-result-4280997-1503124153/solver-4280997-1503124153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503115583-12381 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1028440029 HOME/instance-4280997-1503124153.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16384, runsolver pid=16381
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 3.97 6.39 7.60 2/200 16405
/proc/meminfo: memFree=27050412/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=25999808 memory=26572 CPUtime=0.12 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 5524 0 0 0 11 1 0 0 20 0 20 0 145503243 26623803392 6643 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6499952 6643 2845 1 0 6488269 0
[pid=16386/tid=16387] ppid=16384 vsize=25999808 memory=7897794704663551903 CPUtime=0.08 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) R 16384 16384 12354 0 -1 4202560 3503 0 0 0 8 0 0 0 20 0 20 0 145503243 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455673147952 140455668927894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=25999808 memory=732370514095930341 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=25999808 memory=140375758476928 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16391] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16391/stat : 16391 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455223610384 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16392] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16392/stat : 16392 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455222557072 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16393] ppid=16384 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16386/task/16393/stat : 16393 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455221504272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16394] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16394/stat : 16394 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455220451984 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16395] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16395/stat : 16395 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26623803392 6643 33554432000 4194304 4196468 140725463364352 140455219399184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16396] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16396/stat : 16396 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503245 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454796372592 140455668927106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16397] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16397/stat : 16397 (java) S 16384 16384 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503246 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454795318560 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16398] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16398/stat : 16398 (java) S 16384 16384 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503246 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454794266224 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16399] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16399/stat : 16399 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503248 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454793214544 140455668934555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16400] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16400/stat : 16400 (java) S 16384 16384 12354 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454792161392 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16401] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16401/stat : 16401 (java) S 16384 16384 12354 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454791108592 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16402] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16402/stat : 16402 (java) S 16384 16384 12354 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454790056304 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16403] ppid=16384 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) S 16384 16384 12354 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454789003504 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503249 26623803392 6643 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27956 KiB

[startup+0.210394 s]*
/proc/loadavg: 3.97 6.39 7.60 2/200 16405
/proc/meminfo: memFree=27037832/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=26004064 memory=39272 CPUtime=0.33 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 8425 0 0 0 31 2 0 0 20 0 20 0 145503243 26628161536 9818 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6501016 9818 3067 1 0 6488269 0
[pid=16386/tid=16387] ppid=16384 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) R 16384 16384 12354 0 -1 4202560 5456 0 0 0 18 1 0 0 20 0 20 0 145503243 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455673126768 140455661632922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=26004096 memory=732370514095930341 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628194304 9818 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=26004064 memory=140375758476928 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16391] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16391/stat : 16391 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455223610384 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16392] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16392/stat : 16392 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455222557072 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16393] ppid=16384 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/16386/task/16393/stat : 16393 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628194304 9818 33554432000 4194304 4196468 140725463364352 140455221504272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16394] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16394/stat : 16394 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455220451984 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16395] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16395/stat : 16395 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 9818 33554432000 4194304 4196468 140725463364352 140455219399184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16396] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16396/stat : 16396 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503245 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454796372592 140455668927106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16397] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16397/stat : 16397 (java) S 16384 16384 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503246 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454795318560 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16398] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16398/stat : 16398 (java) S 16384 16384 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503246 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454794266224 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16399] ppid=16384 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16399/stat : 16399 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503248 26628194304 9818 33554432000 4194304 4196468 140725463364352 140454793214544 140455668934555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16400] ppid=16384 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/16386/task/16400/stat : 16400 (java) S 16384 16384 12354 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 20 0 145503249 26628194304 9818 33554432000 4194304 4196468 140725463364352 140454792161392 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16401] ppid=16384 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16401/stat : 16401 (java) S 16384 16384 12354 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 145503249 26628194304 9818 33554432000 4194304 4196468 140725463364352 140454791108592 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16402] ppid=16384 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16386/task/16402/stat : 16402 (java) S 16384 16384 12354 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 145503249 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454790056304 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16403] ppid=16384 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) S 16384 16384 12354 0 -1 1077944384 745 0 0 0 8 0 0 0 20 0 20 0 145503249 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454789003504 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503249 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503249 26628161536 9818 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40656 KiB

[startup+0.310494 s]*
/proc/loadavg: 3.97 6.39 7.60 3/200 16405
/proc/meminfo: memFree=27034656/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=26004064 memory=46676 CPUtime=0.52 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 9378 0 0 0 49 3 0 0 20 0 20 0 145503243 26628161536 11669 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6501016 11669 3118 1 0 6488269 0
[pid=16386/tid=16387] ppid=16384 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) R 16384 16384 12354 0 -1 4202560 6096 0 0 0 28 2 0 0 20 0 20 0 145503243 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455673153712 140455668937981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16391] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16391/stat : 16391 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455223610384 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16392] ppid=16384 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16386/task/16392/stat : 16392 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455222557072 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16393] ppid=16384 vsize=26004064 memory=140375637455791 CPUtime=0 cores=0-7
/proc/16386/task/16393/stat : 16393 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455221504272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16394] ppid=16384 vsize=26004064 memory=140375637458096 CPUtime=0 cores=0-7
/proc/16386/task/16394/stat : 16394 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455220451984 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16395] ppid=16384 vsize=26004064 memory=140375637460400 CPUtime=0 cores=0-7
/proc/16386/task/16395/stat : 16395 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26628161536 11669 33554432000 4194304 4196468 140725463364352 140455219399184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16396] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16396/stat : 16396 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503245 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454796372592 140455668927106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16397] ppid=16384 vsize=26004064 memory=280751274927760 CPUtime=0 cores=0-7
/proc/16386/task/16397/stat : 16397 (java) S 16384 16384 12354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145503246 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454795318560 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16398] ppid=16384 vsize=26004064 memory=280751274934672 CPUtime=0 cores=0-7
/proc/16386/task/16398/stat : 16398 (java) S 16384 16384 12354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145503246 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454794266224 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16399] ppid=16384 vsize=26004064 memory=280751274875952 CPUtime=0 cores=0-7
/proc/16386/task/16399/stat : 16399 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503248 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454793214544 140455668934555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16400] ppid=16384 vsize=26004064 memory=280751274948496 CPUtime=0.02 cores=0-7
/proc/16386/task/16400/stat : 16400 (java) S 16384 16384 12354 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454792161392 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16401] ppid=16384 vsize=26004064 memory=280751274955408 CPUtime=0.01 cores=0-7
/proc/16386/task/16401/stat : 16401 (java) S 16384 16384 12354 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454791108592 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16402] ppid=16384 vsize=26004064 memory=280751274953104 CPUtime=0.03 cores=0-7
/proc/16386/task/16402/stat : 16402 (java) S 16384 16384 12354 0 -1 1077944384 337 0 0 0 3 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454790056304 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16403] ppid=16384 vsize=26004064 memory=280751274969264 CPUtime=0.13 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) R 16384 16384 12354 0 -1 4202560 867 0 0 0 13 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454788999456 140455652996446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145503249 26628161536 11669 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48060 KiB

[startup+0.701056 s]
/proc/loadavg: 3.97 6.39 7.60 5/200 16405
/proc/meminfo: memFree=27000536/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=26006188 memory=148748 CPUtime=2.09 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 13901 0 0 0 204 5 0 0 20 0 20 0 145503243 26630336512 37187 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6501547 37187 3204 1 0 6488781 0
[pid=16386/tid=16387] ppid=16384 vsize=26006188 memory=280751275264192 CPUtime=0.67 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) R 16384 16384 12354 0 -1 4202560 6624 0 0 0 64 3 0 0 20 0 20 0 145503243 26630336512 37187 33554432000 4194304 4196468 140725463364352 140455673152576 140455309107397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=26006188 memory=1420 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26630336512 37187 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26630336512 37187 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145503244 26630336512 37187 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0

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

[pid=16386/tid=16403] ppid=16384 vsize=26538700 memory=0 CPUtime=0.54 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) R 16384 16384 12354 0 -1 1077944384 2301 0 0 0 54 0 0 0 20 0 28 0 145503249 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454789003504 140455668927106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=26538700 memory=208760 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=26538700 memory=204668 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16406] ppid=16384 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/16386/task/16406/stat : 16406 (java) R 16384 16384 12354 0 -1 4202560 54 0 0 0 59 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454778889576 140455305941684 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16407] ppid=16384 vsize=26538700 memory=792 CPUtime=0.55 cores=0-7
/proc/16386/task/16407/stat : 16407 (java) R 16384 16384 12354 0 -1 4202560 44 0 0 0 55 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454777836328 140455311444148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16408] ppid=16384 vsize=26538700 memory=1004 CPUtime=0.48 cores=0-7
/proc/16386/task/16408/stat : 16408 (java) R 16384 16384 12354 0 -1 4202560 38 0 0 0 48 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454776783288 140455311442576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16409] ppid=16384 vsize=26538700 memory=5788 CPUtime=0.57 cores=0-7
/proc/16386/task/16409/stat : 16409 (java) R 16384 16384 12354 0 -1 4202560 66 0 0 0 57 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454775731560 140455311443990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16410] ppid=16384 vsize=26538700 memory=1196 CPUtime=0.48 cores=0-7
/proc/16386/task/16410/stat : 16410 (java) R 16384 16384 12354 0 -1 4202560 33 0 0 0 48 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454774679960 140455311442937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16411] ppid=16384 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/16386/task/16411/stat : 16411 (java) R 16384 16384 12354 0 -1 4202560 34 0 0 0 59 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454773624848 140455311443440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16412] ppid=16384 vsize=26538700 memory=280751274863920 CPUtime=0.55 cores=0-7
/proc/16386/task/16412/stat : 16412 (java) R 16384 16384 12354 0 -1 4202560 39 0 0 0 55 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454772573848 140455311443990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16413] ppid=16384 vsize=26538700 memory=140375637387296 CPUtime=0.51 cores=0-7
/proc/16386/task/16413/stat : 16413 (java) R 16384 16384 12354 0 -1 4202560 32 0 0 0 51 0 0 0 20 0 28 0 145503332 27175628800 52209 33554432000 4194304 4196468 140725463364352 140454771518800 140455311443990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 210220 KiB

[startup+2.00191 s]*
/proc/loadavg: 3.97 6.39 7.60 12/208 16413
/proc/meminfo: memFree=26866448/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=26538700 memory=209088 CPUtime=11.75 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 19359 0 0 0 1167 8 0 0 20 0 28 0 145503243 27175628800 52272 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6634675 52272 3243 1 0 6621909 0
[pid=16386/tid=16387] ppid=16384 vsize=26538700 memory=280751274721520 CPUtime=0.85 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) S 16384 16384 12354 0 -1 1077944384 6807 0 0 0 81 4 0 0 20 0 28 0 145503243 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455673156736 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=26538700 memory=732370514095930341 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=26538700 memory=749539353752927462 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=26538700 memory=-7161732098442470212 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16391] ppid=16384 vsize=26538700 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/16386/task/16391/stat : 16391 (java) S 16384 16384 12354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455223610384 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16392] ppid=16384 vsize=26538700 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/16386/task/16392/stat : 16392 (java) S 16384 16384 12354 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455222557072 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16393] ppid=16384 vsize=26538700 memory=3472323898181169199 CPUtime=0 cores=0-7
/proc/16386/task/16393/stat : 16393 (java) S 16384 16384 12354 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455221504272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16394] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16394/stat : 16394 (java) S 16384 16384 12354 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455220451984 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16395] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16395/stat : 16395 (java) S 16384 16384 12354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52272 33554432000 4194304 4196468 140725463364352 140455219399184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16396] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16396/stat : 16396 (java) S 16384 16384 12354 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 145503245 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454796372592 140455668927106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16397] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16397/stat : 16397 (java) S 16384 16384 12354 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145503246 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454795318560 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16398] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16398/stat : 16398 (java) S 16384 16384 12354 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145503246 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454794266224 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16399] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16399/stat : 16399 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503248 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454793214544 140455668934555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16400] ppid=16384 vsize=26538700 memory=0 CPUtime=1.07 cores=0-7
/proc/16386/task/16400/stat : 16400 (java) S 16384 16384 12354 0 -1 1077944384 2729 0 0 0 107 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454792161392 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16401] ppid=16384 vsize=26538700 memory=1384 CPUtime=1.2 cores=0-7
/proc/16386/task/16401/stat : 16401 (java) S 16384 16384 12354 0 -1 1077944384 2745 0 0 0 120 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454791108592 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16402] ppid=16384 vsize=26538700 memory=209760 CPUtime=1.13 cores=0-7
/proc/16386/task/16402/stat : 16402 (java) R 16384 16384 12354 0 -1 1077944384 2935 0 0 0 113 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454790048256 140455668926165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16403] ppid=16384 vsize=26538700 memory=0 CPUtime=0.57 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) S 16384 16384 12354 0 -1 1077944384 2343 0 0 0 57 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454789003504 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16406] ppid=16384 vsize=26538700 memory=0 CPUtime=0.94 cores=0-7
/proc/16386/task/16406/stat : 16406 (java) R 16384 16384 12354 0 -1 4202560 54 0 0 0 94 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454778889896 140455311528061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16407] ppid=16384 vsize=26538700 memory=0 CPUtime=0.79 cores=0-7
/proc/16386/task/16407/stat : 16407 (java) R 16384 16384 12354 0 -1 4202560 45 0 0 0 79 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454777836272 140455312623450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16408] ppid=16384 vsize=26538700 memory=0 CPUtime=0.78 cores=0-7
/proc/16386/task/16408/stat : 16408 (java) R 16384 16384 12354 0 -1 4202560 38 0 0 0 78 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454776784920 140455311976941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16409] ppid=16384 vsize=26538700 memory=0 CPUtime=0.94 cores=0-7
/proc/16386/task/16409/stat : 16409 (java) R 16384 16384 12354 0 -1 4202560 66 0 0 0 94 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454775730168 140455311527912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16410] ppid=16384 vsize=26538700 memory=0 CPUtime=0.76 cores=0-7
/proc/16386/task/16410/stat : 16410 (java) R 16384 16384 12354 0 -1 4202560 35 0 0 0 76 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454774677368 140455312623274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16411] ppid=16384 vsize=26538700 memory=0 CPUtime=0.88 cores=0-7
/proc/16386/task/16411/stat : 16411 (java) R 16384 16384 12354 0 -1 4202560 35 0 0 0 88 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454773626896 140455311528117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16412] ppid=16384 vsize=26538700 memory=0 CPUtime=0.86 cores=0-7
/proc/16386/task/16412/stat : 16412 (java) R 16384 16384 12354 0 -1 4202560 39 0 0 0 86 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454772574744 140455311976309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16413] ppid=16384 vsize=26538700 memory=5931329015123165280 CPUtime=0.86 cores=0-7
/proc/16386/task/16413/stat : 16413 (java) R 16384 16384 12354 0 -1 4202560 32 0 0 0 86 0 0 0 20 0 28 0 145503332 27175628800 52272 33554432000 4194304 4196468 140725463364352 140454771518496 140455312623058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 11.75 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 210472 KiB

[startup+2.4019 s]
/proc/loadavg: 3.97 6.39 7.60 12/208 16413
/proc/meminfo: memFree=26866448/32770624 swapFree=67108860/67108860
[pid=16384] ppid=16381 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16384/stat : 16384 (xcsp3-exec) S 16381 16384 12354 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145503243 9740288 346 33554432000 4194304 5098028 140721353647152 140721353645256 140416658854524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27607040 140721353655396 140721353655607 140721353655607 140721353658347 0
/proc/16384/statm: 2378 346 289 221 0 87 0
[pid=16386] ppid=16384 vsize=26538700 memory=209452 CPUtime=14.87 cores=0-7
/proc/16386/stat : 16386 (java) S 16384 16384 12354 0 -1 1077944320 19401 0 0 0 1479 8 0 0 20 0 28 0 145503243 27175628800 52363 33554432000 4194304 4196468 140725463364352 140725463346896 140455668915959 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
/proc/16386/statm: 6634675 52363 3245 1 0 6621909 0
[pid=16386/tid=16387] ppid=16384 vsize=26538700 memory=0 CPUtime=0.85 cores=0-7
/proc/16386/task/16387/stat : 16387 (java) S 16384 16384 12354 0 -1 1077944384 6807 0 0 0 81 4 0 0 20 0 28 0 145503243 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455673156736 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16388] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16388/stat : 16388 (java) S 16384 16384 12354 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455226768272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16389] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16389/stat : 16389 (java) S 16384 16384 12354 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455225715472 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16390] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16390/stat : 16390 (java) S 16384 16384 12354 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455224663184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16391] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16391/stat : 16391 (java) S 16384 16384 12354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455223610384 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16392] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16392/stat : 16392 (java) S 16384 16384 12354 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455222557072 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16393] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16393/stat : 16393 (java) S 16384 16384 12354 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455221504272 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16394] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16394/stat : 16394 (java) S 16384 16384 12354 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455220451984 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16395] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16395/stat : 16395 (java) S 16384 16384 12354 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 145503244 27175628800 52363 33554432000 4194304 4196468 140725463364352 140455219399184 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16396] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16396/stat : 16396 (java) S 16384 16384 12354 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 145503245 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454796372592 140455668927106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16397] ppid=16384 vsize=26538700 memory=2241 CPUtime=0 cores=0-7
/proc/16386/task/16397/stat : 16397 (java) S 16384 16384 12354 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145503246 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454795318560 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16398] ppid=16384 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/16386/task/16398/stat : 16398 (java) S 16384 16384 12354 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145503246 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454794266224 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16399] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16399/stat : 16399 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503248 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454793214544 140455668934555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16400] ppid=16384 vsize=26538700 memory=0 CPUtime=1.14 cores=0-7
/proc/16386/task/16400/stat : 16400 (java) S 16384 16384 12354 0 -1 1077944384 2741 0 0 0 114 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454792161392 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16401] ppid=16384 vsize=26538700 memory=0 CPUtime=1.25 cores=0-7
/proc/16386/task/16401/stat : 16401 (java) S 16384 16384 12354 0 -1 1077944384 2755 0 0 0 125 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454791108592 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16402] ppid=16384 vsize=26538700 memory=0 CPUtime=1.2 cores=0-7
/proc/16386/task/16402/stat : 16402 (java) S 16384 16384 12354 0 -1 1077944384 2948 0 0 0 120 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454790056304 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16403] ppid=16384 vsize=26538700 memory=0 CPUtime=0.57 cores=0-7
/proc/16386/task/16403/stat : 16403 (java) S 16384 16384 12354 0 -1 1077944384 2350 0 0 0 57 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454789003504 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16404] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16404/stat : 16404 (java) S 16384 16384 12354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454787951456 140455668926165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16405] ppid=16384 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16386/task/16405/stat : 16405 (java) S 16384 16384 12354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145503249 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454786898736 140455668927106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16406] ppid=16384 vsize=26538700 memory=140375637835488 CPUtime=1.25 cores=0-7
/proc/16386/task/16406/stat : 16406 (java) R 16384 16384 12354 0 -1 4202560 54 0 0 0 125 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454778888104 140455311976978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16407] ppid=16384 vsize=26538700 memory=0 CPUtime=1.18 cores=0-7
/proc/16386/task/16407/stat : 16407 (java) R 16384 16384 12354 0 -1 4202560 45 0 0 0 118 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454777836568 140455311527730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16408] ppid=16384 vsize=26538700 memory=0 CPUtime=1.1 cores=0-7
/proc/16386/task/16408/stat : 16408 (java) R 16384 16384 12354 0 -1 4202560 38 0 0 0 110 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454776783088 140455649758882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16409] ppid=16384 vsize=26538700 memory=0 CPUtime=1.33 cores=0-7
/proc/16386/task/16409/stat : 16409 (java) R 16384 16384 12354 0 -1 4202560 66 0 0 0 133 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454775729912 140455313053608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16410] ppid=16384 vsize=26538700 memory=0 CPUtime=1.14 cores=0-7
/proc/16386/task/16410/stat : 16410 (java) R 16384 16384 12354 0 -1 4202560 35 0 0 0 114 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454774679432 140455311947656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16411] ppid=16384 vsize=26538700 memory=0 CPUtime=1.27 cores=0-7
/proc/16386/task/16411/stat : 16411 (java) R 16384 16384 12354 0 -1 4202560 35 0 0 0 127 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454773625288 140455311527617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16412] ppid=16384 vsize=26538700 memory=0 CPUtime=1.2 cores=0-7
/proc/16386/task/16412/stat : 16412 (java) R 16384 16384 12354 0 -1 4202560 39 0 0 0 120 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454772572792 140455311960537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
[pid=16386/tid=16413] ppid=16384 vsize=26538700 memory=0 CPUtime=1.24 cores=0-7
/proc/16386/task/16413/stat : 16413 (java) R 16384 16384 12354 0 -1 4202560 32 0 0 0 124 0 0 0 20 0 28 0 145503332 27175628800 52363 33554432000 4194304 4196468 140725463364352 140454771521736 140455311976637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140725463372946 140725463373123 140725463373123 140725463375823 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 210836 KiB

Child status: 0
Real time (s): 2.4414
CPU time (s): 15.0598
CPU user time (s): 14.9666
CPU system time (s): 0.093255
CPU usage (%): 616.853
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 212896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9666
system time used= 0.093255
maximum resident set size= 212068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2641
involuntary context switches= 419


# summary of solver processes directly reported to runsolver:
#   pid: 16384
#   total CPU time (s): 15.0598
#   total CPU user time (s): 14.9666
#   total CPU system time (s): 0.093255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038104 second user time and 0.074032 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-19 08:14:53
IDJOB=4280997
IDBENCH=121693
IDSOLVER=2675
FILE ID=node107/4280997-1503124153
RUNJOBID= node107-1503115583-12381
PBS_JOBID= 20630762
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Random/Random-RB-2-30-15f/rand-2-30-15-306-230f-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280997-1503124153/watcher-4280997-1503124153 -o /tmp/evaluation-result-4280997-1503124153/solver-4280997-1503124153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503115583-12381 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1028440029 HOME/instance-4280997-1503124153.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 23c17749bea612774e78a3a072e2ad10
RANDOM SEED=1028440029

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	: 5333.84
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.84
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.84
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.84
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:        27065796 kB
MemAvailable:   31975908 kB
Buffers:          261484 kB
Cached:          4941932 kB
SwapCached:            0 kB
Active:           825812 kB
Inactive:        4431744 kB
Active(anon):      56640 kB
Inactive(anon):    33132 kB
Active(file):     769172 kB
Inactive(file):  4398612 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:        141480 kB
Mapped:            50792 kB
Shmem:             33420 kB
Slab:             142492 kB
SReclaimable:     116328 kB
SUnreclaim:        26164 kB
KernelStack:        3696 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61860 MiB
End job on node107 at 2017-08-19 08:14:56