Trace number 4271124

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)UNSAT 91.651398 45.451599

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-24.xml
MD5SUM12e2e274c64cbf9c8a04283668281b9c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.5897
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree101
Maximum variable degree123
Distribution of variable degrees[{"degree":101,"count":1},{"degree":106,"count":1},{"degree":110,"count":2},{"degree":111,"count":2},{"degree":112,"count":1},{"degree":113,"count":3},{"degree":114,"count":1},{"degree":115,"count":1},{"degree":116,"count":2},{"degree":117,"count":2},{"degree":118,"count":1},{"degree":119,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
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-4271124-1502718194.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271124-1502718194.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.34/0.26	c parse instance...
47.76/39.90	c solve instance...
91.37/45.43	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271124-1502718194/watcher-4271124-1502718194 -o /tmp/evaluation-result-4271124-1502718194/solver-4271124-1502718194 -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 10045508 HOME/instance-4271124-1502718194.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=15869, runsolver pid=15866

[startup+0.100175 s]*
/proc/loadavg: 4.58 7.46 8.27 2/199 15890
/proc/meminfo: memFree=31534680/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=25999808 memory=26516 CPUtime=0.11 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 5480 0 0 0 11 0 0 0 20 0 20 0 104907096 26623803392 6629 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6499952 6629 2869 1 0 6488269 0
[pid=15871/tid=15872] ppid=15869 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) R 15869 15869 15200 0 -1 4202560 3479 0 0 0 9 0 0 0 20 0 20 0 104907096 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946591156016 139946570966373 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=25999808 memory=140001453663872 CPUtime=0 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15876] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15876/stat : 15876 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946142321296 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15877] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15877/stat : 15877 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946141268752 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15878] ppid=15869 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15878/stat : 15878 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946140216208 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15879] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15879/stat : 15879 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946139163664 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15880] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15880/stat : 15880 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26623803392 6694 33554432000 4194304 4196468 140737032091840 139946138111120 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15881] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15881/stat : 15881 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907099 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945059514352 139946586933890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15882] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15882/stat : 15882 (java) S 15869 15869 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104907099 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945058460576 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15883] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15883/stat : 15883 (java) S 15869 15869 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104907099 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945057407984 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15884] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15884/stat : 15884 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945056356560 139946586941339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15885] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15885/stat : 15885 (java) S 15869 15869 15200 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945055304176 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15886] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15886/stat : 15886 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945054251632 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15887] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15887/stat : 15887 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945053199088 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15888] ppid=15869 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26623803392 6694 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27896 KiB

[startup+0.210104 s]*
/proc/loadavg: 4.58 7.46 8.27 2/199 15890
/proc/meminfo: memFree=31523124/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=26004064 memory=39096 CPUtime=0.34 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 8357 0 0 0 32 2 0 0 20 0 20 0 104907096 26628161536 9774 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6501016 9774 3051 1 0 6488269 0
[pid=15871/tid=15872] ppid=15869 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) R 15869 15869 15200 0 -1 4202560 5396 0 0 0 18 1 0 0 20 0 20 0 104907096 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946591146192 139946571003230 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=26004064 memory=140001453679260 CPUtime=0 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15876] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15876/stat : 15876 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946142321296 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15877] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15877/stat : 15877 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946141268752 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15878] ppid=15869 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15878/stat : 15878 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946140216208 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15879] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15879/stat : 15879 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946139163664 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15880] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15880/stat : 15880 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 9774 33554432000 4194304 4196468 140737032091840 139946138111120 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15881] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15881/stat : 15881 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 9774 33554432000 4194304 4196468 140737032091840 139945059514352 139946586933890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15882] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15882/stat : 15882 (java) S 15869 15869 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 9774 33554432000 4194304 4196468 140737032091840 139945058460576 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15883] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15883/stat : 15883 (java) S 15869 15869 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 9774 33554432000 4194304 4196468 140737032091840 139945057407984 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15884] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15884/stat : 15884 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 9774 33554432000 4194304 4196468 140737032091840 139945056356560 139946586941339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15885] ppid=15869 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15871/task/15885/stat : 15885 (java) S 15869 15869 15200 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 20 0 104907102 26628161536 9774 33554432000 4194304 4196468 140737032091840 139945055304176 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15886] ppid=15869 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/15871/task/15886/stat : 15886 (java) S 15869 15869 15200 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 104907102 26628194304 9774 33554432000 4194304 4196468 140737032091840 139945054251632 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15887] ppid=15869 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/15871/task/15887/stat : 15887 (java) S 15869 15869 15200 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 20 0 104907102 26628194304 9774 33554432000 4194304 4196468 140737032091840 139945053199088 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15888] ppid=15869 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 735 0 0 0 7 0 0 0 20 0 20 0 104907102 26628194304 9794 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 9794 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 9794 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40476 KiB

