Trace number 4271287

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-09)SAT 103.994 86.211304

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-09.xml
MD5SUM1acf0ac9bd97a514ba0385b56c9970ab
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 benchmark6.41295
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints78
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":36}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":36}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":12},{"arity":6,"count":66}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"ordered","count":12}]
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-4271287-1502728382.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271287-1502728382.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
99.09/85.54	c solve instance...
103.43/86.18	s SATISFIABLE
103.43/86.18	v <instantiation>
103.43/86.18	v 	<list>x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2] x[3][0] x[3][1] x[3][2] x[4][0] x[4][1] x[4][2] x[5][0] x[5][1] x[5][2] x[6][0] x[6][1] x[6][2] x[7][0] x[7][1] x[7][2] x[8][0] x[8][1] x[8][2] x[9][0] x[9][1] x[9][2] x[10][0] x[10][1] x[10][2] x[11][0] x[11][1] x[11][2] </list>
103.43/86.18	v 	<values>2 3 9 4 5 9 3 4 6 6 8 9 1 3 5 5 6 7 3 7 8 1 2 6 1 7 9 1 4 8 2 5 8 2 4 7 </values>
103.43/86.18	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 (15330 MiB free)
  memory of node 1: 16384 MiB (15476 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271287-1502728382/watcher-4271287-1502728382 -o /tmp/evaluation-result-4271287-1502728382/solver-4271287-1502728382 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502714756-15227 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1831019599 HOME/instance-4271287-1502728382.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
Current StackSize limit: 8192 KiB

solver pid=17010, runsolver pid=17007

[startup+0.100143 s]*
/proc/loadavg: 1.00 1.01 1.13 2/199 17031
/proc/meminfo: memFree=31528944/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=25999808 memory=26828 CPUtime=0.11 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 5642 0 0 0 10 1 0 0 20 0 20 0 105925887 26623803392 6707 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6499952 6707 2845 1 0 6488269 0
[pid=17012/tid=17013] ppid=17010 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) R 17010 17010 15200 0 -1 4202560 3648 0 0 0 8 1 0 0 20 0 20 0 105925887 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495509986592 140495505771926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=25999808 memory=140610941441664 CPUtime=0 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495062850064 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17017] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17017/stat : 17017 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495060744464 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17018] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26623803392 6707 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925889 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105925890 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494224438304 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105925890 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494223385456 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925892 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) S 17010 17010 15200 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 105925892 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494221282160 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) S 17010 17010 15200 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 105925892 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494220229360 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925892 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494106552944 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) R 17010 17010 15200 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 105925892 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494105500144 140495505781338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925893 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925893 26623803392 6707 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28208 KiB

[startup+0.209997 s]*
/proc/loadavg: 1.00 1.01 1.13 3/199 17031
/proc/meminfo: memFree=31517408/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=26004064 memory=38400 CPUtime=0.33 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 8219 0 0 0 30 3 0 0 20 0 20 0 105925887 26628161536 9600 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6501016 9600 3011 1 0 6488269 0
[pid=17012/tid=17013] ppid=17010 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) R 17010 17010 15200 0 -1 4202560 5410 0 0 0 18 1 0 0 20 0 20 0 105925887 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495509973968 140495489840478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=26004064 memory=288370987093153408 CPUtime=0 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495062850064 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17017] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17017/stat : 17017 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495060744464 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17018] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 9600 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925889 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105925890 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494224438304 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105925890 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494223385456 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925892 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) S 17010 17010 15200 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 20 0 105925892 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494221282160 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) S 17010 17010 15200 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 20 0 105925892 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494220229360 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) S 17010 17010 15200 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 105925892 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494106552944 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) S 17010 17010 15200 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 20 0 105925892 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494105500144 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925893 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925893 26628161536 9600 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39780 KiB

