Trace number 4284794

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22OPT4 6.1436901 1.81971

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.29/0.26	c version: 2017-08-22
0.29/0.26	c seed: 390326923
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.85/0.55	c Parsing done, starting search...
4.05/1.56	o 24
4.05/1.58	o 23
4.05/1.59	o 22
4.05/1.59	o 21
4.70/1.61	o 20
4.70/1.62	o 19
4.70/1.63	o 18
4.70/1.64	o 17
4.70/1.64	o 16
4.70/1.66	o 15
4.70/1.66	o 14
4.70/1.66	o 13
4.70/1.67	o 12
4.70/1.68	o 11
4.70/1.69	o 10
4.70/1.69	o 9
5.49/1.71	o 8
5.49/1.72	o 7
5.49/1.73	o 6
5.49/1.74	o 5
5.49/1.76	o 4
5.49/1.78	s OPTIMUM FOUND
5.49/1.78	v <instantiation>
5.49/1.78	v 	<list>
5.49/1.78	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
5.49/1.78	v 	</list>
5.49/1.78	v 	<values>
5.49/1.78	v 		0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1 
5.49/1.78	v 	</values>
5.49/1.78	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284794-1503416294/watcher-4284794-1503416294 -o /tmp/evaluation-result-4284794-1503416294/solver-4284794-1503416294 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503412911-4132 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 390326923 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284794-1503416294.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
solver pid=4325, runsolver pid=4322
solver pid=4325, runsolver pid=4322
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 9.38 8.89 8.61 2/199 4345
/proc/meminfo: memFree=23612952/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=26000852 memory=32128 CPUtime=0.12 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 8429 0 0 0 10 2 0 0 20 0 20 0 174716899 26624872448 8032 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6500213 8032 3410 1 0 6487932 0
[pid=4325/tid=4327] ppid=4322 vsize=26000852 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) R 4322 4325 4105 0 -1 4202560 6370 0 0 0 7 1 0 0 20 0 20 0 174716899 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941903633568 139941883508062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=26000852 memory=139893421549184 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941026666736 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941025612960 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941024559856 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4339] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4339/stat : 4339 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941023508432 139941899446171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) S 4322 4325 4105 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941022456560 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941021404016 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941020350960 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) R 4322 4325 4105 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941019298416 139941878364046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 8032 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32128 KiB

[startup+0.212775 s]*
/proc/loadavg: 9.38 8.89 8.61 3/199 4345
/proc/meminfo: memFree=23603460/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=26000852 memory=41280 CPUtime=0.29 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 9450 0 0 0 26 3 0 0 20 0 20 0 174716899 26624872448 10320 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6500213 10320 3627 1 0 6487932 0
[pid=4325/tid=4327] ppid=4322 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) R 4322 4325 4105 0 -1 4202560 7014 0 0 0 17 2 0 0 20 0 20 0 174716899 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941903646576 139941899449501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=26000852 memory=9316 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=26000852 memory=139893421553573 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716900 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941026666736 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941025612960 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174716902 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941024559856 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4339] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4339/stat : 4339 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941023508432 139941899446171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) S 4322 4325 4105 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941022456560 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) S 4322 4325 4105 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941021404016 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) S 4322 4325 4105 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941020350960 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) S 4322 4325 4105 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941019298416 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624872448 10320 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41280 KiB

[startup+0.310075 s]*
/proc/loadavg: 9.38 8.89 8.61 2/199 4345
/proc/meminfo: memFree=23596016/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=26000872 memory=49380 CPUtime=0.48 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 10572 0 0 0 44 4 0 0 20 0 20 0 174716899 26624892928 12345 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6500218 12345 3714 1 0 6487932 0
[pid=4325/tid=4327] ppid=4322 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) R 4322 4325 4105 0 -1 4202560 7707 0 0 0 26 3 0 0 20 0 20 0 174716899 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941903648448 139941883508062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=26000872 memory=139893258941359 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=26000872 memory=139893258943664 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=26000872 memory=3472463791440115168 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716900 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 174716902 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941026666736 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=26000872 memory=279786517898896 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 174716902 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941025612960 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=26000872 memory=279786517905808 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 174716902 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941024559856 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4339] ppid=4322 vsize=26000872 memory=279786517846960 CPUtime=0 cores=0-7
/proc/4325/task/4339/stat : 4339 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941023508432 139941899446171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=26000872 memory=279786517919632 CPUtime=0.03 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) S 4322 4325 4105 0 -1 1077944384 516 0 0 0 3 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941022456560 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=26000872 memory=279786517926544 CPUtime=0.02 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) S 4322 4325 4105 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941021404016 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=26000872 memory=279786517924240 CPUtime=0.03 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) S 4322 4325 4105 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941020350960 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=26000872 memory=279786517940848 CPUtime=0.08 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) S 4322 4325 4105 0 -1 1077944384 490 0 0 0 8 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941019298416 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26624892928 12345 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49380 KiB