[startup+0.309413 s]*
/proc/loadavg: 4.58 7.46 8.27 3/199 15890
/proc/meminfo: memFree=31516796/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=26004064 memory=45812 CPUtime=0.5 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 9213 0 0 0 48 2 0 0 20 0 20 0 104907096 26628161536 11453 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6501016 11453 3084 1 0 6488269 0
[pid=15871/tid=15872] ppid=15869 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) R 15869 15869 15200 0 -1 4202560 6062 0 0 0 27 1 0 0 20 0 20 0 104907096 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946591157072 139946586944669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15876] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15876/stat : 15876 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946142321296 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15877] ppid=15869 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15871/task/15877/stat : 15877 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946141268752 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15878] ppid=15869 vsize=26004064 memory=140001304212399 CPUtime=0 cores=0-7
/proc/15871/task/15878/stat : 15878 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946140216208 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15879] ppid=15869 vsize=26004064 memory=140001304214704 CPUtime=0 cores=0-7
/proc/15871/task/15879/stat : 15879 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946139163664 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15880] ppid=15869 vsize=26004064 memory=140001304217008 CPUtime=0 cores=0-7
/proc/15871/task/15880/stat : 15880 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26628161536 11453 33554432000 4194304 4196468 140737032091840 139946138111120 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15881] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15881/stat : 15881 (java) S 15869 15869 15200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945059514352 139946586933890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15882] ppid=15869 vsize=26004064 memory=280002608440976 CPUtime=0 cores=0-7
/proc/15871/task/15882/stat : 15882 (java) S 15869 15869 15200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945058460576 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15883] ppid=15869 vsize=26004064 memory=280002608447888 CPUtime=0 cores=0-7
/proc/15871/task/15883/stat : 15883 (java) S 15869 15869 15200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104907099 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945057407984 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15884] ppid=15869 vsize=26004064 memory=280002608389040 CPUtime=0 cores=0-7
/proc/15871/task/15884/stat : 15884 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945056356560 139946586941339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15885] ppid=15869 vsize=26004064 memory=280002608461712 CPUtime=0.02 cores=0-7
/proc/15871/task/15885/stat : 15885 (java) R 15869 15869 15200 0 -1 4202560 570 0 0 0 2 0 0 0 20 0 20 0 104907102 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945055304176 139946572982240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15886] ppid=15869 vsize=26004064 memory=280002608468624 CPUtime=0.02 cores=0-7
/proc/15871/task/15886/stat : 15886 (java) R 15869 15869 15200 0 -1 4202560 244 0 0 0 2 0 0 0 20 0 20 0 104907102 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945054251632 139946579159870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15887] ppid=15869 vsize=26004064 memory=280002608466320 CPUtime=0.03 cores=0-7
/proc/15871/task/15887/stat : 15887 (java) S 15869 15869 15200 0 -1 1077944384 179 0 0 0 3 0 0 0 20 0 20 0 104907102 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945053199088 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15888] ppid=15869 vsize=26004064 memory=280002608482480 CPUtime=0.12 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 20 0 104907102 26628161536 11453 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 11519 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907102 26628161536 11519 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47192 KiB