[startup+0.309483 s]*
/proc/loadavg: 1.00 1.01 1.13 2/199 17031
/proc/meminfo: memFree=31511328/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=26004064 memory=45620 CPUtime=0.49 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 9077 0 0 0 45 4 0 0 20 0 20 0 105925887 26628161536 11405 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6501016 11405 3103 1 0 6488269 0
[pid=17012/tid=17013] ppid=17010 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) R 17010 17010 15200 0 -1 4202560 6080 0 0 0 27 2 0 0 20 0 20 0 105925887 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495509995664 140495505781917 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495062850064 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17017] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17017/stat : 17017 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495060744464 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17018] ppid=17010 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=26004064 memory=140610786915247 CPUtime=0 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=26004064 memory=140610786917552 CPUtime=0 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=26004064 memory=140610786919856 CPUtime=0 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628161536 11405 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105925889 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=26004064 memory=281221573846672 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105925890 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494224438304 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=26004064 memory=281221573853584 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105925890 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494223385456 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=26004064 memory=281221573794736 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925892 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=26004064 memory=281221573867408 CPUtime=0.02 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) R 17010 17010 15200 0 -1 4202560 479 0 0 0 2 0 0 0 20 0 20 0 105925892 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494221282160 140495498049440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=26004064 memory=281221573874320 CPUtime=0.02 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) S 17010 17010 15200 0 -1 1077944384 315 0 0 0 2 0 0 0 20 0 20 0 105925892 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494220229360 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=26004064 memory=281221573872016 CPUtime=0.01 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) S 17010 17010 15200 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 105925892 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494106552944 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=26004064 memory=281221573888176 CPUtime=0.12 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) R 17010 17010 15200 0 -1 4202560 821 0 0 0 12 0 0 0 20 0 20 0 105925892 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494105500144 140495498859908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925893 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925893 26628161536 11405 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47000 KiB

[startup+0.710802 s]
/proc/loadavg: 1.00 1.01 1.13 5/199 17031
/proc/meminfo: memFree=31448300/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=26004140 memory=231272 CPUtime=1.61 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 12636 0 0 0 150 11 0 0 20 0 20 0 105925887 26628239360 57818 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6501035 57818 3199 1 0 6488269 0
[pid=17012/tid=17013] ppid=17010 vsize=26004140 memory=281221574246064 CPUtime=0.66 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) S 17010 17010 15200 0 -1 1077944384 6455 0 0 0 62 4 0 0 20 0 20 0 105925887 26628239360 57818 33554432000 4194304 4196468 140723420064224 140495509997664 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=26004140 memory=140610787124080 CPUtime=0 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 105925888 26628239360 57818 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925888 26628239360 57818 33554432000 4194304 4196468 140723420064224 140495062850080 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=26004140 memory=10928 CPUtime=0 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 105925888 26628239360 57818 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0

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

[pid=17012/tid=17018] ppid=17010 vsize=26006188 memory=1928 CPUtime=1.65 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 6200 0 0 0 129 36 0 0 20 0 20 0 105925888 26630336512 654422 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=26006188 memory=1200 CPUtime=1.65 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 4616 0 0 0 133 32 0 0 20 0 20 0 105925888 26630336512 654422 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=26006188 memory=8564 CPUtime=1.65 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 4716 0 0 0 134 31 0 0 20 0 20 0 105925888 26630336512 654422 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=26006188 memory=2617688 CPUtime=1.65 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 3779 0 0 0 131 34 0 0 20 0 20 0 105925888 26630336512 654422 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=26006188 memory=4616 CPUtime=6.5 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 7258 0 0 0 645 5 0 0 20 0 20 0 105925889 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=26006188 memory=1228 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 105925890 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494224438368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=26006188 memory=10928 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 20 0 105925890 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494223385472 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=26006188 memory=796 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105925892 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=26006188 memory=1424 CPUtime=0.56 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) S 17010 17010 15200 0 -1 1077944384 5097 0 0 0 55 1 0 0 20 0 20 0 105925892 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494221282160 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=26006188 memory=6791534058613427641 CPUtime=0.55 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) S 17010 17010 15200 0 -1 1077944384 3596 0 0 0 54 1 0 0 20 0 20 0 105925892 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494220229360 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=26006188 memory=4052 CPUtime=0.5 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) S 17010 17010 15200 0 -1 1077944384 2731 0 0 0 50 0 0 0 20 0 20 0 105925892 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494106552944 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=26006188 memory=1152 CPUtime=0.47 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) S 17010 17010 15200 0 -1 1077944384 5419 0 0 0 46 1 0 0 20 0 20 0 105925892 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494105500144 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=26006188 memory=3100 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105925893 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=26006188 memory=1380 CPUtime=0.02 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 20 0 105925893 26630336512 654422 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 98.39 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 2619068 KiB

