Trace number 4275474

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 12.473 3.1515901

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-48.xml
MD5SUMfdc0acb1128a6a46ad14275048f2788c
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 benchmark3.6242299
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":35}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":35}]
Minimum constraint arity35
Maximum constraint arity35
Distribution of constraint arities[{"arity":35,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 611275902
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.65/0.50	c Parsing done, starting search...
12.44/2.61	s SATISFIABLE
12.44/2.61	v <instantiation>
12.44/2.61	v 	<list>
12.44/2.61	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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
12.44/2.61	v 	</list>
12.44/2.61	v 	<values>
12.44/2.61	v 		0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 
12.44/2.61	v 	</values>
12.44/2.61	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 (15013 MiB free)
  memory of node 1: 16384 MiB (15674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275474-1502686071/watcher-4275474-1502686071 -o /tmp/evaluation-result-4275474-1502686071/solver-4275474-1502686071 -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 611275902 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275474-1502686071.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=27234, runsolver pid=27231

[startup+0.100063 s]*
/proc/loadavg: 4.99 7.71 8.35 2/200 27254
/proc/meminfo: memFree=31404324/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=14325320 memory=33068 CPUtime=0.12 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 8187 0 0 0 11 1 0 0 20 0 20 0 101694903 14669127680 8267 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 3581330 8267 3411 1 0 3569050 0
[pid=27234/tid=27236] ppid=27231 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) R 27231 27234 26064 0 -1 4202560 6120 0 0 0 8 1 0 0 20 0 20 0 101694904 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695730352816 140695710254430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=14325320 memory=140098722932352 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 8267 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27245] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27245/stat : 27245 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694906 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694823271024 140695726185090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694907 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694822216992 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694907 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694821164656 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694820112976 140695726192539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) S 27231 27234 26064 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694815901936 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27254] ppid=27231 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27254/stat : 27254 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694910 14669127680 8267 33554432000 4194304 4196468 140724061991824 140694813797168 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33068 KiB

[startup+0.20967 s]*
/proc/loadavg: 4.99 7.71 8.35 3/200 27254
/proc/meminfo: memFree=31395948/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=14325320 memory=42668 CPUtime=0.29 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 9251 0 0 0 27 2 0 0 20 0 20 0 101694903 14669127680 10667 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 3581330 10667 3640 1 0 3569050 0
[pid=27234/tid=27236] ppid=27231 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) R 27231 27234 26064 0 -1 4202560 6793 0 0 0 18 1 0 0 20 0 20 0 101694904 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695730388960 140695710254430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=14325320 memory=140098723270732 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669127680 10667 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27245] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27245/stat : 27245 (java) S 27231 27234 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101694906 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694823271024 140695726185090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694907 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694822216992 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694907 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694821164656 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694820112976 140695726192539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 425 0 0 0 1 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) R 27231 27234 26064 0 -1 4202560 421 0 0 0 5 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694815901936 140695705113260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27254] ppid=27231 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27254/stat : 27254 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694910 14669127680 10667 33554432000 4194304 4196468 140724061991824 140694813797168 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42668 KiB

[startup+0.309468 s]*
/proc/loadavg: 4.99 7.71 8.35 3/200 27254
/proc/meminfo: memFree=31387744/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=14325340 memory=51000 CPUtime=0.48 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 10530 0 0 0 45 3 0 0 20 0 20 0 101694903 14669148160 12750 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 3581335 12750 3720 1 0 3569050 0
[pid=27234/tid=27236] ppid=27231 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) R 27231 27234 26064 0 -1 4202560 7559 0 0 0 27 2 0 0 20 0 20 0 101694904 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695730398800 140695726195869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=14325340 memory=140098612065199 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=14325340 memory=140098612067504 CPUtime=0 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=14325340 memory=140098612069808 CPUtime=0 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14669148160 12750 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27245] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27245/stat : 27245 (java) S 27231 27234 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101694906 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694823271024 140695726185090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=14325340 memory=280197224146576 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694907 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694822216992 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=14325340 memory=280197224153488 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694907 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694821164656 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=14325340 memory=280197224094768 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694820112976 140695726192539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=14325340 memory=280197224167312 CPUtime=0.03 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=14325340 memory=280197224174224 CPUtime=0.03 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 212 0 0 0 3 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=14325340 memory=280197224171920 CPUtime=0.02 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 333 0 0 0 2 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=14325340 memory=280197224188528 CPUtime=0.08 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) R 27231 27234 26064 0 -1 4202560 515 0 0 0 8 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694815901936 140695706413982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27254] ppid=27231 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27234/task/27254/stat : 27254 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694910 14669148160 12750 33554432000 4194304 4196468 140724061991824 140694813797168 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51000 KiB

