Trace number 4291236

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02SAT 5.30264 4.6154

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.50775
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.70/2.56	c version: 2018-07-02
0.70/2.56	c seed: 1643527878
0.70/2.56	c timeout: 20160
0.70/2.56	c memlimit: 22000
0.70/2.56	c nbcore: 8
0.77/2.72	c Parsing instance...
1.06/2.99	c Parsing done, starting search...
4.73/4.59	s SATISFIABLE
4.73/4.59	v <instantiation>
4.73/4.59	v 	<list>
4.73/4.59	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
4.73/4.59	v 	</list>
4.73/4.59	v 	<values>
4.73/4.59	v 		6 3 0 5 2 1 4 5 2 1 4 6 3 0 4 6 3 0 5 2 1 0 5 2 1 4 6 3 1 4 6 3 0 5 2 3 0 5 2 1 4 6 2 1 4 6 3 0 5 
4.73/4.59	v 	</values>
4.73/4.59	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 (11531 MiB free)
  memory of node 1: 16384 MiB (9656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291236-1532623783/watcher-4291236-1532623783 -o /tmp/evaluation-result-4291236-1532623783/solver-4291236-1532623783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532623783-7624 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1643527878 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291236-1532623783.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=7643, runsolver pid=7640

[startup+0.100147 s]*
/proc/loadavg: 0.10 0.83 1.19 1/181 7644
/proc/meminfo: memFree=21696660/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=296 memory=4 CPUtime=0 cores=0-7
/proc/7643/stat : 7643 (java) D 7640 7643 7597 0 -1 1077936128 157 0 0 0 0 0 0 0 20 0 1 0 79941712 303104 1 33554432000 4194304 4196468 140720814610656 140720814607928 140402153842375 0 0 4096 0 18446744072101756452 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 74 1 0 1 0 38 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 296 KiB
Current children cumulated memory: 4 KiB

[startup+0.209049 s]*
/proc/loadavg: 0.10 0.83 1.19 1/181 7644
/proc/meminfo: memFree=21696660/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=10648 memory=752 CPUtime=0 cores=0-7
/proc/7643/stat : 7643 (java) D 7640 7643 7597 0 -1 1077944320 347 0 0 0 0 0 0 0 20 0 1 0 79941712 10903552 188 33554432000 4194304 4196468 140720814610656 140720814591352 140402153842375 0 0 4096 0 18446744072101756452 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 2662 188 153 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 752 KiB

[startup+0.30866 s]*
/proc/loadavg: 0.10 0.83 1.19 1/182 7645
/proc/meminfo: memFree=21695172/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=100808 memory=4752 CPUtime=0 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 1393 0 0 0 0 0 0 0 20 0 2 0 79941712 103227392 1188 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 25202 1188 885 1 0 16800 0
[pid=7643/tid=7645] ppid=7640 vsize=100808 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) D 7640 7643 7597 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 2 0 79941737 103227392 1188 33554432000 4194304 4196468 140720814610656 140402155804000 140402144246317 0 0 4096 0 18446744072101756452 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 100808 KiB
Current children cumulated memory: 4752 KiB

[startup+0.70031 s]
/proc/loadavg: 0.10 0.83 1.19 1/182 7645
/proc/meminfo: memFree=21694876/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=25302372 memory=11432 CPUtime=0 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 2637 0 0 0 0 0 0 0 20 0 10 0 79941712 25909628928 2858 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6325593 2858 1345 1 0 6314504 0
[pid=7643/tid=7645] ppid=7640 vsize=25302372 memory=5644 CPUtime=0 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) D 7640 7643 7597 0 -1 1077944384 1313 0 0 0 0 0 0 0 20 0 10 0 79941737 25909628928 2858 33554432000 4194304 4196468 140720814610656 140402155803216 140402151590973 0 4 0 16784584 18446744072101756452 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 25302372 KiB
Current children cumulated memory: 11432 KiB