[startup+85.6063 s]
/proc/loadavg: 0.93 1.00 1.12 2/199 17038
/proc/meminfo: memFree=28934036/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=26538700 memory=2618280 CPUtime=99.48 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 76873 0 0 0 9663 285 0 0 20 0 28 0 105925887 27175628800 654570 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6634675 654570 3262 1 0 6621909 0
[pid=17012/tid=17013] ppid=17010 vsize=26538700 memory=6791534058613427641 CPUtime=77.26 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) S 17010 17010 15200 0 -1 1077944384 16384 0 0 0 7707 19 0 0 20 0 28 0 105925887 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495510000768 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=26538700 memory=30252 CPUtime=1.62 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 3948 0 0 0 136 26 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=26538700 memory=1296 CPUtime=1.64 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 3413 0 0 0 138 26 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495062850064 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=26538700 memory=2408 CPUtime=1.64 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 4084 0 0 0 128 36 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17017] ppid=17010 vsize=26538700 memory=1788 CPUtime=1.64 cores=0-7
/proc/17012/task/17017/stat : 17017 (java) S 17010 17010 15200 0 -1 1077944384 3156 0 0 0 135 29 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495060744464 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17018] ppid=17010 vsize=26538700 memory=640 CPUtime=1.65 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 6200 0 0 0 129 36 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=26538700 memory=952 CPUtime=1.65 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 4616 0 0 0 133 32 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=26538700 memory=1236 CPUtime=1.65 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 4716 0 0 0 134 31 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=26538700 memory=4384 CPUtime=1.65 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 3779 0 0 0 131 34 0 0 20 0 28 0 105925888 27175628800 654570 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=26538700 memory=932 CPUtime=6.5 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 7279 0 0 0 645 5 0 0 20 0 28 0 105925889 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=26538700 memory=1576 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 105925890 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494224438368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 28 0 105925890 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494223385472 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105925892 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=26538700 memory=10928 CPUtime=0.56 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) S 17010 17010 15200 0 -1 1077944384 5109 0 0 0 55 1 0 0 20 0 28 0 105925892 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494221282160 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=26538700 memory=796 CPUtime=0.55 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) S 17010 17010 15200 0 -1 1077944384 3598 0 0 0 54 1 0 0 20 0 28 0 105925892 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494220229360 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=26538700 memory=1424 CPUtime=0.51 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) S 17010 17010 15200 0 -1 1077944384 2740 0 0 0 51 0 0 0 20 0 28 0 105925892 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494106552944 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=26538700 memory=15872 CPUtime=0.49 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) R 17010 17010 15200 0 -1 1077944384 5623 0 0 0 48 1 0 0 20 0 28 0 105925892 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494105500144 140495505771138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105925893 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=26538700 memory=17868 CPUtime=0.02 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 28 0 105925893 27175628800 654570 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 99.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2619660 KiB