[startup+0.70099 s]
/proc/loadavg: 4.58 7.46 8.27 5/199 15890
/proc/meminfo: memFree=31459476/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=26004140 memory=208748 CPUtime=1.66 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 13712 0 0 0 159 7 0 0 20 0 20 0 104907096 26628239360 52187 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6501035 52187 3208 1 0 6488269 0
[pid=15871/tid=15872] ppid=15869 vsize=26004140 memory=280002608840368 CPUtime=0.66 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) R 15869 15869 15200 0 -1 4202560 6444 0 0 0 63 3 0 0 20 0 20 0 104907096 26628239360 52187 33554432000 4194304 4196468 140737032091840 139946591155072 139946570966373 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=26004140 memory=140001304421232 CPUtime=0 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 104907097 26628239360 52187 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104907097 26628239360 52187 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=26004140 memory=10928 CPUtime=0 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104907097 26628239360 52187 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0

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

[pid=15871/tid=15888] ppid=15869 vsize=26538700 memory=4384 CPUtime=0.61 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 4956 0 0 0 59 2 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=26538700 memory=932 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=26538700 memory=1576 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15891] ppid=15869 vsize=26538700 memory=6791534058613427641 CPUtime=4.77 cores=0-7
/proc/15871/task/15891/stat : 15891 (java) R 15869 15869 15200 0 -1 4202560 199 0 0 0 477 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945042525616 139946230331925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15892] ppid=15869 vsize=26538700 memory=640 CPUtime=4.62 cores=0-7
/proc/15871/task/15892/stat : 15892 (java) R 15869 15869 15200 0 -1 4202560 205 0 0 0 462 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945041473688 139946230391880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15893] ppid=15869 vsize=26538700 memory=952 CPUtime=4.56 cores=0-7
/proc/15871/task/15893/stat : 15893 (java) R 15869 15869 15200 0 -1 4202560 431 0 0 0 456 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945040423128 139946230331786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15894] ppid=15869 vsize=26538700 memory=1236 CPUtime=4.69 cores=0-7
/proc/15871/task/15894/stat : 15894 (java) R 15869 15869 15200 0 -1 4202560 321 0 0 0 469 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945039368672 139946230331762 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15895] ppid=15869 vsize=26538700 memory=4384 CPUtime=4.53 cores=0-7
/proc/15871/task/15895/stat : 15895 (java) R 15869 15869 15200 0 -1 4202560 262 0 0 0 453 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945038316056 139946230339250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15896] ppid=15869 vsize=26538700 memory=1380 CPUtime=4.7 cores=0-7
/proc/15871/task/15896/stat : 15896 (java) R 15869 15869 15200 0 -1 4202560 274 0 0 0 469 1 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945037263416 139946230331562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15897] ppid=15869 vsize=26538700 memory=1142432 CPUtime=4.51 cores=0-7
/proc/15871/task/15897/stat : 15897 (java) R 15869 15869 15200 0 -1 4202560 169 0 0 0 449 2 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945036209944 139946230331930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15898] ppid=15869 vsize=26538700 memory=1008 CPUtime=4.7 cores=0-7
/proc/15871/task/15898/stat : 15898 (java) R 15869 15869 15200 0 -1 4202560 320 0 0 0 470 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945035158040 139946230324442 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 86.59 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1457204 KiB

