Trace number 4275517

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 6.7392902 1.9536901

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-1.xml
MD5SUMc9e77eb945e1668088372780fa45332f
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.0066669998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":66}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":34},{"degree":1,"count":37},{"degree":2,"count":24},{"degree":3,"count":4},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":19},{"arity":3,"count":21}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1748077059
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.84/0.52	c Parsing done, starting search...
6.60/1.92	s SATISFIABLE
6.60/1.92	v <instantiation>
6.60/1.92	v 	<list>
6.60/1.92	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[12] x[13] x[16] x[17] x[18] x[19] x[21] x[24] x[25] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[36] x[37] x[38] x[40] x[41] x[42] x[43] x[44] x[46] x[47] x[49] x[50] x[51] x[53] x[55] x[56] x[57] x[58] x[59] x[60] x[64] x[68] x[69] x[70] x[71] x[73] x[74] x[79] x[81] x[82] x[84] x[85] x[88] x[90] x[92] x[94] x[96] x[97] x[98] x[99]
6.60/1.92	v 	</list>
6.60/1.92	v 	<values>
6.60/1.92	v 		7 17 61 59 43 53 17 41 29 3 31 71 2 17 41 59 23 5 31 7 19 53 29 5 5 5 43 59 37 29 43 3 71 20 67 48 45 43 64 2 43 5 31 59 3 13 59 43 61 11 53 13 47 31 23 57 23 11 47 41 64 71 17 58 47 71 
6.60/1.92	v 	</values>
6.60/1.92	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 (12262 MiB free)
  memory of node 1: 16384 MiB (13524 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275517-1502758572/watcher-4275517-1502758572 -o /tmp/evaluation-result-4275517-1502758572/solver-4275517-1502758572 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502755165-11494 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1748077059 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275517-1502758572.xml 

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

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


[startup+0.100138 s]*
/proc/loadavg: 7.09 8.36 8.61 2/198 12289
/proc/meminfo: memFree=26387944/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=14325320 memory=33040 CPUtime=0.12 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 8176 0 0 0 11 1 0 0 20 0 20 0 108928758 14669127680 8260 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 3581330 8260 3411 1 0 3569050 0
[pid=12269/tid=12271] ppid=12266 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) R 12266 12269 11467 0 -1 4202560 6102 0 0 0 8 1 0 0 20 0 20 0 108928759 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681621961888 139681601836382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=14325320 memory=139711034484352 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928761 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108928761 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681074832544 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108928762 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681073779440 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) S 12266 12269 11467 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681071676144 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681070623600 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681069570544 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) S 12266 12269 11467 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681068518000 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 8260 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33040 KiB

[startup+0.210637 s]*
/proc/loadavg: 7.09 8.36 8.61 3/198 12289
/proc/meminfo: memFree=26378340/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=14325320 memory=42376 CPUtime=0.3 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 9233 0 0 0 28 2 0 0 20 0 20 0 108928758 14669127680 10594 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 3581330 10594 3598 1 0 3569050 0
[pid=12269/tid=12271] ppid=12266 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) R 12266 12269 11467 0 -1 4202560 6783 0 0 0 18 1 0 0 20 0 20 0 108928759 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681621965848 139681601836382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=14325320 memory=12833 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=14325320 memory=3761262437187774112 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928760 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108928761 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108928761 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681074832544 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108928762 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681073779440 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) S 12266 12269 11467 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681071676144 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) S 12266 12269 11467 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681070623600 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) S 12266 12269 11467 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681069570544 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) R 12266 12269 11467 0 -1 4202560 430 0 0 0 5 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681068518000 139681596608132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669127680 10594 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42376 KiB

