Trace number 4309021

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 2018-08-14SAT 4.70056 2.07963

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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 benchmark1.4463
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1028158785
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.19/0.85	c Parsing done, starting search...
4.41/2.05	s SATISFIABLE
4.41/2.05	v <instantiation>
4.41/2.05	v 	<list>
4.41/2.05	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] 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]
4.41/2.05	v 	</list>
4.41/2.05	v 	<values>
4.41/2.05	v 		4 5 3 10 6 4 3 5 9 11 12 6 7 8 10 1 2 1 9 2 7 11 8 12 17 15 19 16 6 2 5 0 7 1 11 4 20 12 22 13 18 8 14 3 21 9 23 10 
4.41/2.05	v 	</values>
4.41/2.05	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 (13111 MiB free)
  memory of node 1: 16384 MiB (11115 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309021-1534376910/watcher-4309021-1534376910 -o /tmp/evaluation-result-4309021-1534376910/solver-4309021-1534376910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534373665-29765 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1028158785 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309021-1534376910.xml 

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

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

solver pid=30085, runsolver pid=30082

[startup+0.10011 s]*
/proc/loadavg: 7.89 8.52 8.61 3/198 30105
/proc/meminfo: memFree=24791116/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=26103420 memory=31300 CPUtime=0.12 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 7269 0 0 0 10 2 0 0 20 0 20 0 255254246 26729902080 7825 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6525855 7825 3137 1 0 6487932 0
[pid=30085/tid=30087] ppid=30082 vsize=26103420 memory=7679935271712759455 CPUtime=0.09 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) R 30082 30085 29738 0 -1 4202560 5319 0 0 0 8 1 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140173288917296 140173268763998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=26103420 memory=732370837087513573 CPUtime=0 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=26103420 memory=140698750060160 CPUtime=0 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 7825 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171490085104 140173284694658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30097] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30097/stat : 30097 (java) S 30082 30085 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171489031328 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30098] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171487978224 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) S 30082 30085 29738 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171485874928 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171484822384 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171483769328 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) R 30082 30085 29738 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171482716784 140173271007934 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 7825 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31300 KiB

[startup+0.209774 s]*
/proc/loadavg: 7.89 8.52 8.61 4/198 30105
/proc/meminfo: memFree=24778156/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=26103420 memory=42728 CPUtime=0.29 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 10421 0 0 0 27 2 0 0 20 0 20 0 255254246 26729902080 10682 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6525855 10682 3307 1 0 6487932 0
[pid=30085/tid=30087] ppid=30082 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) R 30082 30085 29738 0 -1 4202560 8188 0 0 0 18 1 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140173288906464 140173266089828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=26103420 memory=140698750088531 CPUtime=0 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 10682 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171490085104 140173284694658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30097] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30097/stat : 30097 (java) S 30082 30085 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171489031328 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30098] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171487978224 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) S 30082 30085 29738 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171485874928 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) S 30082 30085 29738 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171484822384 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) S 30082 30085 29738 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171483769328 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) S 30082 30085 29738 0 -1 1077944384 323 0 0 0 6 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171482716784 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 10682 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42728 KiB

[startup+0.309421 s]*
/proc/loadavg: 7.89 8.52 8.61 2/198 30105
/proc/meminfo: memFree=24775760/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=26103420 memory=46488 CPUtime=0.43 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 10870 0 0 0 40 3 0 0 20 0 20 0 255254246 26729902080 11622 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6525855 11622 3358 1 0 6487932 0
[pid=30085/tid=30087] ppid=30082 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) R 30082 30085 29738 0 -1 4202560 8531 0 0 0 28 2 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140173288868928 140173268763998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=26103420 memory=140698632418223 CPUtime=0 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=26103420 memory=140698632420528 CPUtime=0 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=26103420 memory=140698632422832 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254247 26729902080 11622 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171490085104 140173284694658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30097] ppid=30082 vsize=26103420 memory=281397264852624 CPUtime=0 cores=0-7
/proc/30085/task/30097/stat : 30097 (java) S 30082 30085 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171489031328 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30098] ppid=30082 vsize=26103420 memory=281397264859536 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254249 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171487978224 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=26103420 memory=281397264800816 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=26103420 memory=281397264873360 CPUtime=0 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) S 30082 30085 29738 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171485874928 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=26103420 memory=281397264880272 CPUtime=0.01 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) S 30082 30085 29738 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171484822384 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=26103420 memory=281397264877968 CPUtime=0.01 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) S 30082 30085 29738 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171483769328 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=26103420 memory=281397264894528 CPUtime=0.07 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) S 30082 30085 29738 0 -1 1077944384 338 0 0 0 7 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171482716784 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254252 26729902080 11622 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46488 KiB

