Trace number 4309016

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.07825 1.82035

General information on the benchmark

NameLangford/
LangfordBin-07_c18.xml
MD5SUM3bc0c2fe6daffe5cd6c78f401afaf84f
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.24067
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints21
Number of domains2
Minimum domain size7
Maximum domain size14
Distribution of domain sizes[{"size":7,"count":14},{"size":14,"count":14}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":14},{"degree":14,"count":14}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":7},{"arity":15,"count":14}]
Number of extensional constraints0
Number of intensional constraints7
Distribution of constraint types[{"type":"intension","count":7},{"type":"element","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1284772940
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.83	c Parsing done, starting search...
4.03/1.80	s SATISFIABLE
4.03/1.80	v <instantiation>
4.03/1.80	v 	<list>
4.03/1.80	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] 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]
4.03/1.80	v 	</list>
4.03/1.80	v 	<values>
4.03/1.80	v 		5 6 1 7 1 3 5 4 6 3 2 7 4 2 4 2 13 10 9 5 12 7 6 0 8 1 11 3 
4.03/1.80	v 	</values>
4.03/1.80	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 (10253 MiB free)
  memory of node 1: 16384 MiB (13214 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309016-1534377489/watcher-4309016-1534377489 -o /tmp/evaluation-result-4309016-1534377489/solver-4309016-1534377489 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1284772940 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309016-1534377489.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=15063, runsolver pid=15060
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 8.36 8.72 8.71 2/198 15083
/proc/meminfo: memFree=24015248/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26103420 memory=31172 CPUtime=0.11 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 7257 0 0 0 10 1 0 0 20 0 20 0 255312031 26729902080 7793 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6525855 7793 3139 1 0 6487932 0
[pid=15063/tid=15065] ppid=15060 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 5351 0 0 0 8 1 0 0 20 0 20 0 255312032 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543930956728 140543926776989 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26103420 memory=139878109558400 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 7860 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542986859424 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312035 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542985806832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) S 15060 15063 14389 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542983703024 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542981597936 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) R 15060 15063 14389 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542980545392 140543905385450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 7860 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31172 KiB

[startup+0.209934 s]*
/proc/loadavg: 8.36 8.72 8.71 4/198 15083
/proc/meminfo: memFree=24002164/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26103420 memory=43328 CPUtime=0.31 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 10450 0 0 0 28 3 0 0 20 0 20 0 255312031 26729902080 10832 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6525855 10832 3390 1 0 6487932 0
[pid=15063/tid=15065] ppid=15060 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 8204 0 0 0 18 2 0 0 20 0 20 0 255312032 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543930978016 140543910835550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26103420 memory=11931 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26103420 memory=288370254261270144 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 10832 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542986859424 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312035 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542985806832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) S 15060 15063 14389 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542983703024 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) S 15060 15063 14389 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542981597936 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) R 15060 15063 14389 0 -1 4202560 305 0 0 0 6 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542980541344 140543911920702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 10832 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43328 KiB

[startup+0.309956 s]*
/proc/loadavg: 7.85 8.61 8.68 2/198 15083
/proc/meminfo: memFree=23998380/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26103420 memory=46576 CPUtime=0.43 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 10855 0 0 0 40 3 0 0 20 0 20 0 255312031 26729902080 11644 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6525855 11644 3391 1 0 6487932 0
[pid=15063/tid=15065] ppid=15060 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 8548 0 0 0 27 2 0 0 20 0 20 0 255312032 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543930964784 140543910835550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26103420 memory=139877958120367 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26103420 memory=139877958122672 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26103420 memory=139877958124976 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312033 26729902080 11644 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=26103420 memory=279755916256912 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255312034 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542986859424 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=26103420 memory=279755916263824 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255312035 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542985806832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=26103420 memory=279755916205104 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=26103420 memory=279755916277648 CPUtime=0.01 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) S 15060 15063 14389 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542983703024 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=26103420 memory=279755916284560 CPUtime=0.02 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=26103420 memory=279755916282256 CPUtime=0 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) S 15060 15063 14389 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542981597936 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=26103420 memory=279755916298864 CPUtime=0.07 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) S 15060 15063 14389 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542980545392 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26729902080 11644 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46576 KiB