[startup+0.310324 s]*
/proc/loadavg: 6.60 8.24 8.57 2/198 12289
/proc/meminfo: memFree=26370092/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=14325340 memory=50700 CPUtime=0.49 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 10516 0 0 0 46 3 0 0 20 0 20 0 108928758 14669148160 12675 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 3581335 12675 3695 1 0 3569050 0
[pid=12269/tid=12271] ppid=12266 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) R 12266 12269 11467 0 -1 4202560 7550 0 0 0 28 1 0 0 20 0 20 0 108928759 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681621980304 139681211763725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=14325340 memory=139710924157871 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=14325340 memory=139710924160176 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=14325340 memory=139710924162480 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928760 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108928761 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=14325340 memory=279421848331920 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108928761 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681074832544 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=14325340 memory=279421848338832 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108928762 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681073779440 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=14325340 memory=279421848280112 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=14325340 memory=279421848352656 CPUtime=0.01 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) S 12266 12269 11467 0 -1 1077944384 528 0 0 0 1 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681071676144 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=14325340 memory=279421848359568 CPUtime=0.03 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) R 12266 12269 11467 0 -1 1077944384 310 0 0 0 3 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681070623600 139681617767042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=14325340 memory=279421848357264 CPUtime=0.04 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) S 12266 12269 11467 0 -1 1077944384 256 0 0 0 4 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681069570544 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=14325340 memory=279421848373872 CPUtime=0.08 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) R 12266 12269 11467 0 -1 4202560 488 0 0 0 8 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681068518000 139681601836382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928764 14669148160 12675 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700914 s]
/proc/loadavg: 6.60 8.24 8.57 2/198 12289
/proc/meminfo: memFree=26357436/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=14329436 memory=81084 CPUtime=1.11 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 12900 0 0 0 106 5 0 0 20 0 20 0 108928758 14673342464 20271 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 3582359 20271 3751 1 0 3570074 0
[pid=12269/tid=12271] ppid=12266 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) S 12266 12269 11467 0 -1 1077944384 9354 0 0 0 64 3 0 0 20 0 20 0 108928759 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681621989088 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=14329436 memory=1928 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=14329436 memory=1428 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=14329436 memory=1196 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=14329436 memory=10648 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108928760 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=14329436 memory=17208 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108928761 14673342464 20271 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0

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

[pid=12269/tid=12288] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 59685 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 59685 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 238740 KiB

[startup+1.95364 s]
# the end of solver process 12269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.50895 s, system=0.230342 s

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

[startup+1.6047 s]
/proc/loadavg: 6.60 8.24 8.57 5/198 12289
/proc/meminfo: memFree=26264904/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=16068328 memory=240968 CPUtime=4.58 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 38119 0 0 0 441 17 0 0 20 0 46 0 108928758 16453967872 60242 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 4017082 60242 3807 1 0 4004276 0
[pid=12269/tid=12271] ppid=12266 vsize=16068328 memory=0 CPUtime=1.39 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) S 12266 12269 11467 0 -1 1077944384 12261 0 0 0 133 6 0 0 20 0 46 0 108928759 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681621993600 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=16068328 memory=4012 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=16068328 memory=139710924371392 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 108928761 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 108928761 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681074832608 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=16068328 memory=14375255542425 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108928762 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681073779456 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=16068328 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=16068328 memory=14691881367898438 CPUtime=0.55 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) R 12266 12269 11467 0 -1 4202560 4915 0 0 0 53 2 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681071669336 139681602146038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=16068328 memory=0 CPUtime=0.63 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) R 12266 12269 11467 0 -1 4202560 6019 0 0 0 61 2 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681070611952 139681598456192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=16068328 memory=0 CPUtime=0.58 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) R 12266 12269 11467 0 -1 4202560 5850 0 0 0 57 1 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681069556560 139681602881982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=16068328 memory=0 CPUtime=0.57 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) R 12266 12269 11467 0 -1 1077944384 6288 0 0 0 56 1 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681068515792 139681617766101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60242 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 240968 KiB