[startup+0.70093 s]
/proc/loadavg: 8.79 8.77 8.57 4/199 4345
/proc/meminfo: memFree=23582616/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=26004968 memory=77976 CPUtime=1.12 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 13121 0 0 0 105 7 0 0 20 0 20 0 174716899 26629087232 19494 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6501242 19494 3755 1 0 6488956 0
[pid=4325/tid=4327] ppid=4322 vsize=26004968 memory=0 CPUtime=0.66 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) R 4322 4325 4105 0 -1 4202560 9470 0 0 0 62 4 0 0 20 0 20 0 174716899 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941903663280 139941899449501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=26004968 memory=1228 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=26004968 memory=11108 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=26004968 memory=796 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=26004968 memory=1424 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716900 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=26004968 memory=4052 CPUtime=0 cores=0-7

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

[pid=4325/tid=4342] ppid=4322 vsize=26004968 memory=1008 CPUtime=0.07 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) S 4322 4325 4105 0 -1 1077944384 319 0 0 0 7 0 0 0 20 0 20 0 174716905 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941020350960 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=26004968 memory=1928 CPUtime=0.21 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) S 4322 4325 4105 0 -1 1077944384 822 0 0 0 21 0 0 0 20 0 20 0 174716905 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941019298416 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 174716905 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=26004968 memory=8684 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 174716905 26629087232 19494 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 77976 KiB

[startup+1.50188 s]
/proc/loadavg: 8.79 8.77 8.57 5/199 4345
/proc/meminfo: memFree=23494432/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=26477060 memory=221984 CPUtime=4.05 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 40753 0 0 0 389 16 0 0 20 0 27 0 174716899 27112509440 55496 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6619265 55496 3785 1 0 6606979 0
[pid=4325/tid=4327] ppid=4322 vsize=26477060 memory=0 CPUtime=1.46 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) R 4322 4325 4105 0 -1 4202560 12463 0 0 0 139 7 0 0 20 0 27 0 174716899 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941903656704 139941883508062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=26477060 memory=279786518478832 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=26477060 memory=20748987007978 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=26477060 memory=20748987007978 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=26477060 memory=2110243866302356 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 174716900 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 27 0 174716902 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941026666736 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=26477060 memory=1228 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 27 0 174716902 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941025612960 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=26477060 memory=11108 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 27 0 174716902 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941024559856 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4339] ppid=4322 vsize=26477060 memory=796 CPUtime=0 cores=0-7
/proc/4325/task/4339/stat : 4339 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941023508432 139941899446171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=26477060 memory=1424 CPUtime=0.71 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) R 4322 4325 4105 0 -1 1077944384 7583 0 0 0 69 2 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941022456560 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=26477060 memory=15876 CPUtime=0.69 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) S 4322 4325 4105 0 -1 1077944384 7122 0 0 0 68 1 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941021404016 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=26477060 memory=4052 CPUtime=0.63 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) R 4322 4325 4105 0 -1 1077944384 5936 0 0 0 62 1 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941020350960 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=26477060 memory=27420 CPUtime=0.47 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) S 4322 4325 4105 0 -1 1077944384 5946 0 0 0 46 1 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941019298416 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=26477060 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 174716905 27112509440 55496 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 26477060 KiB
Current children cumulated memory: 221984 KiB

[startup+1.81966 s]
# the end of solver process 4325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.92197 s, system=0.221721 s

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

