Trace number 4254528

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-07-26)Wrong Opt.104 858.354 143.65601

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark247.715
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254528-1502643022.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4254528-1502643022.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
5.17/1.46	c solve instance...
21.81/4.96	o 122 
23.08/5.22	o 121 
23.08/5.26	o 121 
25.88/5.69	o 118 
34.95/6.85	o 114 
143.26/31.10	o 109 
258.27/54.09	o 105 
424.25/79.30	o 104 
858.28/143.63	s OPTIMUM FOUND
858.28/143.63	v <instantiation>
858.28/143.63	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] </list>
858.28/143.63	v 	<values>0 1 6 9 13 23 34 49 65 84 102 104 </values>
858.28/143.63	v </instantiation>

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254528-1502643022/watcher-4254528-1502643022 -o /tmp/evaluation-result-4254528-1502643022/solver-4254528-1502643022 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2117575242 HOME/instance-4254528-1502643022.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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 watchdo, runsolver pid=
, stack expansion will 28057
Starting watchdo, runsolver pid=
, stack expansion will 28057

Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 2.05 3.65 5.14 3/199 28081
/proc/meminfo: memFree=31560560/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=25999808 memory=27440 CPUtime=0.11 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 5229 0 0 0 10 1 0 0 20 0 20 0 97389854 26623803392 6795 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6499952 6860 2865 1 0 6488269 0
[pid=28062/tid=28063] ppid=28060 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) R 28060 28060 8644 0 -1 4202560 3230 0 0 0 8 0 0 0 20 0 20 0 97389855 26623803392 6860 33554432000 4194304 4196468 140732473409184 139834289373856 139834285153686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=25999808 memory=140373379364480 CPUtime=0 cores=0-7
/proc/28062/task/28065/stat : 28065 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139834206669072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28066] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28066/stat : 28066 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139834205616784 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28067] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28067/stat : 28067 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139834204563984 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28068] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28068/stat : 28068 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139833839213456 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28069] ppid=28060 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28069/stat : 28069 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139833838160656 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28070] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28070/stat : 28070 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139833837108368 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28071] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28071/stat : 28071 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26623803392 6860 33554432000 4194304 4196468 140732473409184 139833836055568 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28072] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28072/stat : 28072 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389857 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832691669104 139834285152898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28073] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28073/stat : 28073 (java) S 28060 28060 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97389858 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832690615072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28074] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28074/stat : 28074 (java) S 28060 28060 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97389858 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832689562736 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28075] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28075/stat : 28075 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832688511056 139834285160347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28076] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28076/stat : 28076 (java) S 28060 28060 8644 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832687458928 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28077] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28077/stat : 28077 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832686406128 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28078] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28078/stat : 28078 (java) S 28060 28060 8644 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832685353840 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28079] ppid=28060 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) R 28060 28060 8644 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832684301040 139834263807693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389860 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389861 26623803392 6860 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28824 KiB

[startup+0.210507 s]*
/proc/loadavg: 2.05 3.65 5.14 2/199 28081
/proc/meminfo: memFree=31551164/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=26004064 memory=39052 CPUtime=0.33 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 7823 0 0 0 30 3 0 0 20 0 20 0 97389854 26628161536 9763 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6501016 9763 3025 1 0 6488269 0
[pid=28062/tid=28063] ppid=28060 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) R 28060 28060 8644 0 -1 4202560 4948 0 0 0 18 1 0 0 20 0 20 0 97389855 26628161536 9763 33554432000 4194304 4196468 140732473409184 139834289363792 139834285163677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=26004064 memory=328 CPUtime=0 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=26004064 memory=288370749531076224 CPUtime=0 cores=0-7
/proc/28062/task/28065/stat : 28065 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139834206669072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28066] ppid=28060 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28066/stat : 28066 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139834205616784 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28067] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28067/stat : 28067 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139834204563984 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28068] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28068/stat : 28068 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139833839213456 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28069] ppid=28060 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28069/stat : 28069 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139833838160656 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28070] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28070/stat : 28070 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139833837108368 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28071] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28071/stat : 28071 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 9763 33554432000 4194304 4196468 140732473409184 139833836055568 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28072] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28072/stat : 28072 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389857 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832691669104 139834285152898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28073] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28073/stat : 28073 (java) S 28060 28060 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97389858 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832690615072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28074] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28074/stat : 28074 (java) S 28060 28060 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97389858 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832689562736 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28075] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28075/stat : 28075 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832688511056 139834285160347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28076] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28076/stat : 28076 (java) S 28060 28060 8644 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832687458928 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28077] ppid=28060 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/28062/task/28077/stat : 28077 (java) S 28060 28060 8644 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832686406128 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28078] ppid=28060 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28078/stat : 28078 (java) S 28060 28060 8644 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832685353840 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28079] ppid=28060 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) S 28060 28060 8644 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832684301040 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389861 26628161536 9763 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40436 KiB