[startup+0.700853 s]
/proc/loadavg: 7.89 8.52 8.61 2/198 30105
/proc/meminfo: memFree=24751204/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=26105488 memory=87676 CPUtime=0.99 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 17870 0 0 0 94 5 0 0 20 0 20 0 255254246 26732019712 21919 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6526372 21919 3490 1 0 6488444 0
[pid=30085/tid=30087] ppid=30082 vsize=26105488 memory=6224889892466676328 CPUtime=0.68 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) R 30082 30085 29738 0 -1 4202560 15016 0 0 0 64 4 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140173288906832 140173284705437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=26105488 memory=129295695538992 CPUtime=0 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=26105488 memory=140698632450494 CPUtime=0 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=26105488 memory=1740 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254247 26732019712 21919 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=26105488 memory=11192 CPUtime=0 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254249 26732019712 21919 33554432000 4194304 4196468 140726142818912 140171490085104 140173284694658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0

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

[pid=30085/tid=30098] ppid=30082 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255254249 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171487978224 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=26178196 memory=0 CPUtime=0.35 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) R 30082 30085 29738 0 -1 4202560 1144 0 0 0 34 1 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171485860992 140173269604813 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=26178196 memory=0 CPUtime=0.4 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) R 30082 30085 29738 0 -1 4202560 826 0 0 0 40 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171484800896 140173265404304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=26178196 memory=7517460231795926866 CPUtime=0.39 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) R 30082 30085 29738 0 -1 4202560 946 0 0 0 39 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171483748080 140173266228084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=26178196 memory=7301854990854941008 CPUtime=0.52 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) S 30082 30085 29738 0 -1 1077944384 3009 0 0 0 52 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171482716784 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=26178196 memory=7295947229063434323 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=26178196 memory=140703045027455 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254252 26806472704 44906 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 26178196 KiB
Current children cumulated memory: 179624 KiB

[startup+2.07957 s]
# the end of solver process 30085 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.54598 s, system=0.154583 s

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

[startup+1.60106 s]
/proc/loadavg: 7.89 8.52 8.61 2/198 30105
/proc/meminfo: memFree=24716028/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=26180244 memory=185764 CPUtime=3.45 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 27436 0 0 0 335 10 0 0 20 0 21 0 255254246 26808569856 46441 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6545061 46441 3551 1 0 6507133 0
[pid=30085/tid=30087] ppid=30082 vsize=26180244 memory=6944656592452807316 CPUtime=1.56 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) R 30082 30085 29738 0 -1 4202560 19871 0 0 0 150 6 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140173288918080 140173266247086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=26180244 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=26180244 memory=-7739291840220455296 CPUtime=0 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=26180244 memory=7100839852556452247 CPUtime=0 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=26180244 memory=8514726395714956677 CPUtime=0 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=26180244 memory=7100839852824560754 CPUtime=0 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=26180244 memory=4628420171383865741 CPUtime=0 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=26180244 memory=-7164246730544937337 CPUtime=0 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254247 26808569856 46441 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=26180244 memory=7451046602726981734 CPUtime=0 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) S 30082 30085 29738 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 21 0 255254249 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171490085104 140173284694658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30097] ppid=30082 vsize=26180244 memory=7161968485930263896 CPUtime=0 cores=0-7
/proc/30085/task/30097/stat : 30097 (java) S 30082 30085 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 255254249 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171489031328 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30098] ppid=30082 vsize=26180244 memory=212 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255254249 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171487978224 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=26180244 memory=140698632534721 CPUtime=0.39 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) S 30082 30085 29738 0 -1 1077944384 1185 0 0 0 38 1 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171485874928 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=26180244 memory=0 CPUtime=0.44 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) S 30082 30085 29738 0 -1 1077944384 844 0 0 0 44 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171484822384 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=26180244 memory=-7023579799431922829 CPUtime=0.42 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) S 30082 30085 29738 0 -1 1077944384 975 0 0 0 42 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171483769328 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=26180244 memory=-8486080722631693414 CPUtime=0.57 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) S 30082 30085 29738 0 -1 1077944384 3139 0 0 0 57 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171482716784 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=26180244 memory=3047711553219693942 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=26180244 memory=4426639978525455914 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254252 26808569856 46441 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 26180244 KiB
Current children cumulated memory: 185764 KiB