[startup+0.700826 s]
/proc/loadavg: 4.99 7.71 8.35 3/200 27254
/proc/meminfo: memFree=31374492/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=14329436 memory=81716 CPUtime=1.08 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 13074 0 0 0 103 5 0 0 20 0 20 0 101694903 14673342464 20429 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 3582359 20429 3746 1 0 3570074 0
[pid=27234/tid=27236] ppid=27231 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) R 27231 27234 26064 0 -1 4202560 9498 0 0 0 64 3 0 0 20 0 20 0 101694904 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695730406528 140695710254430 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=14329436 memory=4612 CPUtime=0 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=14329436 memory=1428 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694905 14673342464 20429 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27245] ppid=27231 vsize=14329436 memory=18520 CPUtime=0 cores=0-7
/proc/27234/task/27245/stat : 27245 (java) S 27231 27234 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101694906 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694823271024 140695726185090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0

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

[pid=27234/tid=27249] ppid=27231 vsize=14329436 memory=1236 CPUtime=0.06 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 616 0 0 0 6 0 0 0 20 0 20 0 101694909 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=14329436 memory=796 CPUtime=0.05 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 222 0 0 0 5 0 0 0 20 0 20 0 101694909 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=14329436 memory=1716 CPUtime=0.08 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 544 0 0 0 8 0 0 0 20 0 20 0 101694909 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=14329436 memory=1948 CPUtime=0.18 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) R 27231 27234 26064 0 -1 4202560 808 0 0 0 18 0 0 0 20 0 20 0 101694909 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694815897008 140695705889579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=14329436 memory=8564 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694909 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27254] ppid=27231 vsize=14329436 memory=1228 CPUtime=0 cores=0-7
/proc/27234/task/27254/stat : 27254 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694910 14673342464 20429 33554432000 4194304 4196468 140724061991824 140694813797168 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 81716 KiB

[startup+1.50928 s]
/proc/loadavg: 4.99 7.71 8.35 5/200 27254
/proc/meminfo: memFree=31300052/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=15336124 memory=230196 CPUtime=4.04 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 32234 0 0 0 392 12 0 0 20 0 35 0 101694903 15704190976 57549 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 3834031 57549 3796 1 0 3821225 0
[pid=27234/tid=27236] ppid=27231 vsize=15336124 memory=0 CPUtime=1.37 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) S 27231 27234 26064 0 -1 1077944384 12141 0 0 0 132 5 0 0 20 0 35 0 101694904 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695730411648 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=15336124 memory=280197224703152 CPUtime=0 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=15336124 memory=119142392792042 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=15336124 memory=119142392792042 CPUtime=0 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=15336124 memory=280197224726336 CPUtime=0 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 35 0 101694905 15704190976 57549 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27245] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27245/stat : 27245 (java) S 27231 27234 26064 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 35 0 101694906 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694823271024 140695726185090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=15336124 memory=1008 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 101694907 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694822216992 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=15336124 memory=4612 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 101694907 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694821164672 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=15336124 memory=1428 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694820112976 140695726192539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=15336124 memory=1204 CPUtime=0.54 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) R 27231 27234 26064 0 -1 4202560 3513 0 0 0 53 1 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694819046256 140695709672544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=15336124 memory=15876 CPUtime=0.6 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) R 27231 27234 26064 0 -1 4202560 4435 0 0 0 59 1 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694818007024 140695709674024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=15336124 memory=18520 CPUtime=0.51 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) R 27231 27234 26064 0 -1 4202560 3747 0 0 0 51 0 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694816938848 140695726195290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=15336124 memory=4048 CPUtime=0.49 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) R 27231 27234 26064 0 -1 4202560 5639 0 0 0 48 1 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694815897664 140695705309756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101694909 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27254] ppid=27231 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27254/stat : 27254 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101694910 15704190976 57549 33554432000 4194304 4196468 140724061991824 140694813797168 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 4.04 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 230196 KiB