[startup+1.50071 s]
/proc/loadavg: 0.10 0.83 1.19 1/193 7656
/proc/meminfo: memFree=21685384/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=26103424 memory=26640 CPUtime=0.07 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 6085 0 0 0 6 1 0 0 20 0 20 0 79941712 26729906176 6660 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6525856 6660 3111 1 0 6487932 0
[pid=7643/tid=7645] ppid=7640 vsize=26103424 memory=7449352242038072934 CPUtime=0.06 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) D 7640 7643 7597 0 -1 1077944384 4163 0 0 0 5 1 0 0 20 0 20 0 79941737 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402155792784 140402151590973 0 4 0 16800975 18446744072101756452 0 0 -1 5 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=26103424 memory=7014751519701095784 CPUtime=0 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=26103424 memory=280873681412728 CPUtime=0 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=26103424 memory=34999688497898 CPUtime=0 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26729906176 6660 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=26103424 memory=280873681293200 CPUtime=0 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941786 26729906176 6660 33554432000 4194304 4196468 140720814610656 140401279203824 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=26103424 memory=9182 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 79941787 26729906176 6660 33554432000 4194304 4196468 140720814610656 140401278150048 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=26103424 memory=431739 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 79941787 26729906176 6660 33554432000 4194304 4196468 140720814610656 140401277097456 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 26640 KiB

[startup+3.11008 s]
/proc/loadavg: 0.17 0.84 1.19 3/200 7663
/proc/meminfo: memFree=21613532/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=26107540 memory=100060 CPUtime=1.3 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 18898 0 0 0 124 6 0 0 20 0 20 0 79941712 26734120960 25015 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6526885 25015 3513 1 0 6488956 0
[pid=7643/tid=7645] ppid=7640 vsize=26107540 memory=9182 CPUtime=0.84 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) R 7640 7643 7597 0 -1 4202560 15783 0 0 0 79 5 0 0 20 0 20 0 79941737 26734120960 25015 33554432000 4194304 4196468 140720814610656 140402155787472 140402135647582 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=26107540 memory=431739 CPUtime=0 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=26107540 memory=1 CPUtime=0 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=26107540 memory=1 CPUtime=0 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=26107540 memory=8 CPUtime=0 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=26107540 memory=65755949317068 CPUtime=0 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=26107540 memory=-3975169645217720909 CPUtime=0 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=26107540 memory=19640 CPUtime=0 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=26107540 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26734120960 25080 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=26107540 memory=-7161732098442470212 CPUtime=0 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 79941786 26734120960 25080 33554432000 4194304 4196468 140720814610656 140401279203824 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=26107540 memory=7878314523137500753 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 79941787 26734120960 25080 33554432000 4194304 4196468 140720814610656 140401278150048 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=26107540 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 79941787 26734120960 25080 33554432000 4194304 4196468 140720814610656 140401277097456 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7657] ppid=7640 vsize=26107540 memory=140441272977023 CPUtime=0 cores=0-7
/proc/7643/task/7657/stat : 7657 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140401276046032 140402151585691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7658] ppid=7640 vsize=26107540 memory=0 CPUtime=0.06 cores=0-7
/proc/7643/task/7658/stat : 7658 (java) S 7640 7643 7597 0 -1 1077944384 591 0 0 0 6 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140401274992624 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7659] ppid=7640 vsize=26107540 memory=280873681783024 CPUtime=0.06 cores=0-7
/proc/7643/task/7659/stat : 7659 (java) R 7640 7643 7597 0 -1 4202560 255 0 0 0 6 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140400350718064 140402133096609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7660] ppid=7640 vsize=26107540 memory=140436841002208 CPUtime=0.06 cores=0-7
/proc/7643/task/7660/stat : 7660 (java) S 7640 7643 7597 0 -1 1077944384 234 0 0 0 6 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140400349665520 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7661] ppid=7640 vsize=26107540 memory=0 CPUtime=0.23 cores=0-7
/proc/7643/task/7661/stat : 7661 (java) S 7640 7643 7597 0 -1 1077944384 650 0 0 0 23 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140400348612976 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7662] ppid=7640 vsize=26107540 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7662/stat : 7662 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 79941842 26734120960 25080 33554432000 4194304 4196468 140720814610656 140400347560672 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7663] ppid=7640 vsize=26107540 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7663/stat : 7663 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941857 26734120960 25080 33554432000 4194304 4196468 140720814610656 140400346508208 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 26107540 KiB
Current children cumulated memory: 100060 KiB
heavy processes:

[startup+4.61536 s]
# the end of solver process 7643 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.13268 s, system=0.169964 s

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

[startup+3.21058 s]
/proc/loadavg: 0.17 0.84 1.19 3/200 7663
/proc/meminfo: memFree=21610616/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=26109588 memory=109056 CPUtime=1.43 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 19596 0 0 0 137 6 0 0 20 0 20 0 79941712 26736218112 27264 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6527397 27264 3513 1 0 6489468 0
[pid=7643/tid=7645] ppid=7640 vsize=26109588 memory=7595725831727968097 CPUtime=0.94 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) R 7640 7643 7597 0 -1 4202560 16432 0 0 0 89 5 0 0 20 0 20 0 79941737 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402155794304 140402135647582 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=26109588 memory=7156624876582360172 CPUtime=0 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=26109588 memory=7739276948477929578 CPUtime=0 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=26109588 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=26109588 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=26109588 memory=13564894834330169 CPUtime=0 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=26109588 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941779 26736218112 27264 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 79941786 26736218112 27264 33554432000 4194304 4196468 140720814610656 140401279203824 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 79941787 26736218112 27264 33554432000 4194304 4196468 140720814610656 140401278150048 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 79941787 26736218112 27264 33554432000 4194304 4196468 140720814610656 140401277097456 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7657] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7657/stat : 7657 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140401276046032 140402151585691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7658] ppid=7640 vsize=26109588 memory=0 CPUtime=0.07 cores=0-7
/proc/7643/task/7658/stat : 7658 (java) S 7640 7643 7597 0 -1 1077944384 595 0 0 0 7 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140401274992624 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7659] ppid=7640 vsize=26109588 memory=0 CPUtime=0.07 cores=0-7
/proc/7643/task/7659/stat : 7659 (java) S 7640 7643 7597 0 -1 1077944384 271 0 0 0 7 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140400350718064 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7660] ppid=7640 vsize=26109588 memory=0 CPUtime=0.07 cores=0-7
/proc/7643/task/7660/stat : 7660 (java) S 7640 7643 7597 0 -1 1077944384 240 0 0 0 7 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140400349665520 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7661] ppid=7640 vsize=26109588 memory=0 CPUtime=0.24 cores=0-7
/proc/7643/task/7661/stat : 7661 (java) S 7640 7643 7597 0 -1 1077944384 671 0 0 0 24 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140400348612976 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7662] ppid=7640 vsize=26109588 memory=4140 CPUtime=0 cores=0-7
/proc/7643/task/7662/stat : 7662 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 79941842 26736218112 27264 33554432000 4194304 4196468 140720814610656 140400347560672 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7663] ppid=7640 vsize=26109588 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7663/stat : 7663 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 79941857 26736218112 27328 33554432000 4194304 4196468 140720814610656 140400346508208 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 26109588 KiB
Current children cumulated memory: 109056 KiB