[startup+0.310437 s]*
/proc/loadavg: 2.05 3.65 5.14 4/199 28081
/proc/meminfo: memFree=31547256/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=26004064 memory=45724 CPUtime=0.5 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 8652 0 0 0 47 3 0 0 20 0 20 0 97389854 26628161536 11431 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6501016 11431 3054 1 0 6488269 0
[pid=28062/tid=28063] ppid=28060 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) R 28060 28060 8644 0 -1 4202560 5611 0 0 0 28 2 0 0 20 0 20 0 97389855 26628161536 11431 33554432000 4194304 4196468 140732473409184 139834289380672 139833884429351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28065/stat : 28065 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139834206669072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28066] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28066/stat : 28066 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139834205616784 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28067] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28067/stat : 28067 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139834204563984 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28068] ppid=28060 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28062/task/28068/stat : 28068 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139833839213456 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28069] ppid=28060 vsize=26004064 memory=140373221536687 CPUtime=0 cores=0-7
/proc/28062/task/28069/stat : 28069 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139833838160656 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28070] ppid=28060 vsize=26004064 memory=140373221538992 CPUtime=0 cores=0-7
/proc/28062/task/28070/stat : 28070 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139833837108368 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28071] ppid=28060 vsize=26004064 memory=140373221541296 CPUtime=0 cores=0-7
/proc/28062/task/28071/stat : 28071 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389856 26628161536 11431 33554432000 4194304 4196468 140732473409184 139833836055568 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28072] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28072/stat : 28072 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389857 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832691669104 139834285152898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28073] ppid=28060 vsize=26004064 memory=280746443089552 CPUtime=0 cores=0-7
/proc/28062/task/28073/stat : 28073 (java) S 28060 28060 8644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97389858 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832690615072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28074] ppid=28060 vsize=26004064 memory=280746443096464 CPUtime=0 cores=0-7
/proc/28062/task/28074/stat : 28074 (java) S 28060 28060 8644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97389858 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832689562736 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28075] ppid=28060 vsize=26004064 memory=280746443037744 CPUtime=0 cores=0-7
/proc/28062/task/28075/stat : 28075 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832688511056 139834285160347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28076] ppid=28060 vsize=26004064 memory=280746443110288 CPUtime=0.01 cores=0-7
/proc/28062/task/28076/stat : 28076 (java) S 28060 28060 8644 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832687458928 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28077] ppid=28060 vsize=26004064 memory=280746443117200 CPUtime=0.03 cores=0-7
/proc/28062/task/28077/stat : 28077 (java) S 28060 28060 8644 0 -1 1077944384 326 0 0 0 3 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832686406128 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28078] ppid=28060 vsize=26004064 memory=280746443114896 CPUtime=0.02 cores=0-7
/proc/28062/task/28078/stat : 28078 (java) R 28060 28060 8644 0 -1 4202560 231 0 0 0 2 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832685345296 139834265842048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28079] ppid=28060 vsize=26004064 memory=280746443131056 CPUtime=0.12 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) R 28060 28060 8644 0 -1 4202560 840 0 0 0 12 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832684301168 139834264603334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97389860 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97389861 26628161536 11431 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47108 KiB