[startup+1.8009 s]
/proc/loadavg: 6.60 8.24 8.57 5/198 12289
/proc/meminfo: memFree=26264904/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=16068328 memory=243624 CPUtime=6.05 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 39047 0 0 0 586 19 0 0 20 0 46 0 108928758 16453967872 60906 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 4017082 60906 3809 1 0 4004276 0
[pid=12269/tid=12271] ppid=12266 vsize=16068328 memory=6791534058613427641 CPUtime=1.39 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) S 12266 12269 11467 0 -1 1077944384 12261 0 0 0 133 6 0 0 20 0 46 0 108928759 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681621993600 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=16068328 memory=482 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=16068328 memory=279421848469168 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=16068328 memory=288230604624101685 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=16068328 memory=441079 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=16068328 memory=5788920273387874134 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=16068328 memory=6154820267226784105 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=16068328 memory=4638778398332698721 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=16068328 memory=279421848642752 CPUtime=0 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 108928761 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=16068328 memory=38 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 108928761 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681074832608 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108928762 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681073779456 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=16068328 memory=7230638415855315031 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=16068328 memory=7161658428012981610 CPUtime=0.71 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) R 12266 12269 11467 0 -1 4202560 5121 0 0 0 69 2 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681071666064 139681597604645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=16068328 memory=7449351173094139985 CPUtime=0.81 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) R 12266 12269 11467 0 -1 4202560 6375 0 0 0 79 2 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681070604928 139681601241845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=16068328 memory=1296 CPUtime=0.74 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) R 12266 12269 11467 0 -1 4202560 5898 0 0 0 73 1 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681069563568 139681598206688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=16068328 memory=2400 CPUtime=0.69 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) R 12266 12269 11467 0 -1 4202560 6522 0 0 0 68 1 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681068515792 139681596890702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=16068328 memory=1728 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=16068328 memory=12032 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 60906 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 243624 KiB

[startup+1.90081 s]
/proc/loadavg: 6.60 8.24 8.57 5/198 12289
/proc/meminfo: memFree=26264904/32770624 swapFree=67108860/67108860
[pid=12269] ppid=12266 vsize=16068328 memory=255412 CPUtime=6.6 cores=0-7
/proc/12269/stat : 12269 (java) S 12266 12269 11467 0 -1 1077944320 39707 0 0 0 638 22 0 0 20 0 46 0 108928758 16453967872 63853 33554432000 4194304 4196468 140725980429536 140725980412080 139681617755895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
/proc/12269/statm: 4017082 63853 3826 1 0 4004276 0
[pid=12269/tid=12271] ppid=12266 vsize=16068328 memory=0 CPUtime=1.39 cores=0-7
/proc/12269/task/12271/stat : 12271 (java) S 12266 12269 11467 0 -1 1077944384 12261 0 0 0 133 6 0 0 20 0 46 0 108928759 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681621993600 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12272] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12272/stat : 12272 (java) S 12266 12269 11467 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681532824080 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12273] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12273/stat : 12273 (java) S 12266 12269 11467 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681531771536 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12274] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12274/stat : 12274 (java) S 12266 12269 11467 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681211607312 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12275] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12275/stat : 12275 (java) S 12266 12269 11467 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681210554768 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12276] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12276/stat : 12276 (java) S 12266 12269 11467 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681209502736 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12277] ppid=12266 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/12269/task/12277/stat : 12277 (java) S 12266 12269 11467 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681208450192 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12278] ppid=12266 vsize=16068328 memory=236760 CPUtime=0 cores=0-7
/proc/12269/task/12278/stat : 12278 (java) S 12266 12269 11467 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681207397136 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12279] ppid=12266 vsize=16068328 memory=279421848519376 CPUtime=0 cores=0-7
/proc/12269/task/12279/stat : 12279 (java) S 12266 12269 11467 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 46 0 108928760 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681206344592 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12280] ppid=12266 vsize=16068328 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/12269/task/12280/stat : 12280 (java) S 12266 12269 11467 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 46 0 108928761 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681075886320 139681617767042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12281] ppid=12266 vsize=16068328 memory=279421848490688 CPUtime=0 cores=0-7
/proc/12269/task/12281/stat : 12281 (java) S 12266 12269 11467 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 108928761 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681074832608 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12282] ppid=12266 vsize=16068328 memory=279421848490880 CPUtime=0 cores=0-7
/proc/12269/task/12282/stat : 12282 (java) S 12266 12269 11467 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 108928762 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681073779456 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12283] ppid=12266 vsize=16068328 memory=279421848491072 CPUtime=0 cores=0-7
/proc/12269/task/12283/stat : 12283 (java) S 12266 12269 11467 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681072728016 139681617774491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12284] ppid=12266 vsize=16068328 memory=279421848469184 CPUtime=0.8 cores=0-7
/proc/12269/task/12284/stat : 12284 (java) R 12266 12269 11467 0 -1 4202560 5144 0 0 0 78 2 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681071656208 139681601252679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12285] ppid=12266 vsize=16068328 memory=279421848192800 CPUtime=0.91 cores=0-7
/proc/12269/task/12285/stat : 12285 (java) R 12266 12269 11467 0 -1 4202560 6876 0 0 0 89 2 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681070608368 139681599273777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12286] ppid=12266 vsize=16068328 memory=279421848192992 CPUtime=0.82 cores=0-7
/proc/12269/task/12286/stat : 12286 (java) S 12266 12269 11467 0 -1 1077944384 5908 0 0 0 81 1 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681069570544 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12287] ppid=12266 vsize=16068328 memory=279421848193184 CPUtime=0.69 cores=0-7
/proc/12269/task/12287/stat : 12287 (java) S 12266 12269 11467 0 -1 1077944384 6534 0 0 0 68 1 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681068518000 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12288] ppid=12266 vsize=16068328 memory=279421848193376 CPUtime=0 cores=0-7
/proc/12269/task/12288/stat : 12288 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681067465184 139681617766101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
[pid=12269/tid=12289] ppid=12266 vsize=16068328 memory=139710924300512 CPUtime=0 cores=0-7
/proc/12269/task/12289/stat : 12289 (java) S 12266 12269 11467 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108928764 16453967872 63853 33554432000 4194304 4196468 140725980429536 139681066412720 139681617767042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20606976 140725980435553 140725980435739 140725980435739 140725980438479 0
Current children cumulated CPU time: 6.6 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 255412 KiB