[startup+3.10988 s]
/proc/loadavg: 4.99 7.71 8.35 1/198 27281
/proc/meminfo: memFree=31172764/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=16068328 memory=257664 CPUtime=12.46 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 37742 0 0 0 1228 18 0 0 20 0 18 0 101694903 16453967872 64416 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 4017082 64416 3831 1 0 4004276 0
[pid=27234/tid=27236] ppid=27231 vsize=16068328 memory=0 CPUtime=1.37 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) D 27231 27234 26064 0 -1 4202560 12205 0 0 0 132 5 0 0 20 0 18 0 101694904 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695730416952 140695718859575 0 0 0 16800975 18446744072099708037 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=16068328 memory=257664 CPUtime=0.01 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=16068328 memory=119143466535146 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=16068328 memory=249028 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=16068328 memory=280197224261568 CPUtime=0.01 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=16068328 memory=57 CPUtime=0.01 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=16068328 memory=-4190076264842474805 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=16068328 memory=-6944982112441582238 CPUtime=0.01 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=16068328 memory=6944657691966988345 CPUtime=0.01 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=16068328 memory=4140 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 101694907 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694822217056 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=16068328 memory=29064 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 101694907 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694821164672 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=16068328 memory=1296 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694820112624 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=16068328 memory=2416 CPUtime=1.01 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 4433 0 0 0 100 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=16068328 memory=1728 CPUtime=1.09 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 5073 0 0 0 108 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=16068328 memory=796 CPUtime=0.96 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 4168 0 0 0 95 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=16068328 memory=164 CPUtime=0.7 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) S 27231 27234 26064 0 -1 1077944384 7776 0 0 0 68 2 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694815897808 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 257664 KiB

[startup+3.15154 s]
# the end of solver process 27234 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.2809 s, system=0.192093 s

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