[startup+0.701044 s]
/proc/loadavg: 2.05 3.65 5.14 6/199 28081
/proc/meminfo: memFree=31520684/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=26006188 memory=98508 CPUtime=2.03 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 13770 0 0 0 197 6 0 0 20 0 20 0 97389854 26630336512 24627 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6501547 24627 3209 1 0 6488781 0
[pid=28062/tid=28063] ppid=28060 vsize=26006188 memory=280746443488944 CPUtime=0.67 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) R 28060 28060 8644 0 -1 4202560 6289 0 0 0 64 3 0 0 20 0 20 0 97389855 26630336512 24627 33554432000 4194304 4196468 140732473409184 139834289375568 139833888745029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=26006188 memory=140373221745520 CPUtime=0 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97389856 26630336512 24627 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=26006188 memory=0 CPUtime=0 cores=0-7

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

[pid=28062/tid=28079] ppid=28060 vsize=26605264 memory=840 CPUtime=0.97 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) S 28060 28060 8644 0 -1 1077944384 11992 0 0 0 94 3 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832684301040 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=26605264 memory=1692 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=26605264 memory=916 CPUtime=0.06 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 2062 0 0 0 2 4 0 0 20 0 28 0 97389861 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28146] ppid=28060 vsize=26605264 memory=4676 CPUtime=51.4 cores=0-7
/proc/28062/task/28146/stat : 28146 (java) S 28060 28060 8644 0 -1 1077944384 1063 0 0 0 5138 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832666820400 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28147] ppid=28060 vsize=26605264 memory=4096 CPUtime=51.73 cores=0-7
/proc/28062/task/28147/stat : 28147 (java) S 28060 28060 8644 0 -1 1077944384 857 0 0 0 5173 0 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832669979600 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28148] ppid=28060 vsize=26605264 memory=1156 CPUtime=62.9 cores=0-7
/proc/28062/task/28148/stat : 28148 (java) R 28060 28060 8644 0 -1 4202560 2409 0 0 0 6281 9 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832674187632 139833891983785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28149] ppid=28060 vsize=26605264 memory=2240 CPUtime=51.59 cores=0-7
/proc/28062/task/28149/stat : 28149 (java) S 28060 28060 8644 0 -1 1077944384 1738 0 0 0 5158 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832665769168 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28150] ppid=28060 vsize=26605264 memory=4124 CPUtime=51.68 cores=0-7
/proc/28062/task/28150/stat : 28150 (java) S 28060 28060 8644 0 -1 1077944384 1958 0 0 0 5166 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832673138256 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28151] ppid=28060 vsize=26605264 memory=2196 CPUtime=50.98 cores=0-7
/proc/28062/task/28151/stat : 28151 (java) S 28060 28060 8644 0 -1 1077944384 773 0 0 0 5097 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832668927440 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28152] ppid=28060 vsize=26605264 memory=6764 CPUtime=59.29 cores=0-7
/proc/28062/task/28152/stat : 28152 (java) S 28060 28060 8644 0 -1 1077944384 2212 0 0 0 5919 10 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832667874128 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28153] ppid=28060 vsize=26605264 memory=840 CPUtime=52.03 cores=0-7
/proc/28062/task/28153/stat : 28153 (java) S 28060 28060 8644 0 -1 1077944384 954 0 0 0 5202 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832671032016 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 857.08 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1648904 KiB