[startup+0.700869 s]
/proc/loadavg: 7.85 8.61 8.68 2/198 15083
/proc/meminfo: memFree=23974580/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26105488 memory=87748 CPUtime=1 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 17851 0 0 0 95 5 0 0 20 0 20 0 255312031 26732019712 21937 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6526372 21937 3498 1 0 6488444 0
[pid=15063/tid=15065] ppid=15060 vsize=26105488 memory=0 CPUtime=0.68 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 15032 0 0 0 64 4 0 0 20 0 20 0 255312032 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543930981664 140543910835580 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26105488 memory=6388 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26105488 memory=864 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26105488 memory=1296 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26105488 memory=15084 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312033 26732019712 21937 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26105488 memory=39224 CPUtime=0 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255312034 26732019712 21937 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0

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

[pid=15063/tid=15082] ppid=15060 vsize=26105488 memory=3480 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255312037 26732019712 21937 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26105488 memory=1228 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255312037 26732019712 21937 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 26105488 KiB
Current children cumulated memory: 87748 KiB

[startup+1.50218 s]
/proc/loadavg: 7.85 8.61 8.68 2/198 15083
/proc/meminfo: memFree=23937356/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26246808 memory=148772 CPUtime=3.21 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 29515 0 0 0 312 9 0 0 20 0 22 0 255312031 26876731392 37193 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6561702 37193 3543 1 0 6523774 0
[pid=15063/tid=15065] ppid=15060 vsize=26246808 memory=0 CPUtime=1.46 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 20377 0 0 0 141 5 0 0 20 0 22 0 255312032 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543930989856 140543926776989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26246808 memory=279755916813488 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26246808 memory=66868345832426 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26246808 memory=66868345832426 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26246808 memory=279755916836672 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 255312033 26876731392 37193 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 22 0 255312034 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=26246808 memory=6388 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 255312034 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542986859424 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=26246808 memory=864 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 255312035 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542985806832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=26246808 memory=1296 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=26246808 memory=1068 CPUtime=0.39 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) S 15060 15063 14389 0 -1 1077944384 1886 0 0 0 39 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542983703024 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=26246808 memory=15084 CPUtime=0.37 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 1139 0 0 0 37 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=26246808 memory=39224 CPUtime=0.38 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) S 15060 15063 14389 0 -1 1077944384 1566 0 0 0 38 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542981597936 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=26246808 memory=13468 CPUtime=0.55 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) S 15060 15063 14389 0 -1 1077944384 3097 0 0 0 54 1 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542980545392 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26246808 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 255312037 26876731392 37193 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 26246808 KiB
Current children cumulated memory: 148772 KiB

[startup+1.82031 s]
# the end of solver process 15063 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.92489 s, system=0.153363 s

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

[startup+1.60102 s]
/proc/loadavg: 7.85 8.61 8.68 2/198 15083
/proc/meminfo: memFree=23937356/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=26248856 memory=190456 CPUtime=3.45 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 31307 0 0 0 332 13 0 0 20 0 22 0 255312031 26878828544 47614 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6562214 47614 3570 1 0 6524286 0
[pid=15063/tid=15065] ppid=15060 vsize=26248856 memory=0 CPUtime=1.53 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) R 15060 15063 14389 0 -1 4202560 20623 0 0 0 147 6 0 0 20 0 22 0 255312032 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543930983712 140543910835550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=26248856 memory=3816 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=26248856 memory=139877958333888 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 255312033 26878828544 47614 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=26248856 memory=0 CPUtime=0.01 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 1106 0 0 0 1 0 0 0 20 0 22 0 255312034 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 255312034 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542986859488 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=26248856 memory=13078175418732 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 255312035 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542985806848 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=26248856 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=26248856 memory=13851867369180031 CPUtime=0.4 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) S 15060 15063 14389 0 -1 1077944384 1888 0 0 0 40 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542983703024 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=26248856 memory=0 CPUtime=0.38 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 1145 0 0 0 38 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=26248856 memory=0 CPUtime=0.4 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) S 15060 15063 14389 0 -1 1077944384 1570 0 0 0 40 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542981597936 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=26248856 memory=0 CPUtime=0.56 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) S 15060 15063 14389 0 -1 1077944384 3172 0 0 0 55 1 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542980545392 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=26248856 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 255312037 26878828544 47614 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 26248856 KiB
Current children cumulated memory: 190456 KiB

