Trace number 4275469

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT 3.2418301 1.45488

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-1-03.xml
MD5SUM5764a69188b0fe12059f9d6ff06a642a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.005841
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":20}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":20}]
Minimum constraint arity20
Maximum constraint arity20
Distribution of constraint arities[{"arity":20,"count":11}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":11}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 314291746
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.66/0.50	c Parsing done, starting search...
3.11/1.43	s SATISFIABLE
3.11/1.43	v <instantiation>
3.11/1.43	v 	<list>
3.11/1.43	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]
3.11/1.43	v 	</list>
3.11/1.43	v 	<values>
3.11/1.43	v 		1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 
3.11/1.43	v 	</values>
3.11/1.43	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 (15015 MiB free)
  memory of node 1: 16384 MiB (15673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275469-1502686076/watcher-4275469-1502686076 -o /tmp/evaluation-result-4275469-1502686076/solver-4275469-1502686076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 314291746 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275469-1502686076.xml 

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

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

solver pid=27440, runsolver pid=27437

[startup+0.100148 s]*
/proc/loadavg: 4.83 7.63 8.32 2/200 27460
/proc/meminfo: memFree=31405224/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14325320 memory=33056 CPUtime=0.12 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 8194 0 0 0 11 1 0 0 20 0 20 0 101695427 14669127680 8264 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3581330 8264 3406 1 0 3569050 0
[pid=27440/tid=27442] ppid=27437 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 6121 0 0 0 8 1 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561651718480 140561631602014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14325320 memory=139911362233984 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 8264 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695430 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101695430 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101695431 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) S 27437 27440 26064 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) S 27437 27440 26064 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560805017584 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 8264 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33056 KiB

[startup+0.210142 s]*
/proc/loadavg: 4.83 7.63 8.32 5/200 27460
/proc/meminfo: memFree=31397108/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14325320 memory=42828 CPUtime=0.29 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 9265 0 0 0 27 2 0 0 20 0 20 0 101695427 14669127680 10707 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3581330 10707 3630 1 0 3569050 0
[pid=27440/tid=27442] ppid=27437 vsize=14325352 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 6811 0 0 0 18 2 0 0 20 0 20 0 101695428 14669160448 10707 33554432000 4194304 4196468 140736091496384 140561651730784 140561640201245 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14325352 memory=13885 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669160448 10707 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14325320 memory=139911362572364 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669127680 10707 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695428 14669160448 10707 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101695430 14669160448 10707 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101695430 14669160448 10707 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101695431 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) S 27437 27440 26064 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) S 27437 27440 26064 0 -1 1077944384 415 0 0 0 5 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560805017584 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14669127680 10707 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14325352 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669160448 10707 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42828 KiB

[startup+0.309779 s]*
/proc/loadavg: 4.83 7.63 8.32 2/200 27460
/proc/meminfo: memFree=31389432/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14325340 memory=50716 CPUtime=0.48 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 10488 0 0 0 45 3 0 0 20 0 20 0 101695427 14669148160 12679 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3581335 12679 3710 1 0 3569050 0
[pid=27440/tid=27442] ppid=27437 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 7563 0 0 0 27 2 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561651751248 140561647533462 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14325340 memory=139911244116911 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14325340 memory=139911244119216 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14325340 memory=139911244121520 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695428 14669148160 12679 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101695430 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=14325340 memory=279822488250000 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101695430 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=14325340 memory=279822488256912 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101695431 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=14325340 memory=279822488198192 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=14325340 memory=279822488270736 CPUtime=0.04 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) R 27437 27440 26064 0 -1 1077944384 658 0 0 0 4 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=14325340 memory=279822488277648 CPUtime=0.02 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 142 0 0 0 2 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=14325340 memory=279822488275344 CPUtime=0.02 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=14325340 memory=279822488291952 CPUtime=0.08 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) R 27437 27440 26064 0 -1 4202560 558 0 0 0 8 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560805017584 140561647533462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14669148160 12679 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50716 KiB

[startup+0.700828 s]
/proc/loadavg: 4.83 7.63 8.32 3/200 27460
/proc/meminfo: memFree=31377052/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14329436 memory=81092 CPUtime=1.07 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 12968 0 0 0 102 5 0 0 20 0 20 0 101695427 14673342464 20273 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3582359 20273 3758 1 0 3570074 0
[pid=27440/tid=27442] ppid=27437 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 9519 0 0 0 63 4 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561651753008 140561279865769 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14329436 memory=4612 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14329436 memory=1428 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 20273 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14329436 memory=18520 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101695430 14673342464 20273 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0

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

[pid=27440/tid=27459] ppid=27437 vsize=14329436 memory=8564 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14673342464 20273 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14329436 memory=1228 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14673342464 20273 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 81092 KiB