[startup+2.00079 s]*
/proc/loadavg: 7.89 8.52 8.61 4/216 30123
/proc/meminfo: memFree=24576132/32770624 swapFree=67108524/67108860
[pid=30085] ppid=30082 vsize=27318012 memory=245212 CPUtime=4.41 cores=0-7
/proc/30085/stat : 30085 (java) S 30082 30085 29738 0 -1 1077944320 31232 0 0 0 427 14 0 0 20 0 38 0 255254246 27973644288 61303 33554432000 4194304 4196468 140726142818912 140726142801456 140173284683511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
/proc/30085/statm: 6829503 61303 3577 1 0 6791054 0
[pid=30085/tid=30087] ppid=30082 vsize=27318012 memory=4026531863 CPUtime=1.87 cores=0-7
/proc/30085/task/30087/stat : 30087 (java) S 30082 30085 29738 0 -1 1077944384 21056 0 0 0 180 7 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140173288920976 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30088] ppid=30082 vsize=27318012 memory=10937 CPUtime=0.01 cores=0-7
/proc/30085/task/30088/stat : 30088 (java) S 30082 30085 29738 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172843153936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30089] ppid=30082 vsize=27318012 memory=311284250077738880 CPUtime=0.01 cores=0-7
/proc/30085/task/30089/stat : 30089 (java) S 30082 30085 29738 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172842101392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30090] ppid=30082 vsize=27318012 memory=7740634871459154479 CPUtime=0.02 cores=0-7
/proc/30085/task/30090/stat : 30090 (java) S 30082 30085 29738 0 -1 1077944384 13 0 0 0 2 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172841048336 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30091] ppid=30082 vsize=27318012 memory=8292088564187963537 CPUtime=0.02 cores=0-7
/proc/30085/task/30091/stat : 30091 (java) S 30082 30085 29738 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172839995792 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30092] ppid=30082 vsize=27318012 memory=-6861001314482542224 CPUtime=0.01 cores=0-7
/proc/30085/task/30092/stat : 30092 (java) S 30082 30085 29738 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172838943760 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30093] ppid=30082 vsize=27318012 memory=664971934029340515 CPUtime=0.02 cores=0-7
/proc/30085/task/30093/stat : 30093 (java) S 30082 30085 29738 0 -1 1077944384 45 0 0 0 2 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172837891216 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30094] ppid=30082 vsize=27318012 memory=6943526294502006880 CPUtime=0.02 cores=0-7
/proc/30085/task/30094/stat : 30094 (java) S 30082 30085 29738 0 -1 1077944384 15 0 0 0 2 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172836838160 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30095] ppid=30082 vsize=27318012 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/30085/task/30095/stat : 30095 (java) S 30082 30085 29738 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 38 0 255254247 27973644288 61303 33554432000 4194304 4196468 140726142818912 140172835785616 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30096] ppid=30082 vsize=27318012 memory=0 CPUtime=0.02 cores=0-7
/proc/30085/task/30096/stat : 30096 (java) R 30082 30085 29738 0 -1 4202560 1119 0 0 0 2 0 0 0 20 0 38 0 255254249 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171490085024 140173269207264 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30097] ppid=30082 vsize=27318012 memory=4137287014106042739 CPUtime=0 cores=0-7
/proc/30085/task/30097/stat : 30097 (java) S 30082 30085 29738 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 38 0 255254249 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171489031392 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30098] ppid=30082 vsize=27318012 memory=8292088525465231505 CPUtime=0 cores=0-7
/proc/30085/task/30098/stat : 30098 (java) S 30082 30085 29738 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 38 0 255254249 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171487978240 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30099] ppid=30082 vsize=27318012 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/30085/task/30099/stat : 30099 (java) S 30082 30085 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171486926800 140173284702107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30100] ppid=30082 vsize=27318012 memory=6944656592455097440 CPUtime=0.45 cores=0-7
/proc/30085/task/30100/stat : 30100 (java) S 30082 30085 29738 0 -1 1077944384 1212 0 0 0 44 1 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171485866256 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30101] ppid=30082 vsize=27318012 memory=0 CPUtime=0.52 cores=0-7
/proc/30085/task/30101/stat : 30101 (java) R 30082 30085 29738 0 -1 1077944384 867 0 0 0 52 0 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171484821568 140173284693717 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30102] ppid=30082 vsize=27318012 memory=0 CPUtime=0.49 cores=0-7
/proc/30085/task/30102/stat : 30102 (java) S 30082 30085 29738 0 -1 1077944384 1008 0 0 0 49 0 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171483757920 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30103] ppid=30082 vsize=27318012 memory=0 CPUtime=0.67 cores=0-7
/proc/30085/task/30103/stat : 30103 (java) S 30082 30085 29738 0 -1 1077944384 3379 0 0 0 66 1 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171482715968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30104] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30104/stat : 30104 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171481663968 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30105] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30105/stat : 30105 (java) S 30082 30085 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 255254252 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171480611504 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30106] ppid=30082 vsize=27318012 memory=2320817481950967864 CPUtime=0 cores=0-7
/proc/30085/task/30106/stat : 30106 (java) S 30082 30085 29738 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 38 0 255254395 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171469267456 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30107] ppid=30082 vsize=27318012 memory=281397265089088 CPUtime=0 cores=0-7
/proc/30085/task/30107/stat : 30107 (java) S 30082 30085 29738 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 255254412 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171466117840 140173284694658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30108] ppid=30082 vsize=27318012 memory=576460756329985062 CPUtime=0.02 cores=0-7
/proc/30085/task/30108/stat : 30108 (java) S 30082 30085 29738 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 38 0 255254435 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171462968736 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30109] ppid=30082 vsize=27318012 memory=288291090648531513 CPUtime=0.02 cores=0-7
/proc/30085/task/30109/stat : 30109 (java) R 30082 30085 29738 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 38 0 255254436 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171461910448 140173284704858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30110] ppid=30082 vsize=27318012 memory=3546083574904288717 CPUtime=0.02 cores=0-7
/proc/30085/task/30110/stat : 30110 (java) S 30082 30085 29738 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 38 0 255254436 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171460854544 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30111] ppid=30082 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30111/stat : 30111 (java) S 30082 30085 29738 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 38 0 255254443 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171459810592 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30112] ppid=30082 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30112/stat : 30112 (java) R 30082 30085 29738 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 38 0 255254443 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171458732192 140173276924901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30113] ppid=30082 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30113/stat : 30113 (java) R 30082 30085 29738 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 38 0 255254443 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171457699248 140173284695446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30114] ppid=30082 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30114/stat : 30114 (java) S 30082 30085 29738 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 38 0 255254443 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171456651936 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30115] ppid=30082 vsize=27318012 memory=0 CPUtime=0.01 cores=0-7
/proc/30085/task/30115/stat : 30115 (java) R 30082 30085 29738 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 38 0 255254443 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171455590272 140173284693717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30116] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30116/stat : 30116 (java) R 30082 30085 29738 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 38 0 255254444 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171454538624 140173267217153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30117] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30117/stat : 30117 (java) R 30082 30085 29738 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 38 0 255254444 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171453486784 140173284693717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30118] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30118/stat : 30118 (java) R 30082 30085 29738 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171450337056 140173284695446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30119] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30119/stat : 30119 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171449292064 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30120] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30120/stat : 30120 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171448239008 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30121] ppid=30082 vsize=27318012 memory=281397265522464 CPUtime=0 cores=0-7
/proc/30085/task/30121/stat : 30121 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171447186464 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30122] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30122/stat : 30122 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171446133408 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
[pid=30085/tid=30123] ppid=30082 vsize=27318012 memory=0 CPUtime=0 cores=0-7
/proc/30085/task/30123/stat : 30123 (java) S 30082 30085 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 255254446 27973644288 61303 33554432000 4194304 4196468 140726142818912 140171445080864 140173284693717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140726142821453 140726142821637 140726142821637 140726142824399 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 27318012 KiB
Current children cumulated memory: 245212 KiB