[startup+45.202 s]
/proc/loadavg: 3.17 6.66 7.96 9/207 15898
/proc/meminfo: memFree=30106072/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=26538700 memory=1455824 CPUtime=89.78 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 46368 0 0 0 8814 164 0 0 20 0 28 0 104907096 27175628800 363956 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6634675 363956 3276 1 0 6621909 0
[pid=15871/tid=15872] ppid=15869 vsize=26538700 memory=6791534058613427641 CPUtime=37.93 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) S 15869 15869 15200 0 -1 1077944384 13071 0 0 0 3781 12 0 0 20 0 28 0 104907096 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946591163520 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=26538700 memory=6508 CPUtime=0.8 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 664 0 0 0 65 15 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=26538700 memory=836 CPUtime=0.79 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 481 0 0 0 63 16 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=26538700 memory=4132 CPUtime=0.78 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 714 0 0 0 62 16 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15876] ppid=15869 vsize=26538700 memory=288230574492221466 CPUtime=0.79 cores=0-7
/proc/15871/task/15876/stat : 15876 (java) S 15869 15869 15200 0 -1 1077944384 565 0 0 0 63 16 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946142321296 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15877] ppid=15869 vsize=26538700 memory=288230583166042425 CPUtime=0.79 cores=0-7
/proc/15871/task/15877/stat : 15877 (java) S 15869 15869 15200 0 -1 1077944384 778 0 0 0 61 18 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946141268752 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15878] ppid=15869 vsize=26538700 memory=1380 CPUtime=0.79 cores=0-7
/proc/15871/task/15878/stat : 15878 (java) S 15869 15869 15200 0 -1 1077944384 601 0 0 0 62 17 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946140216208 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15879] ppid=15869 vsize=26538700 memory=1455760 CPUtime=0.79 cores=0-7
/proc/15871/task/15879/stat : 15879 (java) S 15869 15869 15200 0 -1 1077944384 1015 0 0 0 61 18 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946139163664 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15880] ppid=15869 vsize=26538700 memory=16098169624726079 CPUtime=0.79 cores=0-7
/proc/15871/task/15880/stat : 15880 (java) S 15869 15869 15200 0 -1 1077944384 398 0 0 0 64 15 0 0 20 0 28 0 104907097 27175628800 363956 33554432000 4194304 4196468 140737032091840 139946138111120 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15881] ppid=15869 vsize=26538700 memory=0 CPUtime=1.14 cores=0-7
/proc/15871/task/15881/stat : 15881 (java) S 15869 15869 15200 0 -1 1077944384 3011 0 0 0 113 1 0 0 20 0 28 0 104907099 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945059514352 139946586933890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15882] ppid=15869 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15882/stat : 15882 (java) S 15869 15869 15200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 104907099 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945058460640 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15883] ppid=15869 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15883/stat : 15883 (java) S 15869 15869 15200 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 104907099 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945057408000 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15884] ppid=15869 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15884/stat : 15884 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945056356560 139946586941339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15885] ppid=15869 vsize=26538700 memory=193 CPUtime=0.99 cores=0-7
/proc/15871/task/15885/stat : 15885 (java) S 15869 15869 15200 0 -1 1077944384 4696 0 0 0 98 1 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945055304176 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15886] ppid=15869 vsize=26538700 memory=0 CPUtime=1.25 cores=0-7
/proc/15871/task/15886/stat : 15886 (java) S 15869 15869 15200 0 -1 1077944384 6442 0 0 0 123 2 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945054251632 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15887] ppid=15869 vsize=26538700 memory=0 CPUtime=1.06 cores=0-7
/proc/15871/task/15887/stat : 15887 (java) S 15869 15869 15200 0 -1 1077944384 5120 0 0 0 105 1 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945053199088 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15888] ppid=15869 vsize=26538700 memory=0 CPUtime=0.61 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 4956 0 0 0 59 2 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=26538700 memory=140001305100832 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15891] ppid=15869 vsize=26538700 memory=0 CPUtime=5.17 cores=0-7
/proc/15871/task/15891/stat : 15891 (java) R 15869 15869 15200 0 -1 4202560 203 0 0 0 517 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945042525752 139946230331940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15892] ppid=15869 vsize=26538700 memory=304556123141439514 CPUtime=5.02 cores=0-7
/proc/15871/task/15892/stat : 15892 (java) R 15869 15869 15200 0 -1 4202560 205 0 0 0 502 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945041473688 139946230331762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15893] ppid=15869 vsize=26538700 memory=288230583166042425 CPUtime=4.96 cores=0-7
/proc/15871/task/15893/stat : 15893 (java) R 15869 15869 15200 0 -1 4202560 431 0 0 0 496 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945040423128 139946230391823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15894] ppid=15869 vsize=26538700 memory=16098169624726079 CPUtime=5.08 cores=0-7
/proc/15871/task/15894/stat : 15894 (java) R 15869 15869 15200 0 -1 4202560 327 0 0 0 508 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945039369192 139946230331894 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15895] ppid=15869 vsize=26538700 memory=1380 CPUtime=4.92 cores=0-7
/proc/15871/task/15895/stat : 15895 (java) R 15869 15869 15200 0 -1 4202560 270 0 0 0 492 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945038316056 139946230262735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15896] ppid=15869 vsize=26538700 memory=1450792 CPUtime=5.09 cores=0-7
/proc/15871/task/15896/stat : 15896 (java) R 15869 15869 15200 0 -1 4202560 276 0 0 0 508 1 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945037263416 139946230390493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15897] ppid=15869 vsize=26538700 memory=4616 CPUtime=4.91 cores=0-7
/proc/15871/task/15897/stat : 15897 (java) R 15869 15869 15200 0 -1 4202560 203 0 0 0 489 2 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945036209944 139946230332093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15898] ppid=15869 vsize=26538700 memory=1228 CPUtime=5.1 cores=0-7
/proc/15871/task/15898/stat : 15898 (java) R 15869 15869 15200 0 -1 4202560 320 0 0 0 510 0 0 0 20 0 28 0 104911088 27175628800 363956 33554432000 4194304 4196468 140737032091840 139945035158040 139946230402954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 89.78 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1457204 KiB