[startup+143.201 s]
/proc/loadavg: 5.88 4.71 5.32 2/207 28153
/proc/meminfo: memFree=29947476/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=26605264 memory=1647520 CPUtime=857.88 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 153370 0 0 0 85597 191 0 0 20 0 28 0 97389854 27243790336 411880 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6651316 411880 3307 1 0 6638550 0
[pid=28062/tid=28063] ppid=28060 vsize=26605264 memory=2448 CPUtime=1.39 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) S 28060 28060 8644 0 -1 1077944384 7192 0 0 0 134 5 0 0 20 0 28 0 97389855 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834289382528 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=26605264 memory=1732 CPUtime=0.55 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 716 0 0 0 45 10 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=26605264 memory=1948 CPUtime=0.56 cores=0-7
/proc/28062/task/28065/stat : 28065 (java) S 28060 28060 8644 0 -1 1077944384 990 0 0 0 44 12 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834206669072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28066] ppid=28060 vsize=26605264 memory=1384 CPUtime=0.52 cores=0-7
/proc/28062/task/28066/stat : 28066 (java) S 28060 28060 8644 0 -1 1077944384 850 0 0 0 43 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834205616784 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28067] ppid=28060 vsize=26605264 memory=1647520 CPUtime=0.49 cores=0-7
/proc/28062/task/28067/stat : 28067 (java) S 28060 28060 8644 0 -1 1077944384 1084 0 0 0 41 8 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834204563984 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28068] ppid=28060 vsize=26605264 memory=4676 CPUtime=0.56 cores=0-7
/proc/28062/task/28068/stat : 28068 (java) S 28060 28060 8644 0 -1 1077944384 1024 0 0 0 45 11 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833839213456 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28069] ppid=28060 vsize=26605264 memory=4096 CPUtime=0.54 cores=0-7
/proc/28062/task/28069/stat : 28069 (java) S 28060 28060 8644 0 -1 1077944384 514 0 0 0 42 12 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833838160656 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28070] ppid=28060 vsize=26605264 memory=1156 CPUtime=0.52 cores=0-7
/proc/28062/task/28070/stat : 28070 (java) S 28060 28060 8644 0 -1 1077944384 1002 0 0 0 43 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833837108368 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28071] ppid=28060 vsize=26605264 memory=3600 CPUtime=0.53 cores=0-7
/proc/28062/task/28071/stat : 28071 (java) S 28060 28060 8644 0 -1 1077944384 1300 0 0 0 44 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833836055568 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28072] ppid=28060 vsize=26605264 memory=1384 CPUtime=0.59 cores=0-7
/proc/28062/task/28072/stat : 28072 (java) S 28060 28060 8644 0 -1 1077944384 5292 0 0 0 58 1 0 0 20 0 28 0 97389857 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832691669104 139834285152898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28073] ppid=28060 vsize=26605264 memory=4124 CPUtime=0 cores=0-7
/proc/28062/task/28073/stat : 28073 (java) S 28060 28060 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 97389858 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832690615136 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28074] ppid=28060 vsize=26605264 memory=2196 CPUtime=0 cores=0-7
/proc/28062/task/28074/stat : 28074 (java) S 28060 28060 8644 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 28 0 97389858 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832689562752 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28075] ppid=28060 vsize=26605264 memory=6764 CPUtime=0 cores=0-7
/proc/28062/task/28075/stat : 28075 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832688511056 139834285160347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28076] ppid=28060 vsize=26605264 memory=840 CPUtime=3.31 cores=0-7
/proc/28062/task/28076/stat : 28076 (java) S 28060 28060 8644 0 -1 1077944384 25732 0 0 0 326 5 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832687458928 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28077] ppid=28060 vsize=26605264 memory=1692 CPUtime=3.66 cores=0-7
/proc/28062/task/28077/stat : 28077 (java) S 28060 28060 8644 0 -1 1077944384 25589 0 0 0 360 6 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832686406128 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28078] ppid=28060 vsize=26605264 memory=916 CPUtime=3.28 cores=0-7
/proc/28062/task/28078/stat : 28078 (java) S 28060 28060 8644 0 -1 1077944384 29141 0 0 0 322 6 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832685353840 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28079] ppid=28060 vsize=26605264 memory=4676 CPUtime=0.97 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) S 28060 28060 8644 0 -1 1077944384 11992 0 0 0 94 3 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832684301040 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=26605264 memory=4096 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=26605264 memory=1156 CPUtime=0.06 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 2062 0 0 0 2 4 0 0 20 0 28 0 97389861 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28146] ppid=28060 vsize=26605264 memory=3600 CPUtime=51.4 cores=0-7
/proc/28062/task/28146/stat : 28146 (java) S 28060 28060 8644 0 -1 1077944384 1063 0 0 0 5138 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832666820400 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28147] ppid=28060 vsize=26605264 memory=1384 CPUtime=51.73 cores=0-7
/proc/28062/task/28147/stat : 28147 (java) S 28060 28060 8644 0 -1 1077944384 857 0 0 0 5173 0 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832669979600 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28148] ppid=28060 vsize=26605264 memory=1200 CPUtime=63.7 cores=0-7
/proc/28062/task/28148/stat : 28148 (java) R 28060 28060 8644 0 -1 4202560 2413 0 0 0 6361 9 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832674187632 139833893261152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28149] ppid=28060 vsize=26605264 memory=15872 CPUtime=51.59 cores=0-7
/proc/28062/task/28149/stat : 28149 (java) S 28060 28060 8644 0 -1 1077944384 1738 0 0 0 5158 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832665769168 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28150] ppid=28060 vsize=26605264 memory=15808 CPUtime=51.68 cores=0-7
/proc/28062/task/28150/stat : 28150 (java) S 28060 28060 8644 0 -1 1077944384 1958 0 0 0 5166 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832673138256 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28151] ppid=28060 vsize=26605264 memory=4052 CPUtime=50.98 cores=0-7
/proc/28062/task/28151/stat : 28151 (java) S 28060 28060 8644 0 -1 1077944384 773 0 0 0 5097 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832668927440 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28152] ppid=28060 vsize=26605264 memory=16236 CPUtime=59.29 cores=0-7
/proc/28062/task/28152/stat : 28152 (java) S 28060 28060 8644 0 -1 1077944384 2212 0 0 0 5919 10 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832667874128 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28153] ppid=28060 vsize=26605264 memory=1796 CPUtime=52.03 cores=0-7
/proc/28062/task/28153/stat : 28153 (java) S 28060 28060 8644 0 -1 1077944384 954 0 0 0 5202 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832671032016 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 857.88 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1648904 KiB