[startup+1.45484 s]
# the end of solver process 27440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.10326 s, system=0.138574 s

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

[startup+0.800989 s]
/proc/loadavg: 4.83 7.63 8.32 3/200 27460
/proc/meminfo: memFree=31377052/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14329436 memory=109160 CPUtime=1.44 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 17399 0 0 0 137 7 0 0 20 0 20 0 101695427 14673342464 27290 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3582359 27290 3776 1 0 3570074 0
[pid=27440/tid=27442] ppid=27437 vsize=14329436 memory=5668 CPUtime=0.77 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 10203 0 0 0 73 4 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561651757456 140561277394681 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14329436 memory=4612 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14329436 memory=1428 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14329436 memory=18520 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14329436 memory=7518590701213671769 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14329436 memory=33 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695428 14673342464 27290 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14329436 memory=-8970732287579073388 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101695430 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101695430 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=14329436 memory=164 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101695431 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=14329436 memory=0 CPUtime=0.15 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) S 27437 27440 26064 0 -1 1077944384 1524 0 0 0 15 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=14329436 memory=0 CPUtime=0.08 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 1016 0 0 0 8 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=14329436 memory=0 CPUtime=0.12 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 907 0 0 0 12 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=14329436 memory=0 CPUtime=0.27 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) R 27437 27440 26064 0 -1 4202560 2363 0 0 0 27 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560805014600 140561626481759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101695433 14673342464 27290 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 109160 KiB

[startup+1.20087 s]
/proc/loadavg: 4.83 7.63 8.32 5/200 27460
/proc/meminfo: memFree=31300500/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=14398048 memory=155180 CPUtime=2.73 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 28601 0 0 0 263 10 0 0 20 0 21 0 101695427 14743601152 38795 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3599512 38795 3793 1 0 3587227 0
[pid=27440/tid=27442] ppid=27437 vsize=14398048 memory=1796 CPUtime=1.16 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) R 27437 27440 26064 0 -1 4202560 11536 0 0 0 112 4 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561651742208 140561631602014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=14398048 memory=1236 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=14398048 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=14398048 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=14398048 memory=14979992052304174 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=14398048 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 101695428 14743601152 38795 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 21 0 101695430 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 101695430 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 101695431 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=14398048 memory=0 CPUtime=0.37 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) S 27437 27440 26064 0 -1 1077944384 5021 0 0 0 36 1 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=14398048 memory=0 CPUtime=0.35 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 3283 0 0 0 34 1 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=14398048 memory=0 CPUtime=0.38 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 3199 0 0 0 37 1 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=14398048 memory=288230574492221466 CPUtime=0.42 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) S 27437 27440 26064 0 -1 1077944384 4128 0 0 0 41 1 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560805017584 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=14398048 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 101695433 14743601152 38795 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 14398048 KiB
Current children cumulated memory: 155180 KiB

