Trace number 4285211

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
OscaR - Parallel with EPS 2017-08-22SAT 5.9256001 1.96067

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-19.xml
MD5SUM13382dc3b02e119e78eeacc23771b1ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.439026
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints57
Number of domains2
Minimum domain size19
Maximum domain size38
Distribution of domain sizes[{"size":19,"count":38},{"size":38,"count":38}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":38},{"degree":38,"count":38}]
Minimum constraint arity2
Maximum constraint arity39
Distribution of constraint arities[{"arity":2,"count":19},{"arity":39,"count":38}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"element","count":38}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.38	c version: 2017-08-22
0.25/0.38	c seed: 1783590654
0.25/0.39	c timeout: 20160
0.25/0.39	c memlimit: 22000
0.25/0.39	c nbcore: 8
0.25/0.41	c Parsing instance...
0.76/0.67	c Parsing done, starting search...
5.69/1.93	s SATISFIABLE
5.69/1.93	v <instantiation>
5.69/1.93	v 	<list>
5.69/1.93	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] v[32] v[33] v[34] v[35] v[36] v[37] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] p[32] p[33] p[34] p[35] p[36] p[37]
5.69/1.93	v 	</list>
5.69/1.93	v 	<values>
5.69/1.93	v 		8 10 3 4 2 5 3 2 4 8 18 5 10 11 12 14 16 19 17 15 13 6 9 7 1 11 1 12 6 18 14 7 9 16 13 15 17 19 26 24 7 4 6 2 8 3 11 5 28 21 31 23 9 0 32 22 12 1 25 13 27 14 34 20 30 15 35 19 33 16 36 18 29 10 37 17 
5.69/1.93	v 	</values>
5.69/1.93	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14718 MiB free)
  memory of node 1: 16384 MiB (15236 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285211-1503426582/watcher-4285211-1503426582 -o /tmp/evaluation-result-4285211-1503426582/solver-4285211-1503426582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1783590654 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285211-1503426582.xml 

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

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


[startup+0.100109 s]*
/proc/loadavg: 1.08 1.03 1.36 2/173 14622
/proc/meminfo: memFree=30673764/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=22963432 memory=9668 CPUtime=0 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 2270 0 0 0 0 0 0 0 20 0 7 0 144878598 23514554368 2417 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 5741115 2417 1160 1 0 5731085 0
[pid=14621/tid=14623] ppid=14618 vsize=25297292 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) R 14618 14621 10109 0 -1 4202560 1016 0 0 0 0 0 0 0 20 0 10 0 144878608 25904427008 2493 18446744073709551615 4194304 4196468 140721394460224 139722743698744 139722725538759 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=25297292 memory=140425818984913 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144878609 25904427008 2493 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=25298128 memory=140425818977920 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=25298128 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=25298128 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=25298128 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=25298128 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=25298128 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=25298128 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 144878609 25905283072 2558 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 22963432 KiB
Current children cumulated memory: 9668 KiB

[startup+0.209042 s]*
/proc/loadavg: 1.08 1.03 1.36 2/192 14641
/proc/meminfo: memFree=30660456/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=25996608 memory=28336 CPUtime=0.09 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 6914 0 0 0 8 1 0 0 20 0 20 0 144878598 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6499152 7084 3375 1 0 6487930 0
[pid=14621/tid=14623] ppid=14618 vsize=25996608 memory=4026532046 CPUtime=0.07 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) R 14618 14621 10109 0 -1 4202560 4946 0 0 0 6 1 0 0 20 0 20 0 144878608 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722743660912 139722739479130 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=25996608 memory=12918 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=25996608 memory=3618558645904783008 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878610 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144878611 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721871168672 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144878611 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721870115568 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) S 14618 14621 10109 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721868012272 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721866959728 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721865906672 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) R 14618 14621 10109 0 -1 4202560 279 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721864854128 139722717449648 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878617 26620526592 7084 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 28336 KiB