[startup+143.601 s]
/proc/loadavg: 5.88 4.71 5.32 2/207 28153
/proc/meminfo: memFree=29947476/32770624 swapFree=67108860/67108860
[pid=28060] ppid=28057 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28060/stat : 28060 (xcsp3-exec) S 28057 28060 8644 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97389854 9740288 346 33554432000 4194304 5098028 140736399156368 140736399154472 139729200763516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20058112 140736399160426 140736399160636 140736399160636 140736399163371 0
/proc/28060/statm: 2378 346 289 221 0 87 0
[pid=28062] ppid=28060 vsize=26605264 memory=1647520 CPUtime=858.28 cores=0-7
/proc/28062/stat : 28062 (java) S 28060 28060 8644 0 -1 1077944320 153424 0 0 0 85637 191 0 0 20 0 28 0 97389854 27243790336 411880 33554432000 4194304 4196468 140732473409184 140732473391728 139834285141751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
/proc/28062/statm: 6651316 411880 3307 1 0 6638550 0
[pid=28062/tid=28063] ppid=28060 vsize=26605264 memory=840 CPUtime=1.39 cores=0-7
/proc/28062/task/28063/stat : 28063 (java) S 28060 28060 8644 0 -1 1077944384 7192 0 0 0 134 5 0 0 20 0 28 0 97389855 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834289382528 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28064] ppid=28060 vsize=26605264 memory=1692 CPUtime=0.55 cores=0-7
/proc/28062/task/28064/stat : 28064 (java) S 28060 28060 8644 0 -1 1077944384 716 0 0 0 45 10 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834207721872 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28065] ppid=28060 vsize=26605264 memory=916 CPUtime=0.56 cores=0-7
/proc/28062/task/28065/stat : 28065 (java) S 28060 28060 8644 0 -1 1077944384 990 0 0 0 44 12 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834206669072 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28066] ppid=28060 vsize=26605264 memory=4100 CPUtime=0.52 cores=0-7
/proc/28062/task/28066/stat : 28066 (java) S 28060 28060 8644 0 -1 1077944384 850 0 0 0 43 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834205616784 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28067] ppid=28060 vsize=26605264 memory=27936 CPUtime=0.49 cores=0-7
/proc/28062/task/28067/stat : 28067 (java) S 28060 28060 8644 0 -1 1077944384 1084 0 0 0 41 8 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139834204563984 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28068] ppid=28060 vsize=26605264 memory=1292 CPUtime=0.56 cores=0-7
/proc/28062/task/28068/stat : 28068 (java) S 28060 28060 8644 0 -1 1077944384 1024 0 0 0 45 11 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833839213456 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28069] ppid=28060 vsize=26605264 memory=2448 CPUtime=0.54 cores=0-7
/proc/28062/task/28069/stat : 28069 (java) S 28060 28060 8644 0 -1 1077944384 514 0 0 0 42 12 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833838160656 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28070] ppid=28060 vsize=26605264 memory=1732 CPUtime=0.52 cores=0-7
/proc/28062/task/28070/stat : 28070 (java) S 28060 28060 8644 0 -1 1077944384 1002 0 0 0 43 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833837108368 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28071] ppid=28060 vsize=26605264 memory=1948 CPUtime=0.53 cores=0-7
/proc/28062/task/28071/stat : 28071 (java) S 28060 28060 8644 0 -1 1077944384 1300 0 0 0 44 9 0 0 20 0 28 0 97389856 27243790336 411880 33554432000 4194304 4196468 140732473409184 139833836055568 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28072] ppid=28060 vsize=26605264 memory=800 CPUtime=0.59 cores=0-7
/proc/28062/task/28072/stat : 28072 (java) S 28060 28060 8644 0 -1 1077944384 5292 0 0 0 58 1 0 0 20 0 28 0 97389857 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832691669104 139834285152898 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28073] ppid=28060 vsize=26605264 memory=12068 CPUtime=0 cores=0-7
/proc/28062/task/28073/stat : 28073 (java) S 28060 28060 8644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 97389858 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832690615136 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28074] ppid=28060 vsize=26605264 memory=1440 CPUtime=0 cores=0-7
/proc/28062/task/28074/stat : 28074 (java) S 28060 28060 8644 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 28 0 97389858 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832689562752 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28075] ppid=28060 vsize=26605264 memory=5792 CPUtime=0 cores=0-7
/proc/28062/task/28075/stat : 28075 (java) S 28060 28060 8644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832688511056 139834285160347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28076] ppid=28060 vsize=26605264 memory=1224 CPUtime=3.31 cores=0-7
/proc/28062/task/28076/stat : 28076 (java) S 28060 28060 8644 0 -1 1077944384 25732 0 0 0 326 5 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832687458928 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28077] ppid=28060 vsize=26605264 memory=8560 CPUtime=3.66 cores=0-7
/proc/28062/task/28077/stat : 28077 (java) S 28060 28060 8644 0 -1 1077944384 25589 0 0 0 360 6 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832686406128 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28078] ppid=28060 vsize=26605264 memory=1712 CPUtime=3.28 cores=0-7
/proc/28062/task/28078/stat : 28078 (java) S 28060 28060 8644 0 -1 1077944384 29141 0 0 0 322 6 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832685353840 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28079] ppid=28060 vsize=26605264 memory=4612 CPUtime=0.97 cores=0-7
/proc/28062/task/28079/stat : 28079 (java) S 28060 28060 8644 0 -1 1077944384 11992 0 0 0 94 3 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832684301040 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28080] ppid=28060 vsize=26605264 memory=1004 CPUtime=0 cores=0-7
/proc/28062/task/28080/stat : 28080 (java) S 28060 28060 8644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97389860 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832683247968 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28081] ppid=28060 vsize=26605264 memory=1200 CPUtime=0.06 cores=0-7
/proc/28062/task/28081/stat : 28081 (java) S 28060 28060 8644 0 -1 1077944384 2064 0 0 0 2 4 0 0 20 0 28 0 97389861 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832682195248 139834285152898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28146] ppid=28060 vsize=26605264 memory=15872 CPUtime=51.4 cores=0-7
/proc/28062/task/28146/stat : 28146 (java) S 28060 28060 8644 0 -1 1077944384 1063 0 0 0 5138 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832666820400 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28147] ppid=28060 vsize=26605264 memory=15808 CPUtime=51.73 cores=0-7
/proc/28062/task/28147/stat : 28147 (java) S 28060 28060 8644 0 -1 1077944384 857 0 0 0 5173 0 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832669979600 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28148] ppid=28060 vsize=26605264 memory=4052 CPUtime=64.1 cores=0-7
/proc/28062/task/28148/stat : 28148 (java) R 28060 28060 8644 0 -1 4202560 2465 0 0 0 6401 9 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832674187632 139833891985038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28149] ppid=28060 vsize=26605264 memory=16236 CPUtime=51.59 cores=0-7
/proc/28062/task/28149/stat : 28149 (java) S 28060 28060 8644 0 -1 1077944384 1738 0 0 0 5158 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832665769168 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28150] ppid=28060 vsize=26605264 memory=1796 CPUtime=51.68 cores=0-7
/proc/28062/task/28150/stat : 28150 (java) S 28060 28060 8644 0 -1 1077944384 1958 0 0 0 5166 2 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832673138256 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28151] ppid=28060 vsize=26605264 memory=644 CPUtime=50.98 cores=0-7
/proc/28062/task/28151/stat : 28151 (java) S 28060 28060 8644 0 -1 1077944384 773 0 0 0 5097 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832668927440 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28152] ppid=28060 vsize=26605264 memory=960 CPUtime=59.29 cores=0-7
/proc/28062/task/28152/stat : 28152 (java) S 28060 28060 8644 0 -1 1077944384 2212 0 0 0 5919 10 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832667874128 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
[pid=28062/tid=28153] ppid=28060 vsize=26605264 memory=4388 CPUtime=52.03 cores=0-7
/proc/28062/task/28153/stat : 28153 (java) S 28060 28060 8644 0 -1 1077944384 954 0 0 0 5202 1 0 0 20 0 28 0 97397785 27243790336 411880 33554432000 4194304 4196468 140732473409184 139832671032016 139834285151957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24719360 140732473410712 140732473410888 140732473410888 140732473413583 0
Current children cumulated CPU time: 858.28 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 1648904 KiB