[startup+86.0023 s]*
/proc/loadavg: 0.93 1.00 1.12 13/207 17046
/proc/meminfo: memFree=28928576/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
[pid=17012] ppid=17010 vsize=26538700 memory=2622968 CPUtime=102.63 cores=0-7
/proc/17012/stat : 17012 (java) S 17010 17010 15200 0 -1 1077944320 83284 0 0 0 9975 288 0 0 20 0 28 0 105925887 27175628800 655742 33554432000 4194304 4196468 140723420064224 140723420046768 140495505759991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
/proc/17012/statm: 6634675 655742 3266 1 0 6621909 0
[pid=17012/tid=17013] ppid=17010 vsize=26538700 memory=6791534058613427641 CPUtime=77.26 cores=0-7
/proc/17012/task/17013/stat : 17013 (java) S 17010 17010 15200 0 -1 1077944384 16384 0 0 0 7707 19 0 0 20 0 28 0 105925887 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495510000768 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17014] ppid=17010 vsize=26538700 memory=4872558044660077418 CPUtime=1.62 cores=0-7
/proc/17012/task/17014/stat : 17014 (java) S 17010 17010 15200 0 -1 1077944384 3948 0 0 0 136 26 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495428340368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17015] ppid=17010 vsize=26538700 memory=4206468019030941792 CPUtime=1.64 cores=0-7
/proc/17012/task/17015/stat : 17015 (java) S 17010 17010 15200 0 -1 1077944384 3413 0 0 0 138 26 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495062850064 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17016] ppid=17010 vsize=26538700 memory=-7533229591096565664 CPUtime=1.64 cores=0-7
/proc/17012/task/17016/stat : 17016 (java) S 17010 17010 15200 0 -1 1077944384 4084 0 0 0 128 36 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495061797264 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17017] ppid=17010 vsize=26538700 memory=0 CPUtime=1.64 cores=0-7
/proc/17012/task/17017/stat : 17017 (java) S 17010 17010 15200 0 -1 1077944384 3156 0 0 0 135 29 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495060744464 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17018] ppid=17010 vsize=26538700 memory=-6586667735541663136 CPUtime=1.65 cores=0-7
/proc/17012/task/17018/stat : 17018 (java) S 17010 17010 15200 0 -1 1077944384 6200 0 0 0 129 36 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495059692688 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17019] ppid=17010 vsize=26538700 memory=-9001733975035308135 CPUtime=1.65 cores=0-7
/proc/17012/task/17019/stat : 17019 (java) S 17010 17010 15200 0 -1 1077944384 4616 0 0 0 133 32 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495058639888 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17020] ppid=17010 vsize=26538700 memory=8329294824090543255 CPUtime=1.65 cores=0-7
/proc/17012/task/17020/stat : 17020 (java) S 17010 17010 15200 0 -1 1077944384 4716 0 0 0 134 31 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495057587088 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17021] ppid=17010 vsize=26538700 memory=-7385037615208631145 CPUtime=1.65 cores=0-7
/proc/17012/task/17021/stat : 17021 (java) S 17010 17010 15200 0 -1 1077944384 3779 0 0 0 131 34 0 0 20 0 28 0 105925888 27175628800 655742 33554432000 4194304 4196468 140723420064224 140495056534288 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17022] ppid=17010 vsize=26538700 memory=6944656592455360604 CPUtime=6.5 cores=0-7
/proc/17012/task/17022/stat : 17022 (java) S 17010 17010 15200 0 -1 1077944384 7279 0 0 0 645 5 0 0 20 0 28 0 105925889 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494225492336 140495505771138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17023] ppid=17010 vsize=26538700 memory=8514726395715349656 CPUtime=0 cores=0-7
/proc/17012/task/17023/stat : 17023 (java) S 17010 17010 15200 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 105925890 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494224438368 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17024] ppid=17010 vsize=26538700 memory=3047711553320166262 CPUtime=0 cores=0-7
/proc/17012/task/17024/stat : 17024 (java) S 17010 17010 15200 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 28 0 105925890 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494223385472 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17025] ppid=17010 vsize=26538700 memory=8514701219730523551 CPUtime=0 cores=0-7
/proc/17012/task/17025/stat : 17025 (java) S 17010 17010 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105925892 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494222333776 140495505778587 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17026] ppid=17010 vsize=26538700 memory=7525061310163341927 CPUtime=0.77 cores=0-7
/proc/17012/task/17026/stat : 17026 (java) R 17010 17010 15200 0 -1 4202560 6449 0 0 0 76 1 0 0 20 0 28 0 105925892 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494221268184 140495485007356 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17027] ppid=17010 vsize=26538700 memory=6081386067618128993 CPUtime=0.66 cores=0-7
/proc/17012/task/17027/stat : 17027 (java) R 17010 17010 15200 0 -1 4202560 4499 0 0 0 65 1 0 0 20 0 28 0 105925892 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494220215264 140495490867590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17028] ppid=17010 vsize=26538700 memory=7524503900901105746 CPUtime=0.74 cores=0-7
/proc/17012/task/17028/stat : 17028 (java) R 17010 17010 15200 0 -1 4202560 3840 0 0 0 74 0 0 0 20 0 28 0 105925892 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494106539152 140495489665680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17029] ppid=17010 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/17012/task/17029/stat : 17029 (java) R 17010 17010 15200 0 -1 1077944384 5705 0 0 0 56 2 0 0 20 0 28 0 105925892 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494105500144 140495505771138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17030] ppid=17010 vsize=26538700 memory=7235421313079995240 CPUtime=0 cores=0-7
/proc/17012/task/17030/stat : 17030 (java) S 17010 17010 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105925893 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494104447584 140495505770197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17031] ppid=17010 vsize=26538700 memory=0 CPUtime=0.02 cores=0-7
/proc/17012/task/17031/stat : 17031 (java) S 17010 17010 15200 0 -1 1077944384 396 0 0 0 1 1 0 0 20 0 28 0 105925893 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494103394864 140495505771138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17039] ppid=17010 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/17012/task/17039/stat : 17039 (java) R 17010 17010 15200 0 -1 4202560 95 0 0 0 32 0 0 0 20 0 28 0 105934442 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494095383208 140495110591199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17040] ppid=17010 vsize=26538700 memory=0 CPUtime=0.33 cores=0-7
/proc/17012/task/17040/stat : 17040 (java) R 17010 17010 15200 0 -1 4202560 2105 0 0 0 32 1 0 0 20 0 28 0 105934442 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494094332296 140495113394064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17041] ppid=17010 vsize=26538700 memory=0 CPUtime=0.38 cores=0-7
/proc/17012/task/17041/stat : 17041 (java) R 17010 17010 15200 0 -1 4202560 85 0 0 0 38 0 0 0 20 0 28 0 105934442 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494093279752 140495108058139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17042] ppid=17010 vsize=26538700 memory=-1 CPUtime=0.4 cores=0-7
/proc/17012/task/17042/stat : 17042 (java) R 17010 17010 15200 0 -1 4202560 71 0 0 0 40 0 0 0 20 0 28 0 105934442 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494092226816 140495110347795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17043] ppid=17010 vsize=26538700 memory=0 CPUtime=0.29 cores=0-7
/proc/17012/task/17043/stat : 17043 (java) R 17010 17010 15200 0 -1 4202560 36 0 0 0 29 0 0 0 20 0 28 0 105934442 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494091174104 140495110019494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17044] ppid=17010 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/17012/task/17044/stat : 17044 (java) R 17010 17010 15200 0 -1 4202560 53 0 0 0 34 0 0 0 20 0 28 0 105934443 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494090123896 140495110347863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17045] ppid=17010 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/17012/task/17045/stat : 17045 (java) R 17010 17010 15200 0 -1 4202560 833 0 0 0 32 0 0 0 20 0 28 0 105934443 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494089069328 140495110386256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
[pid=17012/tid=17046] ppid=17010 vsize=26538700 memory=0 CPUtime=0.38 cores=0-7
/proc/17012/task/17046/stat : 17046 (java) R 17010 17010 15200 0 -1 4202560 107 0 0 0 38 0 0 0 20 0 28 0 105934443 27175628800 655742 33554432000 4194304 4196468 140723420064224 140494088015544 140495113457792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12349440 140723420066962 140723420067139 140723420067139 140723420069839 0
Current children cumulated CPU time: 102.63 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2624348 KiB