Child status: 0
Real time (s): 2.07963
CPU time (s): 4.70056
CPU user time (s): 4.54598
CPU system time (s): 0.154583
CPU usage (%): 226.029
Max. virtual memory (cumulated for all children) (KiB): 27318012
Max. memory (cumulated for all children) (KiB): 245212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.54598
system time used= 0.154583
maximum resident set size= 248904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31939
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= 5019
involuntary context switches= 699


# summary of solver processes directly reported to runsolver:
#   pid: 30085
#   total CPU time (s): 4.70056
#   total CPU user time (s): 4.54598
#   total CPU system time (s): 0.154583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038699 second user time and 0.059136 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-16 01:48:30
IDJOB=4309021
IDBENCH=141338
IDSOLVER=2793
FILE ID=node107/4309021-1534376910
RUNJOBID= node107-1534373665-29765
PBS_JOBID= 21038294
Free space on /tmp= 50628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309021-1534376910/watcher-4309021-1534376910 -o /tmp/evaluation-result-4309021-1534376910/solver-4309021-1534376910 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534373665-29765 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1028158785 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309021-1534376910.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1028158785

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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.40
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.40
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.40
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:        24808800 kB
MemAvailable:   31892004 kB
Buffers:          223400 kB
Cached:          7110116 kB
SwapCached:           20 kB
Active:          3964692 kB
Inactive:        3424956 kB
Active(anon):       5336 kB
Inactive(anon):   111352 kB
Active(file):    3959356 kB
Inactive(file):  3313604 kB
Unevictable:        6972 kB
Mlocked:            6972 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             36192 kB
Writeback:             0 kB
AnonPages:        216452 kB
Mapped:            55872 kB
Shmem:             57824 kB
Slab:             266736 kB
SReclaimable:     238704 kB
SUnreclaim:        28032 kB
KernelStack:        3520 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50592 MiB
End job on node107 at 2018-08-16 01:48:33