[startup+45.402 s]
/proc/loadavg: 3.17 6.66 7.96 9/207 15898
/proc/meminfo: memFree=30106072/32770624 swapFree=67108860/67108860
[pid=15869] ppid=15866 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (xcsp3-exec) S 15866 15869 15200 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 104907096 9740288 345 33554432000 4194304 5098028 140727399173040 140727399171144 140680099189372 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35184640 140727399175270 140727399175479 140727399175479 140727399178219 0
/proc/15869/statm: 2378 345 289 221 0 87 0
[pid=15871] ppid=15869 vsize=26538700 memory=1455844 CPUtime=91.37 cores=0-7
/proc/15871/stat : 15871 (java) S 15869 15869 15200 0 -1 1077944320 46874 0 0 0 8972 165 0 0 20 0 28 0 104907096 27175628800 363961 33554432000 4194304 4196468 140737032091840 140737032074384 139946586922743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
/proc/15871/statm: 6634675 363961 3276 1 0 6621909 0
[pid=15871/tid=15872] ppid=15869 vsize=26538700 memory=1008 CPUtime=37.93 cores=0-7
/proc/15871/task/15872/stat : 15872 (java) S 15869 15869 15200 0 -1 1077944384 13071 0 0 0 3781 12 0 0 20 0 28 0 104907096 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946591163520 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15873] ppid=15869 vsize=26538700 memory=1928 CPUtime=0.8 cores=0-7
/proc/15871/task/15873/stat : 15873 (java) S 15869 15869 15200 0 -1 1077944384 664 0 0 0 65 15 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946145478928 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15874] ppid=15869 vsize=26538700 memory=1200 CPUtime=0.79 cores=0-7
/proc/15871/task/15874/stat : 15874 (java) S 15869 15869 15200 0 -1 1077944384 481 0 0 0 63 16 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946144426384 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15875] ppid=15869 vsize=26538700 memory=1455824 CPUtime=0.78 cores=0-7
/proc/15871/task/15875/stat : 15875 (java) S 15869 15869 15200 0 -1 1077944384 714 0 0 0 62 16 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946143373840 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15876] ppid=15869 vsize=26538700 memory=1380 CPUtime=0.79 cores=0-7
/proc/15871/task/15876/stat : 15876 (java) S 15869 15869 15200 0 -1 1077944384 565 0 0 0 63 16 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946142321296 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15877] ppid=15869 vsize=26538700 memory=6944656592387989600 CPUtime=0.79 cores=0-7
/proc/15871/task/15877/stat : 15877 (java) S 15869 15869 15200 0 -1 1077944384 778 0 0 0 61 18 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946141268752 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15878] ppid=15869 vsize=26538700 memory=6943526294502006880 CPUtime=0.79 cores=0-7
/proc/15871/task/15878/stat : 15878 (java) S 15869 15869 15200 0 -1 1077944384 601 0 0 0 62 17 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946140216208 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15879] ppid=15869 vsize=26538700 memory=6944656592387989600 CPUtime=0.79 cores=0-7
/proc/15871/task/15879/stat : 15879 (java) S 15869 15869 15200 0 -1 1077944384 1015 0 0 0 61 18 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946139163664 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15880] ppid=15869 vsize=26538700 memory=-8990767739849514928 CPUtime=0.79 cores=0-7
/proc/15871/task/15880/stat : 15880 (java) S 15869 15869 15200 0 -1 1077944384 398 0 0 0 64 15 0 0 20 0 28 0 104907097 27175628800 363961 33554432000 4194304 4196468 140737032091840 139946138111120 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15881] ppid=15869 vsize=26538700 memory=-6876588628787748224 CPUtime=1.14 cores=0-7
/proc/15871/task/15881/stat : 15881 (java) S 15869 15869 15200 0 -1 1077944384 3011 0 0 0 113 1 0 0 20 0 28 0 104907099 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945059514352 139946586933890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15882] ppid=15869 vsize=26538700 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/15871/task/15882/stat : 15882 (java) S 15869 15869 15200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 104907099 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945058460640 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15883] ppid=15869 vsize=26538700 memory=-8033973737701895300 CPUtime=0 cores=0-7
/proc/15871/task/15883/stat : 15883 (java) S 15869 15869 15200 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 104907099 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945057408000 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15884] ppid=15869 vsize=26538700 memory=-8253362664378451622 CPUtime=0 cores=0-7
/proc/15871/task/15884/stat : 15884 (java) S 15869 15869 15200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945056356560 139946586941339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15885] ppid=15869 vsize=26538700 memory=-8973588775730263131 CPUtime=0.99 cores=0-7
/proc/15871/task/15885/stat : 15885 (java) S 15869 15869 15200 0 -1 1077944384 4696 0 0 0 98 1 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945055304176 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15886] ppid=15869 vsize=26538700 memory=-5776732179782927341 CPUtime=1.25 cores=0-7
/proc/15871/task/15886/stat : 15886 (java) S 15869 15869 15200 0 -1 1077944384 6442 0 0 0 123 2 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945054251632 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15887] ppid=15869 vsize=26538700 memory=0 CPUtime=1.06 cores=0-7
/proc/15871/task/15887/stat : 15887 (java) S 15869 15869 15200 0 -1 1077944384 5303 0 0 0 105 1 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945053199088 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15888] ppid=15869 vsize=26538700 memory=0 CPUtime=0.61 cores=0-7
/proc/15871/task/15888/stat : 15888 (java) S 15869 15869 15200 0 -1 1077944384 4956 0 0 0 59 2 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945052146544 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15889] ppid=15869 vsize=26538700 memory=6935649255809900608 CPUtime=0 cores=0-7
/proc/15871/task/15889/stat : 15889 (java) S 15869 15869 15200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945051093216 139946586932949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15890] ppid=15869 vsize=26538700 memory=6081108994580048232 CPUtime=0 cores=0-7
/proc/15871/task/15890/stat : 15890 (java) S 15869 15869 15200 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 28 0 104907102 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945050040752 139946586933890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15891] ppid=15869 vsize=26538700 memory=64196 CPUtime=5.37 cores=0-7
/proc/15871/task/15891/stat : 15891 (java) R 15869 15869 15200 0 -1 4202560 231 0 0 0 537 0 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945042525752 139946230391348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15892] ppid=15869 vsize=26538700 memory=1380 CPUtime=5.22 cores=0-7
/proc/15871/task/15892/stat : 15892 (java) R 15869 15869 15200 0 -1 4202560 206 0 0 0 522 0 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945041473688 139946230331870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15893] ppid=15869 vsize=26538700 memory=1455704 CPUtime=5.15 cores=0-7
/proc/15871/task/15893/stat : 15893 (java) R 15869 15869 15200 0 -1 4202560 432 0 0 0 515 0 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945040421528 139946230331762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15894] ppid=15869 vsize=26538700 memory=4384 CPUtime=5.28 cores=0-7
/proc/15871/task/15894/stat : 15894 (java) R 15869 15869 15200 0 -1 4202560 340 0 0 0 528 0 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945039368600 139946230391553 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15895] ppid=15869 vsize=26538700 memory=932 CPUtime=5.13 cores=0-7
/proc/15871/task/15895/stat : 15895 (java) R 15869 15869 15200 0 -1 4202560 292 0 0 0 512 1 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945038316264 139946230698920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15896] ppid=15869 vsize=26538700 memory=1576 CPUtime=5.29 cores=0-7
/proc/15871/task/15896/stat : 15896 (java) R 15869 15869 15200 0 -1 4202560 276 0 0 0 528 1 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945037263640 139946230332093 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15897] ppid=15869 vsize=26538700 memory=2240 CPUtime=5.11 cores=0-7
/proc/15871/task/15897/stat : 15897 (java) R 15869 15869 15200 0 -1 4202560 203 0 0 0 509 2 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945036209944 139946230331762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
[pid=15871/tid=15898] ppid=15869 vsize=26538700 memory=4128 CPUtime=5.3 cores=0-7
/proc/15871/task/15898/stat : 15898 (java) R 15869 15869 15200 0 -1 4202560 320 0 0 0 530 0 0 0 20 0 28 0 104911088 27175628800 363961 33554432000 4194304 4196468 140737032091840 139945035157264 139946230331925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31608832 140737032098962 140737032099139 140737032099139 140737032101839 0
Current children cumulated CPU time: 91.37 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1457224 KiB