[startup+4.00089 s]*
/proc/loadavg: 0.17 0.84 1.19 2/201 7664
/proc/meminfo: memFree=21516656/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=26180248 memory=191600 CPUtime=3.61 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 26939 0 0 0 350 11 0 0 20 0 21 0 79941712 26808573952 47900 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6545062 47900 3551 1 0 6507133 0
[pid=7643/tid=7645] ppid=7640 vsize=26180248 memory=8112282956445269571 CPUtime=1.67 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) R 7640 7643 7597 0 -1 4202560 19262 0 0 0 160 7 0 0 20 0 21 0 79941737 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402155797904 140402128791248 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=26180248 memory=739271074901275440 CPUtime=0 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=26180248 memory=7100839878713380750 CPUtime=0 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=26180248 memory=8838777653447265088 CPUtime=0 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=26180248 memory=3472328296227418159 CPUtime=0 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=26180248 memory=280873682094672 CPUtime=0 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=26180248 memory=576460756337520170 CPUtime=0 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 79941779 26808573952 47900 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 21 0 79941786 26808573952 47900 33554432000 4194304 4196468 140720814610656 140401279203824 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 79941787 26808573952 47900 33554432000 4194304 4196468 140720814610656 140401278150048 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 79941787 26808573952 47900 33554432000 4194304 4196468 140720814610656 140401277097456 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7657] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7657/stat : 7657 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140401276046032 140402151585691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7658] ppid=7640 vsize=26180248 memory=0 CPUtime=0.41 cores=0-7
/proc/7643/task/7658/stat : 7658 (java) S 7640 7643 7597 0 -1 1077944384 1227 0 0 0 41 0 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140401274992624 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7659] ppid=7640 vsize=26180248 memory=0 CPUtime=0.45 cores=0-7
/proc/7643/task/7659/stat : 7659 (java) S 7640 7643 7597 0 -1 1077944384 1026 0 0 0 44 1 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400350718064 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7660] ppid=7640 vsize=26180248 memory=0 CPUtime=0.41 cores=0-7
/proc/7643/task/7660/stat : 7660 (java) S 7640 7643 7597 0 -1 1077944384 1031 0 0 0 41 0 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400349665520 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7661] ppid=7640 vsize=26180248 memory=65755949317068 CPUtime=0.62 cores=0-7
/proc/7643/task/7661/stat : 7661 (java) S 7640 7643 7597 0 -1 1077944384 2971 0 0 0 61 1 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400348612976 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7662] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7662/stat : 7662 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 79941842 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400347560672 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7663] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7663/stat : 7663 (java) S 7640 7643 7597 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 79941857 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400346508208 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7664] ppid=7640 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7664/stat : 7664 (java) S 7640 7643 7597 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 79942097 26808573952 47900 33554432000 4194304 4196468 140720814610656 140400335160576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 26180248 KiB
Current children cumulated memory: 191600 KiB

[startup+4.40087 s]
/proc/loadavg: 0.17 0.84 1.19 2/201 7664
/proc/meminfo: memFree=21516656/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=27315932 memory=241680 CPUtime=4.59 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 29893 0 0 0 444 15 0 0 20 0 38 0 79941712 27971514368 60420 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6828983 60420 3579 1 0 6791054 0
[pid=7643/tid=7645] ppid=7640 vsize=27315932 memory=0 CPUtime=1.96 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) S 7640 7643 7597 0 -1 1077944384 20282 0 0 0 189 7 0 0 20 0 38 0 79941737 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402155804560 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=27315932 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 38 0 79941779 27971514368 60420 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=27315932 memory=0 CPUtime=0.02 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 38 0 79941786 27971514368 60420 33554432000 4194304 4196468 140720814610656 140401279203824 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=27315932 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 38 0 79941787 27971514368 60420 33554432000 4194304 4196468 140720814610656 140401278150112 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=27315932 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 79941787 27971514368 60420 33554432000 4194304 4196468 140720814610656 140401277097472 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7657] ppid=7640 vsize=27315932 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7657/stat : 7657 (java) S 7640 7643 7597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140401276046032 140402151585691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7658] ppid=7640 vsize=27315932 memory=0 CPUtime=0.5 cores=0-7
/proc/7643/task/7658/stat : 7658 (java) S 7640 7643 7597 0 -1 1077944384 1262 0 0 0 50 0 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140401274992624 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7659] ppid=7640 vsize=27315932 memory=0 CPUtime=0.5 cores=0-7
/proc/7643/task/7659/stat : 7659 (java) S 7640 7643 7597 0 -1 1077944384 1045 0 0 0 49 1 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400350718064 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7660] ppid=7640 vsize=27315932 memory=0 CPUtime=0.47 cores=0-7
/proc/7643/task/7660/stat : 7660 (java) S 7640 7643 7597 0 -1 1077944384 1057 0 0 0 47 0 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400349665520 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7661] ppid=7640 vsize=27315932 memory=0 CPUtime=0.71 cores=0-7
/proc/7643/task/7661/stat : 7661 (java) S 7640 7643 7597 0 -1 1077944384 3158 0 0 0 70 1 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400348612976 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7662] ppid=7640 vsize=27315932 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7662/stat : 7662 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 79941842 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400347560672 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7663] ppid=7640 vsize=27315932 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7663/stat : 7663 (java) S 7640 7643 7597 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 38 0 79941857 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400346508208 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7664] ppid=7640 vsize=27315932 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7643/task/7664/stat : 7664 (java) S 7640 7643 7597 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 38 0 79942097 27971514368 60420 33554432000 4194304 4196468 140720814610656 140400335160576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 27315932 KiB
Current children cumulated memory: 241680 KiB