[startup+3.10988 s]
/proc/loadavg: 4.99 7.71 8.35 1/198 27281
/proc/meminfo: memFree=31172764/32770624 swapFree=67108860/67108860
[pid=27234] ppid=27231 vsize=16068328 memory=257664 CPUtime=12.46 cores=0-7
/proc/27234/stat : 27234 (java) S 27231 27234 26064 0 -1 1077944320 37742 0 0 0 1228 18 0 0 20 0 18 0 101694903 16453967872 64416 33554432000 4194304 4196468 140724061991824 140724061974368 140695726173943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
/proc/27234/statm: 4017082 64416 3831 1 0 4004276 0
[pid=27234/tid=27236] ppid=27231 vsize=16068328 memory=0 CPUtime=1.37 cores=0-7
/proc/27234/task/27236/stat : 27236 (java) D 27231 27234 26064 0 -1 4202560 12205 0 0 0 132 5 0 0 20 0 18 0 101694904 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695730416952 140695718859575 0 0 0 16800975 18446744072099708037 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27237] ppid=27231 vsize=16068328 memory=257664 CPUtime=0.01 cores=0-7
/proc/27234/task/27237/stat : 27237 (java) S 27231 27234 26064 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695682726800 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27238] ppid=27231 vsize=16068328 memory=119143466535146 CPUtime=0 cores=0-7
/proc/27234/task/27238/stat : 27238 (java) S 27231 27234 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695681674000 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27239] ppid=27231 vsize=16068328 memory=249028 CPUtime=0 cores=0-7
/proc/27234/task/27239/stat : 27239 (java) S 27231 27234 26064 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695680621712 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27240] ppid=27231 vsize=16068328 memory=280197224261568 CPUtime=0.01 cores=0-7
/proc/27234/task/27240/stat : 27240 (java) S 27231 27234 26064 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695319276560 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27241] ppid=27231 vsize=16068328 memory=57 CPUtime=0.01 cores=0-7
/proc/27234/task/27241/stat : 27241 (java) S 27231 27234 26064 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695318223248 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27242] ppid=27231 vsize=16068328 memory=-4190076264842474805 CPUtime=0 cores=0-7
/proc/27234/task/27242/stat : 27242 (java) S 27231 27234 26064 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695317170448 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27243] ppid=27231 vsize=16068328 memory=-6944982112441582238 CPUtime=0.01 cores=0-7
/proc/27234/task/27243/stat : 27243 (java) S 27231 27234 26064 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695316118160 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27244] ppid=27231 vsize=16068328 memory=6944657691966988345 CPUtime=0.01 cores=0-7
/proc/27234/task/27244/stat : 27244 (java) S 27231 27234 26064 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 18 0 101694905 16453967872 64416 33554432000 4194304 4196468 140724061991824 140695315065360 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27246] ppid=27231 vsize=16068328 memory=4140 CPUtime=0 cores=0-7
/proc/27234/task/27246/stat : 27246 (java) S 27231 27234 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 101694907 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694822217056 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27247] ppid=27231 vsize=16068328 memory=29064 CPUtime=0 cores=0-7
/proc/27234/task/27247/stat : 27247 (java) S 27231 27234 26064 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 101694907 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694821164672 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27248] ppid=27231 vsize=16068328 memory=1296 CPUtime=0 cores=0-7
/proc/27234/task/27248/stat : 27248 (java) S 27231 27234 26064 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694820112624 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27249] ppid=27231 vsize=16068328 memory=2416 CPUtime=1.01 cores=0-7
/proc/27234/task/27249/stat : 27249 (java) S 27231 27234 26064 0 -1 1077944384 4433 0 0 0 100 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694819059824 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27250] ppid=27231 vsize=16068328 memory=1728 CPUtime=1.09 cores=0-7
/proc/27234/task/27250/stat : 27250 (java) S 27231 27234 26064 0 -1 1077944384 5073 0 0 0 108 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694818007024 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27251] ppid=27231 vsize=16068328 memory=796 CPUtime=0.96 cores=0-7
/proc/27234/task/27251/stat : 27251 (java) S 27231 27234 26064 0 -1 1077944384 4168 0 0 0 95 1 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694816954736 140695726185090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27252] ppid=27231 vsize=16068328 memory=164 CPUtime=0.7 cores=0-7
/proc/27234/task/27252/stat : 27252 (java) S 27231 27234 26064 0 -1 1077944384 7776 0 0 0 68 2 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694815897808 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
[pid=27234/tid=27253] ppid=27231 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/27234/task/27253/stat : 27253 (java) S 27231 27234 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 101694909 16453967872 64416 33554432000 4194304 4196468 140724061991824 140694814849888 140695726184149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11251712 140724062000226 140724062000411 140724062000411 140724062003151 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 257664 KiB

Child status: 0
Real time (s): 3.15159
CPU time (s): 12.473
CPU user time (s): 12.2809
CPU system time (s): 0.192093
CPU usage (%): 395.769
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 257776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2809
system time used= 0.192093
maximum resident set size= 258864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7068
involuntary context switches= 612


# summary of solver processes directly reported to runsolver:
#   pid: 27234
#   total CPU time (s): 12.473
#   total CPU user time (s): 12.2809
#   total CPU system time (s): 0.192093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059161 second user time and 0.062535 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:33:33
IDJOB=4275474
IDBENCH=120863
IDSOLVER=2668
FILE ID=node106/4275474-1502686071
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-2-48.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-4275474-1502686071/watcher-4275474-1502686071 -o /tmp/evaluation-result-4275474-1502686071/solver-4275474-1502686071 -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 611275902 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275474-1502686071.xml

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

MD5SUM BENCH= fdc0acb1128a6a46ad14275048f2788c
RANDOM SEED=611275902

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:        31424908 kB
MemAvailable:   31980236 kB
Buffers:          139828 kB
Cached:           700420 kB
SwapCached:            0 kB
Active:           472608 kB
Inactive:         423284 kB
Active(anon):      11328 kB
Inactive(anon):    72080 kB
Active(file):     461280 kB
Inactive(file):   351204 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42492 kB
Writeback:             0 kB
AnonPages:         61968 kB
Mapped:            44204 kB
Shmem:             25228 kB
Slab:             143268 kB
SReclaimable:     117356 kB
SUnreclaim:        25912 kB
KernelStack:        3264 kB
PageTables:         4696 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:     10240 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:36