[startup+1.40079 s]
/proc/loadavg: 4.83 7.63 8.32 5/200 27460
/proc/meminfo: memFree=31300500/32770624 swapFree=67108860/67108860
[pid=27440] ppid=27437 vsize=15334076 memory=202728 CPUtime=3.11 cores=0-7
/proc/27440/stat : 27440 (java) S 27437 27440 26064 0 -1 1077944320 30745 0 0 0 299 12 0 0 20 0 35 0 101695427 15702093824 50682 33554432000 4194304 4196468 140736091496384 140736091478928 140561647521527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
/proc/27440/statm: 3833519 50682 3798 1 0 3820713 0
[pid=27440/tid=27442] ppid=27437 vsize=15334076 memory=279822488211872 CPUtime=1.34 cores=0-7
/proc/27440/task/27442/stat : 27442 (java) S 27437 27440 26064 0 -1 1077944384 12585 0 0 0 129 5 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561651759232 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27443] ppid=27437 vsize=15334076 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27440/task/27443/stat : 27443 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561600142480 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27444] ppid=27437 vsize=15334076 memory=279822488408768 CPUtime=0 cores=0-7
/proc/27440/task/27444/stat : 27444 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561599089680 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27445] ppid=27437 vsize=15334076 memory=279822488408960 CPUtime=0 cores=0-7
/proc/27440/task/27445/stat : 27445 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561598036880 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27446] ppid=27437 vsize=15334076 memory=279822488409152 CPUtime=0 cores=0-7
/proc/27440/task/27446/stat : 27446 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561239698192 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27447] ppid=27437 vsize=15334076 memory=279822488387264 CPUtime=0 cores=0-7
/proc/27440/task/27447/stat : 27447 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561238645392 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27448] ppid=27437 vsize=15334076 memory=279822488110880 CPUtime=0 cores=0-7
/proc/27440/task/27448/stat : 27448 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561237592592 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27449] ppid=27437 vsize=15334076 memory=279822488111072 CPUtime=0 cores=0-7
/proc/27440/task/27449/stat : 27449 (java) S 27437 27440 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561236539792 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27450] ppid=27437 vsize=15334076 memory=279822488111264 CPUtime=0 cores=0-7
/proc/27440/task/27450/stat : 27450 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101695428 15702093824 50682 33554432000 4194304 4196468 140736091496384 140561235486992 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27451] ppid=27437 vsize=15334076 memory=279822488111456 CPUtime=0 cores=0-7
/proc/27440/task/27451/stat : 27451 (java) S 27437 27440 26064 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 35 0 101695430 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560812387184 140561647532674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27452] ppid=27437 vsize=15334076 memory=279822488920768 CPUtime=0 cores=0-7
/proc/27440/task/27452/stat : 27452 (java) S 27437 27440 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 35 0 101695430 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560811333152 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27453] ppid=27437 vsize=15334076 memory=117841017755248 CPUtime=0 cores=0-7
/proc/27440/task/27453/stat : 27453 (java) S 27437 27440 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 101695431 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560810280304 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27454] ppid=27437 vsize=15334076 memory=117841017755249 CPUtime=0 cores=0-7
/proc/27440/task/27454/stat : 27454 (java) S 27437 27440 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560809228624 140561647540123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27455] ppid=27437 vsize=15334076 memory=117841017755250 CPUtime=0.39 cores=0-7
/proc/27440/task/27455/stat : 27455 (java) S 27437 27440 26064 0 -1 1077944384 5055 0 0 0 38 1 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560808175984 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27456] ppid=27437 vsize=15334076 memory=117841017755251 CPUtime=0.38 cores=0-7
/proc/27440/task/27456/stat : 27456 (java) S 27437 27440 26064 0 -1 1077944384 3301 0 0 0 37 1 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560807123184 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27457] ppid=27437 vsize=15334076 memory=117841017755252 CPUtime=0.4 cores=0-7
/proc/27440/task/27457/stat : 27457 (java) S 27437 27440 26064 0 -1 1077944384 3221 0 0 0 39 1 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560806070384 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27458] ppid=27437 vsize=15334076 memory=10945 CPUtime=0.46 cores=0-7
/proc/27440/task/27458/stat : 27458 (java) R 27437 27440 26064 0 -1 4202560 4311 0 0 0 45 1 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560805013312 140561647542874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27459] ppid=27437 vsize=15334076 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27459/stat : 27459 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560803966048 140561647531733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
[pid=27440/tid=27460] ppid=27437 vsize=15334076 memory=0 CPUtime=0 cores=0-7
/proc/27440/task/27460/stat : 27460 (java) S 27437 27440 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101695433 15702093824 50682 33554432000 4194304 4196468 140736091496384 140560802913328 140561647532674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17256448 140736091497570 140736091497755 140736091497755 140736091500495 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 15334076 KiB
Current children cumulated memory: 202728 KiB

Child status: 0
Real time (s): 1.45488
CPU time (s): 3.24183
CPU user time (s): 3.10326
CPU system time (s): 0.138574
CPU usage (%): 222.825
Max. virtual memory (cumulated for all children) (KiB): 15334076
Max. memory (cumulated for all children) (KiB): 202728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10326
system time used= 0.138574
maximum resident set size= 206264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32110
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= 4093
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 27440
#   total CPU time (s): 3.24183
#   total CPU user time (s): 3.10326
#   total CPU system time (s): 0.138574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023821 second user time and 0.062456 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:33:38
IDJOB=4275469
IDBENCH=120872
IDSOLVER=2668
FILE ID=node106/4275469-1502686076
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-1-03.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275469-1502686076/watcher-4275469-1502686076 -o /tmp/evaluation-result-4275469-1502686076/solver-4275469-1502686076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 314291746 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275469-1502686076.xml

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

MD5SUM BENCH= 5764a69188b0fe12059f9d6ff06a642a
RANDOM SEED=314291746

node106.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.86
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.86
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.86
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.86
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:        31425836 kB
MemAvailable:   31980968 kB
Buffers:          139840 kB
Cached:           700664 kB
SwapCached:            0 kB
Active:           472964 kB
Inactive:         423360 kB
Active(anon):      11956 kB
Inactive(anon):    72080 kB
Active(file):     461008 kB
Inactive(file):   351280 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42756 kB
Writeback:             0 kB
AnonPages:         68364 kB
Mapped:            43976 kB
Shmem:             25228 kB
Slab:             143508 kB
SReclaimable:     117360 kB
SUnreclaim:        26148 kB
KernelStack:        3552 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 61732 MiB
End job on node106 at 2017-08-14 06:33:40