[startup+4.60089 s]
/proc/loadavg: 0.17 0.84 1.19 2/201 7664
/proc/meminfo: memFree=21516656/32770624 swapFree=67108860/67108860
[pid=7643] ppid=7640 vsize=27517708 memory=245076 CPUtime=5.28 cores=0-7
/proc/7643/stat : 7643 (java) S 7640 7643 7597 0 -1 1077944320 30653 0 3 0 513 15 0 0 20 0 18 0 79941712 28178132992 61269 33554432000 4194304 4196468 140720814610656 140720814593200 140402151567095 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
/proc/7643/statm: 6879427 61269 3591 1 0 6840977 0
[pid=7643/tid=7645] ppid=7640 vsize=27517708 memory=0 CPUtime=1.96 cores=0-7
/proc/7643/task/7645/stat : 7645 (java) S 7640 7643 7597 0 -1 1077944384 20283 0 0 0 189 7 0 0 20 0 18 0 79941737 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402155809936 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7646] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7646/stat : 7646 (java) S 7640 7643 7597 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402104187664 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7647] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7647/stat : 7647 (java) S 7640 7643 7597 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402103135120 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7648] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7648/stat : 7648 (java) S 7640 7643 7597 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402102082576 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7649] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7649/stat : 7649 (java) S 7640 7643 7597 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402101030032 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7650] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7650/stat : 7650 (java) S 7640 7643 7597 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402099976464 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7651] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7651/stat : 7651 (java) S 7640 7643 7597 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402098923920 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7652] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7652/stat : 7652 (java) S 7640 7643 7597 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402097871376 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7653] ppid=7640 vsize=27517708 memory=0 CPUtime=0.01 cores=0-7
/proc/7643/task/7653/stat : 7653 (java) S 7640 7643 7597 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 18 0 79941779 28178132992 61269 33554432000 4194304 4196468 140720814610656 140402096818832 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7654] ppid=7640 vsize=27517708 memory=0 CPUtime=0.02 cores=0-7
/proc/7643/task/7654/stat : 7654 (java) S 7640 7643 7597 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 18 0 79941786 28178132992 61269 33554432000 4194304 4196468 140720814610656 140401279204032 140402151578242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7655] ppid=7640 vsize=27517708 memory=0 CPUtime=0 cores=0-7
/proc/7643/task/7655/stat : 7655 (java) S 7640 7643 7597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 79941787 28178132992 61269 33554432000 4194304 4196468 140720814610656 140401278150112 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7656] ppid=7640 vsize=27517708 memory=7681407940103534239 CPUtime=0 cores=0-7
/proc/7643/task/7656/stat : 7656 (java) S 7640 7643 7597 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 79941787 28178132992 61269 33554432000 4194304 4196468 140720814610656 140401277097472 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7658] ppid=7640 vsize=27517708 memory=6943526294502006880 CPUtime=0.61 cores=0-7
/proc/7643/task/7658/stat : 7658 (java) S 7640 7643 7597 0 -1 1077944384 1296 0 0 0 60 1 0 0 20 0 18 0 79941842 28178132992 61269 33554432000 4194304 4196468 140720814610656 140401274975680 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7659] ppid=7640 vsize=27517708 memory=6944656592455360604 CPUtime=0.58 cores=0-7
/proc/7643/task/7659/stat : 7659 (java) S 7640 7643 7597 0 -1 1077944384 1128 0 0 0 57 1 0 0 20 0 18 0 79941842 28178132992 61269 33554432000 4194304 4196468 140720814610656 140400350697616 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7660] ppid=7640 vsize=27517708 memory=6656426216303648864 CPUtime=0.55 cores=0-7
/proc/7643/task/7660/stat : 7660 (java) S 7640 7643 7597 0 -1 1077944384 1061 0 0 0 55 0 0 0 20 0 18 0 79941842 28178132992 61269 33554432000 4194304 4196468 140720814610656 140400349650480 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7661] ppid=7640 vsize=27517708 memory=-3535470213243961690 CPUtime=0.76 cores=0-7
/proc/7643/task/7661/stat : 7661 (java) S 7640 7643 7597 0 -1 1077944384 3264 0 0 0 75 1 0 0 20 0 18 0 79941842 28178132992 61269 33554432000 4194304 4196468 140720814610656 140400348612976 140402151578242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
[pid=7643/tid=7662] ppid=7640 vsize=27517708 memory=3905500727693960243 CPUtime=0 cores=0-7
/proc/7643/task/7662/stat : 7662 (java) S 7640 7643 7597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 79941842 28178132992 61269 33554432000 4194304 4196468 140720814610656 140400347560672 140402151577301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9539584 140720814617677 140720814617861 140720814617861 140720814620623 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 27517708 KiB
Current children cumulated memory: 245076 KiB