[startup+0.309216 s]*
/proc/loadavg: 1.08 1.03 1.36 2/192 14641
/proc/meminfo: memFree=30649932/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=25996608 memory=37940 CPUtime=0.25 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 10640 0 0 0 22 3 0 0 20 0 20 0 144878598 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6499152 9485 3552 1 0 6487930 0
[pid=14621/tid=14623] ppid=14618 vsize=25996608 memory=-8774313645642428999 CPUtime=0.17 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) R 14618 14621 10109 0 -1 4202560 8419 0 0 0 15 2 0 0 20 0 20 0 144878608 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722743663088 139722739469718 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=25996608 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=25996608 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=25996608 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=25996608 memory=-7595490506177102494 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=25996608 memory=-7533229591079788448 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=25996608 memory=7893295687695687954 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144878610 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144878611 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721871168672 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144878611 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721870115568 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) S 14618 14621 10109 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721868012272 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) S 14618 14621 10109 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721866959728 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) S 14618 14621 10109 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721865906672 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) R 14618 14621 10109 0 -1 4202560 373 0 0 0 4 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721864854128 139722739469718 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878614 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878617 26620526592 9485 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 37940 KiB

[startup+0.700831 s]
/proc/loadavg: 1.08 1.03 1.36 3/192 14641
/proc/meminfo: memFree=30637004/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=25998676 memory=65404 CPUtime=0.95 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 14130 0 0 0 90 5 0 0 20 0 20 0 144878598 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6499669 16351 3727 1 0 6488442 0
[pid=14621/tid=14623] ppid=14618 vsize=25998676 memory=288230591739212087 CPUtime=0.55 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) R 14618 14621 10109 0 -1 4202560 10765 0 0 0 51 4 0 0 20 0 20 0 144878608 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722743687488 139722351471087 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=25998676 memory=280851401661712 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878609 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144878610 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144878611 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721871168672 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144878611 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721870115568 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=25998676 memory=0 CPUtime=0.03 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) S 14618 14621 10109 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721868012272 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=25998676 memory=3978884548097 CPUtime=0.05 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) S 14618 14621 10109 0 -1 1077944384 250 0 0 0 5 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721866959728 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=25998676 memory=43719596 CPUtime=0.11 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) S 14618 14621 10109 0 -1 1077944384 369 0 0 0 11 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721865906672 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=25998676 memory=7236547281622689387 CPUtime=0.18 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) S 14618 14621 10109 0 -1 1077944384 748 0 0 0 18 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721864854128 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=25998676 memory=5936703436935878507 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144878614 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=25998676 memory=56747707 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144878617 26622644224 16351 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 25998676 KiB

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

[pid=14621/tid=14640] ppid=14618 vsize=26069336 memory=2609 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 144878614 26695000064 49136 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=26069336 memory=211124787 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 144878617 26695000064 49136 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 26069336 KiB
Current children cumulated memory: 196544 KiB

[startup+1.96062 s]
# the end of solver process 14621 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.71354 s, system=0.212061 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.6011 s]
/proc/loadavg: 1.08 1.03 1.36 4/192 14641
/proc/meminfo: memFree=30572472/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=26137948 memory=204776 CPUtime=3.84 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 38303 0 0 0 369 15 0 0 20 0 22 0 144878598 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6534487 51194 3760 1 0 6523260 0
[pid=14621/tid=14623] ppid=14618 vsize=26137948 memory=0 CPUtime=1.44 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) R 14618 14621 10109 0 -1 4202560 15537 0 0 0 137 7 0 0 20 0 22 0 144878608 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722743675408 139722723538270 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=26137948 memory=53 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=26137948 memory=13396 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=26137948 memory=840 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=26137948 memory=280851401537664 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=26137948 memory=3689161616868011108 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144878609 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 22 0 144878610 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 144878611 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721871168672 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=26137948 memory=7881696724453321575 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 144878611 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721870115568 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=26137948 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=26137948 memory=7668852220641891925 CPUtime=0.62 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) S 14618 14621 10109 0 -1 1077944384 6296 0 0 0 60 2 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721868012272 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=26137948 memory=7883102982259894116 CPUtime=0.59 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) S 14618 14621 10109 0 -1 1077944384 4438 0 0 0 58 1 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721866959728 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=26137948 memory=-7957962119327172001 CPUtime=0.65 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) S 14618 14621 10109 0 -1 1077944384 6324 0 0 0 64 1 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721865906672 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=26137948 memory=6656426216303648864 CPUtime=0.49 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) S 14618 14621 10109 0 -1 1077944384 4260 0 0 0 48 1 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721864854128 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=26137948 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144878614 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=26137948 memory=6944656592455359545 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 144878617 26765258752 51194 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 26137948 KiB
Current children cumulated memory: 204776 KiB