Child status: 0
Real time (s): 143.656
CPU time (s): 858.354
CPU user time (s): 856.419
CPU system time (s): 1.93499
CPU usage (%): 597.505
Max. virtual memory (cumulated for all children) (KiB): 26616796
Max. memory (cumulated for all children) (KiB): 1648904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 856.419
system time used= 1.93499
maximum resident set size= 1647520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10495
involuntary context switches= 10064


# summary of solver processes directly reported to runsolver:
#   pid: 28060
#   total CPU time (s): 858.354
#   total CPU user time (s): 856.419
#   total CPU system time (s): 1.93499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26454 second user time and 1.73711 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 18:36:04
IDJOB=4254528
IDBENCH=126246
IDSOLVER=2636
FILE ID=node113/4254528-1502643022
RUNJOBID= node113-1502637253-8671
PBS_JOBID= 20628327
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-a4.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-4254528-1502643022/watcher-4254528-1502643022 -o /tmp/evaluation-result-4254528-1502643022/solver-4254528-1502643022 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502637253-8671 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2117575242 HOME/instance-4254528-1502643022.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=2117575242

node113.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.89
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.89
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.89
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.89
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:        31578016 kB
MemAvailable:   31982728 kB
Buffers:          121916 kB
Cached:           569208 kB
SwapCached:            0 kB
Active:           572152 kB
Inactive:         174148 kB
Active(anon):       5076 kB
Inactive(anon):    77700 kB
Active(file):     567076 kB
Inactive(file):    96448 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7556 kB
Writeback:             0 kB
AnonPages:        168768 kB
Mapped:            43748 kB
Shmem:             25224 kB
Slab:             139984 kB
SReclaimable:     114048 kB
SUnreclaim:        25936 kB
KernelStack:        3520 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node113 at 2017-08-13 18:38:27