[startup+1.6011 s]
/proc/loadavg: 8.79 8.77 8.57 5/199 4345
/proc/meminfo: memFree=23494432/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=27678324 memory=248520 CPUtime=4.7 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 43280 0 0 0 450 20 0 0 20 0 46 0 174716899 28342603776 62130 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6919581 62130 3810 1 0 6906774 0
[pid=4325/tid=4327] ppid=4322 vsize=27678324 memory=0 CPUtime=1.47 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) S 4322 4325 4105 0 -1 1077944384 12474 0 0 0 140 7 0 0 20 0 46 0 174716899 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941903665280 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=27678324 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=27678324 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=27678324 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=27678324 memory=4132 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=27678324 memory=48176 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=27678324 memory=6408091206842 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=27678324 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=27678324 memory=16098169624726079 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 46 0 174716900 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=27678324 memory=1200 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 46 0 174716902 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941026666736 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=27678324 memory=8684 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 174716902 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941025613024 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=27678324 memory=5784 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 46 0 174716902 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941024559872 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4339] ppid=4322 vsize=27678324 memory=4616 CPUtime=0 cores=0-7
/proc/4325/task/4339/stat : 4339 (java) S 4322 4325 4105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941023508432 139941899446171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=27678324 memory=20036 CPUtime=0.79 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) R 4322 4325 4105 0 -1 4202560 7700 0 0 0 77 2 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941022437984 139941882838447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=27678324 memory=6944656592455359580 CPUtime=0.74 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) R 4322 4325 4105 0 -1 1077944384 7332 0 0 0 73 1 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941021386608 139941899437781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=27678324 memory=6944656592455359580 CPUtime=0.68 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) R 4322 4325 4105 0 -1 4202560 6005 0 0 0 67 1 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941020331024 139941880158014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=27678324 memory=6944656592455360604 CPUtime=0.54 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) R 4322 4325 4105 0 -1 4202560 6830 0 0 0 53 1 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941019296208 139941892527422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=27678324 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4345] ppid=4322 vsize=27678324 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/4325/task/4345/stat : 4345 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 174716905 28342603776 62130 33554432000 4194304 4196468 140726950507280 139941017193136 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 27678324 KiB
Current children cumulated memory: 248520 KiB