[startup+1.80176 s]
/proc/loadavg: 1.08 1.03 1.36 4/192 14641
/proc/meminfo: memFree=30572472/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=27007412 memory=234508 CPUtime=4.89 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 41339 0 0 0 470 19 0 0 20 0 35 0 144878598 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6751853 58627 3783 1 0 6740105 0
[pid=14621/tid=14623] ppid=14618 vsize=27007412 memory=0 CPUtime=1.51 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) S 14618 14621 10109 0 -1 1077944384 15871 0 0 0 143 8 0 0 20 0 35 0 144878608 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722743695488 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=27007412 memory=2609 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=27007412 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=27007412 memory=280851401958320 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 35 0 144878609 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 35 0 144878610 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 144878611 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721871168736 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 144878611 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721870115584 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=27007412 memory=6476810683577 CPUtime=0.71 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) R 14618 14621 10109 0 -1 4202560 6418 0 0 0 68 3 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721867995728 139722723850758 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=27007412 memory=288230617509003574 CPUtime=0.7 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) D 14618 14621 10109 0 -1 4202560 4519 0 0 0 69 1 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721866940744 139722720158080 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=27007412 memory=15536310592997909 CPUtime=0.73 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) D 14618 14621 10109 0 -1 4202560 6513 0 0 0 72 1 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721865897376 139722717285021 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=27007412 memory=0 CPUtime=0.57 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) D 14618 14621 10109 0 -1 4202560 5484 0 0 0 55 2 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721864850368 139722718414121 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 144878614 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=27007412 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 144878617 27655589888 58627 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 27007412 KiB
Current children cumulated memory: 234508 KiB