[startup+1.80166 s]
/proc/loadavg: 7.85 8.61 8.68 2/198 15083
/proc/meminfo: memFree=23937356/32770624 swapFree=67108500/67108860
[pid=15063] ppid=15060 vsize=27118320 memory=195056 CPUtime=4.03 cores=0-7
/proc/15063/stat : 15063 (java) S 15060 15063 14389 0 -1 1077944320 32955 0 0 0 389 14 0 0 20 0 34 0 255312031 27769159680 48764 33554432000 4194304 4196468 140728833968064 140728833950608 140543926755063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
/proc/15063/statm: 6779580 48764 3573 1 0 6741131 0
[pid=15063/tid=15065] ppid=15060 vsize=27118320 memory=6791534058613427641 CPUtime=1.67 cores=0-7
/proc/15063/task/15065/stat : 15065 (java) S 15060 15063 14389 0 -1 1077944384 21064 0 0 0 161 6 0 0 20 0 34 0 255312032 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543930992528 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15066] ppid=15060 vsize=27118320 memory=1229 CPUtime=0 cores=0-7
/proc/15063/task/15066/stat : 15066 (java) S 15060 15063 14389 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543485409552 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15067] ppid=15060 vsize=27118320 memory=279755916394160 CPUtime=0 cores=0-7
/proc/15063/task/15067/stat : 15067 (java) S 15060 15063 14389 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543484357008 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15068] ppid=15060 vsize=27118320 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/15063/task/15068/stat : 15068 (java) S 15060 15063 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543483304464 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15069] ppid=15060 vsize=27118320 memory=1293774 CPUtime=0 cores=0-7
/proc/15063/task/15069/stat : 15069 (java) S 15060 15063 14389 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543482251920 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15070] ppid=15060 vsize=27118320 memory=6154825726212663400 CPUtime=0 cores=0-7
/proc/15063/task/15070/stat : 15070 (java) S 15060 15063 14389 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543481199376 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15071] ppid=15060 vsize=27118320 memory=7810487918915055718 CPUtime=0 cores=0-7
/proc/15063/task/15071/stat : 15071 (java) S 15060 15063 14389 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543480146832 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15072] ppid=15060 vsize=27118320 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/15063/task/15072/stat : 15072 (java) S 15060 15063 14389 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543479094288 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15073] ppid=15060 vsize=27118320 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15073/stat : 15073 (java) S 15060 15063 14389 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 255312033 27769159680 48764 33554432000 4194304 4196468 140728833968064 140543478041744 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15074] ppid=15060 vsize=27118320 memory=279755916567744 CPUtime=0.01 cores=0-7
/proc/15063/task/15074/stat : 15074 (java) S 15060 15063 14389 0 -1 1077944384 1106 0 0 0 1 0 0 0 20 0 34 0 255312034 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542987913200 140543926766210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15075] ppid=15060 vsize=27118320 memory=23 CPUtime=0 cores=0-7
/proc/15063/task/15075/stat : 15075 (java) S 15060 15063 14389 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 34 0 255312034 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542986859488 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15076] ppid=15060 vsize=27118320 memory=0 CPUtime=0 cores=0-7
/proc/15063/task/15076/stat : 15076 (java) S 15060 15063 14389 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 34 0 255312035 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542985806848 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15077] ppid=15060 vsize=27118320 memory=7230638415855315031 CPUtime=0 cores=0-7
/proc/15063/task/15077/stat : 15077 (java) S 15060 15063 14389 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542984755408 140543926773659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15078] ppid=15060 vsize=27118320 memory=7305792226149035113 CPUtime=0.44 cores=0-7
/proc/15063/task/15078/stat : 15078 (java) R 15060 15063 14389 0 -1 4202560 1903 0 0 0 44 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542983680640 140543911146440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15079] ppid=15060 vsize=27118320 memory=6368179386267036259 CPUtime=0.43 cores=0-7
/proc/15063/task/15079/stat : 15079 (java) S 15060 15063 14389 0 -1 1077944384 1164 0 0 0 43 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542982650480 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15080] ppid=15060 vsize=27118320 memory=1116 CPUtime=0.46 cores=0-7
/proc/15063/task/15080/stat : 15080 (java) R 15060 15063 14389 0 -1 4202560 1607 0 0 0 46 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542981583904 140543908299152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15081] ppid=15060 vsize=27118320 memory=2132 CPUtime=0.63 cores=0-7
/proc/15063/task/15081/stat : 15081 (java) R 15060 15063 14389 0 -1 4202560 3284 0 0 0 62 1 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542980545392 140543905123951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15082] ppid=15060 vsize=27118320 memory=1752 CPUtime=0 cores=0-7
/proc/15063/task/15082/stat : 15082 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542979492064 140543926765269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
[pid=15063/tid=15083] ppid=15060 vsize=27118320 memory=748 CPUtime=0 cores=0-7
/proc/15063/task/15083/stat : 15083 (java) S 15060 15063 14389 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 255312037 27769159680 48764 33554432000 4194304 4196468 140728833968064 140542978439600 140543926766210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26091520 140728833975373 140728833975557 140728833975557 140728833978319 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 27118320 KiB
Current children cumulated memory: 195056 KiB