[startup+1.80089 s]
/proc/loadavg: 8.79 8.77 8.57 5/199 4345
/proc/meminfo: memFree=23494432/32770624 swapFree=67108860/67108860
[pid=4325] ppid=4322 vsize=27743860 memory=252748 CPUtime=6.13 cores=0-7
/proc/4325/stat : 4325 (java) S 4322 4325 4105 0 -1 1077944320 44408 0 0 0 592 21 0 0 20 0 18 0 174716899 28409712640 63187 33554432000 4194304 4196468 140726950507280 140726950489824 139941899427575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
/proc/4325/statm: 6935965 63187 3817 1 0 6923158 0
[pid=4325/tid=4327] ppid=4322 vsize=27743860 memory=8112282956445269571 CPUtime=1.47 cores=0-7
/proc/4325/task/4327/stat : 4327 (java) S 4322 4325 4105 0 -1 1077944384 12476 0 0 0 140 7 0 0 20 0 18 0 174716899 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941903670416 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4328] ppid=4322 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4328/stat : 4328 (java) S 4322 4325 4105 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941852047888 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4329] ppid=4322 vsize=27743860 memory=4580 CPUtime=0 cores=0-7
/proc/4325/task/4329/stat : 4329 (java) S 4322 4325 4105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941850995344 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4330] ppid=4322 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4330/stat : 4330 (java) S 4322 4325 4105 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941849942288 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4331] ppid=4322 vsize=27743860 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/4325/task/4331/stat : 4331 (java) S 4322 4325 4105 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941848889744 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4332] ppid=4322 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/4325/task/4332/stat : 4332 (java) S 4322 4325 4105 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941847837712 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4333] ppid=4322 vsize=27743860 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/4325/task/4333/stat : 4333 (java) S 4322 4325 4105 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941846785168 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4334] ppid=4322 vsize=27743860 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/4325/task/4334/stat : 4334 (java) S 4322 4325 4105 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941451791120 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4335] ppid=4322 vsize=27743860 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/4325/task/4335/stat : 4335 (java) S 4322 4325 4105 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 18 0 174716900 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941450738576 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4336] ppid=4322 vsize=27743860 memory=8330969454845486047 CPUtime=0 cores=0-7
/proc/4325/task/4336/stat : 4336 (java) S 4322 4325 4105 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 18 0 174716902 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941026666944 139941899438722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4337] ppid=4322 vsize=27743860 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/4325/task/4337/stat : 4337 (java) S 4322 4325 4105 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 174716902 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941025613024 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4338] ppid=4322 vsize=27743860 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/4325/task/4338/stat : 4338 (java) S 4322 4325 4105 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 18 0 174716902 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941024559872 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4340] ppid=4322 vsize=27743860 memory=-6861001314482542224 CPUtime=0.91 cores=0-7
/proc/4325/task/4340/stat : 4340 (java) S 4322 4325 4105 0 -1 1077944384 7923 0 0 0 89 2 0 0 20 0 18 0 174716905 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941022436960 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4341] ppid=4322 vsize=27743860 memory=4137287014106042739 CPUtime=0.85 cores=0-7
/proc/4325/task/4341/stat : 4341 (java) S 4322 4325 4105 0 -1 1077944384 7804 0 0 0 84 1 0 0 20 0 18 0 174716905 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941021384416 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4342] ppid=4322 vsize=27743860 memory=8257237230706253920 CPUtime=0.81 cores=0-7
/proc/4325/task/4342/stat : 4342 (java) S 4322 4325 4105 0 -1 1077944384 6030 0 0 0 80 1 0 0 20 0 18 0 174716905 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941020335472 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4343] ppid=4322 vsize=27743860 memory=-7966001967256141664 CPUtime=0.61 cores=0-7
/proc/4325/task/4343/stat : 4343 (java) S 4322 4325 4105 0 -1 1077944384 6982 0 0 0 60 1 0 0 20 0 18 0 174716905 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941019298416 139941899438722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
[pid=4325/tid=4344] ppid=4322 vsize=27743860 memory=8257237230052613020 CPUtime=0 cores=0-7
/proc/4325/task/4344/stat : 4344 (java) S 4322 4325 4105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 174716905 28409712640 63187 33554432000 4194304 4196468 140726950507280 139941018245600 139941899437781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34816000 140726950515810 140726950515995 140726950515995 140726950518735 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 252748 KiB

Child status: 0
Real time (s): 1.81971
CPU time (s): 6.14369
CPU user time (s): 5.92197
CPU system time (s): 0.221721
CPU usage (%): 337.62
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 252748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.92197
system time used= 0.221721
maximum resident set size= 254308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44412
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= 5049
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 4325
#   total CPU time (s): 6.14369
#   total CPU user time (s): 5.92197
#   total CPU system time (s): 0.221721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035557 second user time and 0.05603 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-22 17:23:53
IDJOB=4284794
IDBENCH=120534
IDSOLVER=2681
FILE ID=node115/4284794-1503416294
RUNJOBID= node115-1503412911-4132
PBS_JOBID= 20632120
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284794-1503416294/watcher-4284794-1503416294 -o /tmp/evaluation-result-4284794-1503416294/solver-4284794-1503416294 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503412911-4132 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 390326923 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4284794-1503416294.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=390326923

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23630700 kB
MemAvailable:   31950988 kB
Buffers:          265076 kB
Cached:          8342368 kB
SwapCached:            0 kB
Active:          1867936 kB
Inactive:        6794804 kB
Active(anon):       6188 kB
Inactive(anon):    93404 kB
Active(file):    1861748 kB
Inactive(file):  6701400 kB
Unevictable:        7012 kB
Mlocked:            7012 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42228 kB
Writeback:             0 kB
AnonPages:         62564 kB
Mapped:            54868 kB
Shmem:             41608 kB
Slab:             172764 kB
SReclaimable:     145952 kB
SUnreclaim:        26812 kB
KernelStack:        3184 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 60980 MiB
End job on node115 at 2017-08-22 17:23:55