Child status: 0
Real time (s): 4.6154
CPU time (s): 5.30264
CPU user time (s): 5.13268
CPU system time (s): 0.169964
CPU usage (%): 114.89
Max. virtual memory (cumulated for all children) (KiB): 27517708
Max. memory (cumulated for all children) (KiB): 245076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.13268
system time used= 0.169964
maximum resident set size= 246056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30656
page faults= 3
swaps= 0
block input operations= 4448
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5487
involuntary context switches= 207


# summary of solver processes directly reported to runsolver:
#   pid: 7643
#   total CPU time (s): 5.30264
#   total CPU user time (s): 5.13268
#   total CPU system time (s): 0.169964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050704 second user time and 0.086921 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-26 18:49:44
IDJOB=4291236
IDBENCH=141018
IDSOLVER=2745
FILE ID=node149/4291236-1532623783
RUNJOBID= node149-1532623783-7624
PBS_JOBID= 21022020
Free space on /tmp= 43260 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291236-1532623783/watcher-4291236-1532623783 -o /tmp/evaluation-result-4291236-1532623783/solver-4291236-1532623783 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1532623783-7624 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1643527878 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291236-1532623783.xml

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

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=1643527878

node149.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.60
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.60
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.60
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.60
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:        21696928 kB
MemAvailable:   31928300 kB
Buffers:          159824 kB
Cached:         10214080 kB
SwapCached:            0 kB
Active:          2389660 kB
Inactive:        8037624 kB
Active(anon):       3048 kB
Inactive(anon):    78408 kB
Active(file):    2386612 kB
Inactive(file):  7959216 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36012 kB
Writeback:             0 kB
AnonPages:         61472 kB
Mapped:            40444 kB
Shmem:             25224 kB
Slab:             342524 kB
SReclaimable:     314004 kB
SUnreclaim:        28520 kB
KernelStack:        3120 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43224 MiB
End job on node149 at 2018-07-26 18:49:50