Child status: 0
Real time (s): 45.4516
CPU time (s): 91.6514
CPU user time (s): 89.981
CPU system time (s): 1.6704
CPU usage (%): 201.646
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1457224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.981
system time used= 1.6704
maximum resident set size= 1478500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5629
involuntary context switches= 950


# summary of solver processes directly reported to runsolver:
#   pid: 15869
#   total CPU time (s): 91.6514
#   total CPU user time (s): 89.981
#   total CPU system time (s): 1.6704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.280186 second user time and 0.523581 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-14 15:28:55
IDJOB=4271124
IDBENCH=125997
IDSOLVER=2662
FILE ID=node115/4271124-1502718194
RUNJOBID= node115-1502714756-15227
PBS_JOBID= 20629030
Free space on /tmp= 61812 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-24.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-4271124-1502718194/watcher-4271124-1502718194 -o /tmp/evaluation-result-4271124-1502718194/solver-4271124-1502718194 -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 10045508 HOME/instance-4271124-1502718194.xml

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

MD5SUM BENCH= 12e2e274c64cbf9c8a04283668281b9c
RANDOM SEED=10045508

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:        31549672 kB
MemAvailable:   31982056 kB
Buffers:          160128 kB
Cached:           558180 kB
SwapCached:            0 kB
Active:           537800 kB
Inactive:         236120 kB
Active(anon):       4216 kB
Inactive(anon):    79444 kB
Active(file):     533584 kB
Inactive(file):   156676 kB
Unevictable:        6164 kB
Mlocked:            6164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9804 kB
Writeback:             0 kB
AnonPages:         62168 kB
Mapped:            44644 kB
Shmem:             25224 kB
Slab:             142148 kB
SReclaimable:     115920 kB
SUnreclaim:        26228 kB
KernelStack:        3232 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323784 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= 61804 MiB
End job on node115 at 2017-08-14 15:29:41