Child status: 0
Real time (s): 1.95369
CPU time (s): 6.73929
CPU user time (s): 6.50895
CPU system time (s): 0.230342
CPU usage (%): 344.951
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 255412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.50895
system time used= 0.230342
maximum resident set size= 258884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40010
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= 14204
involuntary context switches= 92


# summary of solver processes directly reported to runsolver:
#   pid: 12269
#   total CPU time (s): 6.73929
#   total CPU user time (s): 6.50895
#   total CPU system time (s): 0.230342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027327 second user time and 0.066216 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-15 02:41:53
IDJOB=4275517
IDBENCH=133316
IDSOLVER=2668
FILE ID=node105/4275517-1502758572
RUNJOBID= node105-1502755165-11494
PBS_JOBID= 20629083
Free space on /tmp= 60664 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-40-2-1.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-4275517-1502758572/watcher-4275517-1502758572 -o /tmp/evaluation-result-4275517-1502758572/solver-4275517-1502758572 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502755165-11494 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1748077059 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275517-1502758572.xml

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

MD5SUM BENCH= c9e77eb945e1668088372780fa45332f
RANDOM SEED=1748077059

node105.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.17
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.17
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.17
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.17
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:        26405544 kB
MemAvailable:   31970188 kB
Buffers:          220900 kB
Cached:          5617292 kB
SwapCached:            0 kB
Active:           780932 kB
Inactive:        5111264 kB
Active(anon):      57072 kB
Inactive(anon):    25060 kB
Active(file):     723860 kB
Inactive(file):  5086204 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42672 kB
Writeback:             0 kB
AnonPages:         84044 kB
Mapped:            45408 kB
Shmem:             25228 kB
Slab:             166720 kB
SReclaimable:     140828 kB
SUnreclaim:        25892 kB
KernelStack:        3552 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60624 MiB
End job on node105 at 2017-08-15 02:41:55