[startup+86.2012 s]
/proc/loadavg: 0.93 1.00 1.12 13/207 17046
/proc/meminfo: memFree=28928576/32770624 swapFree=67108860/67108860
[pid=17010] ppid=17007 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17010/stat : 17010 (xcsp3-exec) S 17007 17010 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105925886 9740288 345 33554432000 4194304 5098028 140729986486192 140729986484296 140185252860540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34525184 140729986487396 140729986487607 140729986487607 140729986490347 0
/proc/17010/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 86.2113
CPU time (s): 103.994
CPU user time (s): 101.088
CPU system time (s): 2.90604
CPU usage (%): 120.627
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 2624928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.088
system time used= 2.90604
maximum resident set size= 2625472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6719
involuntary context switches= 414


# summary of solver processes directly reported to runsolver:
#   pid: 17010
#   total CPU time (s): 103.994
#   total CPU user time (s): 101.088
#   total CPU system time (s): 2.90604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.585701 second user time and 0.842386 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-14 18:18:43
IDJOB=4271287
IDBENCH=126256
IDSOLVER=2662
FILE ID=node115/4271287-1502728382
RUNJOBID= node115-1502714756-15227
PBS_JOBID= 20629030
Free space on /tmp= 61808 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-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-4271287-1502728382/watcher-4271287-1502728382 -o /tmp/evaluation-result-4271287-1502728382/solver-4271287-1502728382 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502714756-15227 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1831019599 HOME/instance-4271287-1502728382.xml

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

MD5SUM BENCH= 1acf0ac9bd97a514ba0385b56c9970ab
RANDOM SEED=1831019599

node115.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.69
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.69
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.69
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.69
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:        31545604 kB
MemAvailable:   31982124 kB
Buffers:          163952 kB
Cached:           558932 kB
SwapCached:            0 kB
Active:           540280 kB
Inactive:         238608 kB
Active(anon):       5136 kB
Inactive(anon):    79444 kB
Active(file):     535144 kB
Inactive(file):   159164 kB
Unevictable:        6164 kB
Mlocked:            6164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10100 kB
Writeback:             4 kB
AnonPages:         63060 kB
Mapped:            44820 kB
Shmem:             25224 kB
Slab:             142184 kB
SReclaimable:     116096 kB
SUnreclaim:        26088 kB
KernelStack:        3184 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61800 MiB
End job on node115 at 2017-08-14 18:20:10