Child status: 0
Real time (s): 1.82035
CPU time (s): 4.07825
CPU user time (s): 3.92489
CPU system time (s): 0.153363
CPU usage (%): 224.036
Max. virtual memory (cumulated for all children) (KiB): 27118320
Max. memory (cumulated for all children) (KiB): 195056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.92489
system time used= 0.153363
maximum resident set size= 196544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33025
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= 4136
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 15063
#   total CPU time (s): 4.07825
#   total CPU user time (s): 3.92489
#   total CPU system time (s): 0.153363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038 second user time and 0.049612 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-16 01:58:09
IDJOB=4309016
IDBENCH=141343
IDSOLVER=2793
FILE ID=node104/4309016-1534377489
RUNJOBID= node104-1534372381-14416
PBS_JOBID= 21038285
Free space on /tmp= 44476 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-07_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-4309016-1534377489/watcher-4309016-1534377489 -o /tmp/evaluation-result-4309016-1534377489/solver-4309016-1534377489 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534372381-14416 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1284772940 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309016-1534377489.xml

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

MD5SUM BENCH= 3bc0c2fe6daffe5cd6c78f401afaf84f
RANDOM SEED=1284772940

node104.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.11
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.11
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.11
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.11
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:        24032016 kB
MemAvailable:   31892340 kB
Buffers:          187256 kB
Cached:          7897460 kB
SwapCached:            4 kB
Active:          4022604 kB
Inactive:        4116784 kB
Active(anon):       5676 kB
Inactive(anon):   109520 kB
Active(file):    4016928 kB
Inactive(file):  4007264 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             36224 kB
Writeback:             0 kB
AnonPages:         65824 kB
Mapped:            55480 kB
Shmem:             57828 kB
Slab:             292632 kB
SReclaimable:     264592 kB
SUnreclaim:        28040 kB
KernelStack:        3392 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44444 MiB
End job on node104 at 2018-08-16 01:58:11