[startup+1.90176 s]
/proc/loadavg: 1.08 1.03 1.36 4/192 14641
/proc/meminfo: memFree=30572472/32770624 swapFree=67108860/67108860
[pid=14621] ppid=14618 vsize=27075004 memory=237740 CPUtime=5.69 cores=0-7
/proc/14621/stat : 14621 (java) S 14618 14621 10109 0 -1 1077944320 42238 0 0 0 550 19 0 0 20 0 36 0 144878598 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 140721394442768 139722739457783 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
/proc/14621/statm: 6768751 59435 3785 1 0 6757003 0
[pid=14621/tid=14623] ppid=14618 vsize=27075004 memory=0 CPUtime=1.51 cores=0-7
/proc/14621/task/14623/stat : 14623 (java) S 14618 14621 10109 0 -1 1077944384 15871 0 0 0 143 8 0 0 20 0 36 0 144878608 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722743695488 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14624] ppid=14618 vsize=27075004 memory=280851401942688 CPUtime=0 cores=0-7
/proc/14621/task/14624/stat : 14624 (java) S 14618 14621 10109 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722696423952 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14625] ppid=14618 vsize=27075004 memory=82672 CPUtime=0 cores=0-7
/proc/14621/task/14625/stat : 14625 (java) S 14618 14621 10109 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722695371408 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14626] ppid=14618 vsize=27075004 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14626/stat : 14626 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722694318352 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14627] ppid=14618 vsize=27075004 memory=5773684336501680448 CPUtime=0 cores=0-7
/proc/14621/task/14627/stat : 14627 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722693265808 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14628] ppid=14618 vsize=27075004 memory=7649399388543267889 CPUtime=0 cores=0-7
/proc/14621/task/14628/stat : 14628 (java) S 14618 14621 10109 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722692213776 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14629] ppid=14618 vsize=27075004 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14629/stat : 14629 (java) S 14618 14621 10109 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722691161232 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14630] ppid=14618 vsize=27075004 memory=26765425670 CPUtime=0 cores=0-7
/proc/14621/task/14630/stat : 14630 (java) S 14618 14621 10109 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722690108176 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14631] ppid=14618 vsize=27075004 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14631/stat : 14631 (java) S 14618 14621 10109 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 36 0 144878609 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139722689055632 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14632] ppid=14618 vsize=27075004 memory=140425700731568 CPUtime=0 cores=0-7
/proc/14621/task/14632/stat : 14632 (java) S 14618 14621 10109 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 36 0 144878610 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721872222448 139722739468930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14633] ppid=14618 vsize=27075004 memory=160344 CPUtime=0 cores=0-7
/proc/14621/task/14633/stat : 14633 (java) S 14618 14621 10109 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 36 0 144878611 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721871168736 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14634] ppid=14618 vsize=27075004 memory=37940 CPUtime=0 cores=0-7
/proc/14621/task/14634/stat : 14634 (java) S 14618 14621 10109 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 36 0 144878611 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721870115584 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14635] ppid=14618 vsize=27075004 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/14621/task/14635/stat : 14635 (java) S 14618 14621 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721869064144 139722739476379 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14636] ppid=14618 vsize=27075004 memory=4872558044660077418 CPUtime=0.73 cores=0-7
/proc/14621/task/14636/stat : 14636 (java) D 14618 14621 10109 0 -1 4202560 6828 0 0 0 70 3 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721867993288 139722732174935 0 4 1 16800974 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14637] ppid=14618 vsize=27075004 memory=0 CPUtime=0.72 cores=0-7
/proc/14621/task/14637/stat : 14637 (java) D 14618 14621 10109 0 -1 4202560 4863 0 0 0 71 1 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721866940744 139722731747232 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14638] ppid=14618 vsize=27075004 memory=0 CPUtime=0.73 cores=0-7
/proc/14621/task/14638/stat : 14638 (java) D 14618 14621 10109 0 -1 4202560 6526 0 0 0 72 1 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721865897376 139722723851540 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14639] ppid=14618 vsize=27075004 memory=0 CPUtime=0.57 cores=0-7
/proc/14621/task/14639/stat : 14639 (java) D 14618 14621 10109 0 -1 4202560 5556 0 0 0 55 2 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721864850368 139722718414121 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14640] ppid=14618 vsize=27075004 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14640/stat : 14640 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 144878614 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721795693024 139722739467989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
[pid=14621/tid=14641] ppid=14618 vsize=27075004 memory=0 CPUtime=0 cores=0-7
/proc/14621/task/14641/stat : 14641 (java) S 14618 14621 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 36 0 144878617 27724804096 59435 18446744073709551615 4194304 4196468 140721394460224 139721794640560 139722739468930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27471872 140721394463083 140721394463269 140721394463269 140721394466767 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 27075004 KiB
Current children cumulated memory: 237740 KiB

Child status: 0
Real time (s): 1.96067
CPU time (s): 5.9256
CPU user time (s): 5.71354
CPU system time (s): 0.212061
CPU usage (%): 302.223
Max. virtual memory (cumulated for all children) (KiB): 27075004
Max. memory (cumulated for all children) (KiB): 237740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.71354
system time used= 0.212061
maximum resident set size= 250376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4675
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 14621
#   total CPU time (s): 5.9256
#   total CPU user time (s): 5.71354
#   total CPU system time (s): 0.212061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031515 second user time and 0.054027 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-22 20:15:33
IDJOB=4285211
IDBENCH=124365
IDSOLVER=2681
FILE ID=node125/4285211-1503426582
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-19.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285211-1503426582/watcher-4285211-1503426582 -o /tmp/evaluation-result-4285211-1503426582/solver-4285211-1503426582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1783590654 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285211-1503426582.xml

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

MD5SUM BENCH= 13382dc3b02e119e78eeacc23771b1ff
RANDOM SEED=1783590654

node125.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.07
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.07
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.07
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.07
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:        30674752 kB
MemAvailable:   31955348 kB
Buffers:          338432 kB
Cached:          1255592 kB
SwapCached:            0 kB
Active:           943764 kB
Inactive:         705940 kB
Active(anon):      56500 kB
Inactive(anon):    57676 kB
Active(file):     887264 kB
Inactive(file):   648264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42324 kB
Writeback:             4 kB
AnonPages:         56416 kB
Mapped:            68624 kB
Shmem:             58020 kB
Slab:             148016 kB
SReclaimable:     121804 kB
SUnreclaim:        26212 kB
KernelStack:        3056 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-22 20:15:35