Trace number 4300189

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
slowpoke 2018-04-29SAT 3.54064 2.17945

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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.33727
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
3.47/2.16	s SATISFIABLE
3.47/2.16	v <instantiation>
3.47/2.16	v 	<list>
3.47/2.16	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] 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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] 
3.47/2.16	v 	</list>
3.47/2.16	v 	<values>
3.47/2.16	v 		7 32 37 35 30 21 10 24 26 38 25 3 12 6 27 36 13 4 11 9 15 23 20 18 5 22 17 29 39 8 14 19 31 16 34 33 28 
3.47/2.16	v 	</values>
3.47/2.16	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 (9526 MiB free)
  memory of node 1: 16384 MiB (10266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300189-1532874768/watcher-4300189-1532874768 -o /tmp/evaluation-result-4300189-1532874768/solver-4300189-1532874768 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532872250-7145 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300189-1532874768.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

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


[startup+0.100152 s]*
/proc/loadavg: 1.56 1.39 1.34 5/215 7552
/proc/meminfo: memFree=20252440/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661056 memory=28152 CPUtime=0.12 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 5437 0 0 0 11 1 0 0 20 0 15 0 105040016 10916921344 7038 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665264 7038 2847 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661056 memory=-8824910611073561792 CPUtime=0.08 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 3323 0 0 0 8 0 0 0 20 0 15 0 105040017 10916921344 7038 33554432000 4194304 4196468 140735203334560 139793171732880 139793167515030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0.01 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) R 7534 7537 3913 0 -1 4202560 322 0 0 0 1 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792466213360 139793167524442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 7038 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28152 KiB

[startup+0.210735 s]*
/proc/loadavg: 1.56 1.39 1.34 3/215 7552
/proc/meminfo: memFree=20240996/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661056 memory=40056 CPUtime=0.33 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 8194 0 0 0 31 2 0 0 20 0 15 0 105040016 10916921344 10014 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665264 10014 2949 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 5286 0 0 0 19 1 0 0 20 0 15 0 105040017 10916921344 10083 33554432000 4194304 4196468 140735203334560 139793171741360 139793151583582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661056 memory=365 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661056 memory=139862864581418 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040017 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0.07 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661056 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040022 10916921344 10083 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40056 KiB

[startup+0.310357 s]*
/proc/loadavg: 1.56 1.39 1.34 5/215 7552
/proc/meminfo: memFree=20236344/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=47708 CPUtime=0.55 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 8942 0 0 0 52 3 0 0 20 0 15 0 105040016 10916999168 11927 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 11927 3048 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) S 7534 7537 3913 0 -1 1077944384 5659 0 0 0 28 2 0 0 20 0 15 0 105040017 10916999168 11927 33554432000 4194304 4196468 140735203334560 139793171740272 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=4294979972 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=139862864845844 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) R 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) R 7534 7537 3913 0 -1 4202560 684 0 0 0 6 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792468304984 139793159740222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 410 0 0 0 3 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792467265600 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=139862864565888 CPUtime=0.13 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 822 0 0 0 13 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792466211152 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=139862864565888 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 11927 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47708 KiB

[startup+0.7008 s]
/proc/loadavg: 1.56 1.39 1.34 5/215 7552
/proc/meminfo: memFree=20215256/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=80996 CPUtime=1.7 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 13086 0 0 0 166 4 0 0 20 0 15 0 105040016 10916999168 20249 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 20249 3099 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=172263957606615 CPUtime=0.67 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 5781 0 0 0 65 2 0 0 20 0 15 0 105040017 10916999168 20249 33554432000 4194304 4196468 140735203334560 139793171743632 140735203715010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=606649 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=9049315582337122477 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=6944656575208382560 CPUtime=0.4 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) R 7534 7537 3913 0 -1 4202560 2102 0 0 0 40 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792468308752 139793150989045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=6944656575208382560 CPUtime=0.39 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) R 7534 7537 3913 0 -1 4202560 2721 0 0 0 39 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792467247432 139793147333422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 1111 0 0 0 20 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 20249 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 80996 KiB

[startup+1.50076 s]
/proc/loadavg: 1.56 1.39 1.34 3/215 7552
/proc/meminfo: memFree=20172032/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=168956 CPUtime=2.84 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 15661 0 0 0 277 7 0 0 20 0 15 0 105040016 10916999168 42239 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 42239 3112 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=12902 CPUtime=1.47 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 6174 0 0 0 142 5 0 0 20 0 15 0 105040017 10916999168 42239 33554432000 4194304 4196468 140735203334560 139793171742032 140735203715010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 2378 0 0 0 53 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 4461 0 0 0 58 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 1188 0 0 0 21 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 42239 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 168956 KiB

[startup+2.1794 s]
# the end of solver process 7537 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.44254 s, system=0.098098 s

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

[startup+1.60138 s]
/proc/loadavg: 1.56 1.39 1.34 3/215 7552
/proc/meminfo: memFree=20172032/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=183324 CPUtime=2.95 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 16077 0 0 0 287 8 0 0 20 0 15 0 105040016 10916999168 45831 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 45831 3114 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=139862864592081 CPUtime=1.57 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) S 7534 7537 3913 0 -1 1077944384 6187 0 0 0 151 6 0 0 20 0 15 0 105040017 10916999168 45831 33554432000 4194304 4196468 140735203334560 139793171742736 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=279725448876688 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=139862724428403 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=734261993056361264 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=7295947194300911696 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=7014444751693833280 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) R 7534 7537 3913 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792472527648 139793149128980 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=7450453974481136230 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=5787220424115906386 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=6944656385659129952 CPUtime=0.53 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 2378 0 0 0 53 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 4461 0 0 0 58 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=6944656592387989600 CPUtime=0.21 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 1188 0 0 0 21 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=14018773256590 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45831 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183324 KiB

[startup+2.00071 s]*
/proc/loadavg: 1.56 1.39 1.34 3/215 7552
/proc/meminfo: memFree=20101320/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=183376 CPUtime=3.37 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 16417 0 0 0 328 9 0 0 20 0 15 0 105040016 10916999168 45844 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 45844 3123 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=8112282956445269571 CPUtime=1.97 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 6224 0 0 0 191 6 0 0 20 0 15 0 105040017 10916999168 45844 33554432000 4194304 4196468 140735203334560 139793171742736 140735203715010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=4211821575712316032 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 2442 0 0 0 54 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 4461 0 0 0 58 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=3472468159092246192 CPUtime=0.22 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 1216 0 0 0 22 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=734139722786418735 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=3472468163387213488 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45844 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 3.37 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183376 KiB

[startup+2.10996 s]
/proc/loadavg: 1.56 1.39 1.34 3/215 7552
/proc/meminfo: memFree=20101320/32770624 swapFree=67108860/67108860
[pid=7537] ppid=7534 vsize=10661132 memory=183384 CPUtime=3.47 cores=1,3,5,7
/proc/7537/stat : 7537 (java) S 7534 7537 3913 0 -1 1077944320 16426 0 0 0 338 9 0 0 20 0 15 0 105040016 10916999168 45846 33554432000 4194304 4196468 140735203334560 140735203317104 139793167503095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
/proc/7537/statm: 2665283 45846 3125 1 0 2627263 0
[pid=7537/tid=7539] ppid=7534 vsize=10661132 memory=7230921007607278949 CPUtime=2.08 cores=1,3,5,7
/proc/7537/task/7539/stat : 7539 (java) R 7534 7537 3913 0 -1 4202560 6233 0 0 0 201 7 0 0 20 0 15 0 105040017 10916999168 45846 33554432000 4194304 4196468 140735203334560 139793171742736 140735203715010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7540] ppid=7534 vsize=10661132 memory=7512114543601282149 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7540/stat : 7540 (java) S 7534 7537 3913 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792774442000 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7541] ppid=7534 vsize=10661132 memory=3472329395739308079 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7541/stat : 7541 (java) S 7534 7537 3913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792773389456 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7542] ppid=7534 vsize=10661132 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7542/stat : 7542 (java) S 7534 7537 3913 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792772336400 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7543] ppid=7534 vsize=10661132 memory=7100839852926015589 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7543/stat : 7543 (java) S 7534 7537 3913 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 105040017 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792771283856 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7544] ppid=7534 vsize=10661132 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7544/stat : 7544 (java) S 7534 7537 3913 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792472529136 139793167514242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7545] ppid=7534 vsize=10661132 memory=7969307142447265299 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7545/stat : 7545 (java) S 7534 7537 3913 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792471475360 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7546] ppid=7534 vsize=10661132 memory=7643295301215600736 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7546/stat : 7546 (java) S 7534 7537 3913 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 105040019 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792470422256 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7547] ppid=7534 vsize=10661132 memory=139862864573073 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7547/stat : 7547 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792469370832 139793167521691 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7548] ppid=7534 vsize=10661132 memory=7741234092377795431 CPUtime=0.54 cores=1,3,5,7
/proc/7537/task/7548/stat : 7548 (java) S 7534 7537 3913 0 -1 1077944384 2442 0 0 0 54 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792468318960 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7549] ppid=7534 vsize=10661132 memory=7302143015825992036 CPUtime=0.58 cores=1,3,5,7
/proc/7537/task/7549/stat : 7549 (java) S 7534 7537 3913 0 -1 1077944384 4461 0 0 0 58 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792467266416 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7550] ppid=7534 vsize=10661132 memory=6226349017780408689 CPUtime=0.22 cores=1,3,5,7
/proc/7537/task/7550/stat : 7550 (java) S 7534 7537 3913 0 -1 1077944384 1216 0 0 0 22 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792466213360 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7551] ppid=7534 vsize=10661132 memory=146324 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7551/stat : 7551 (java) S 7534 7537 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792465161056 139793167513301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
[pid=7537/tid=7552] ppid=7534 vsize=10661132 memory=183376 CPUtime=0 cores=1,3,5,7
/proc/7537/task/7552/stat : 7552 (java) S 7534 7537 3913 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 105040022 10916999168 45846 33554432000 4194304 4196468 140735203334560 139792464108080 139793167514242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31784960 140735203341468 140735203341577 140735203341577 140735203344335 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 183384 KiB

Child status: 0
Real time (s): 2.17945
CPU time (s): 3.54064
CPU user time (s): 3.44254
CPU system time (s): 0.098098
CPU usage (%): 162.455
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 183384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.44254
system time used= 0.098098
maximum resident set size= 183848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16981
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= 1342
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 7537
#   total CPU time (s): 3.54064
#   total CPU user time (s): 3.44254
#   total CPU system time (s): 0.098098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032886 second user time and 0.070157 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 16:32:48
IDJOB=4300189
IDBENCH=141567
IDSOLVER=2765
FILE ID=node103/4300189-1532874768
RUNJOBID= node103-1532872250-7145
PBS_JOBID= 21022507
Free space on /tmp= 56788 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300189-1532874768/watcher-4300189-1532874768 -o /tmp/evaluation-result-4300189-1532874768/solver-4300189-1532874768 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532872250-7145 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300189-1532874768.xml --timelimit 2520

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=731384988

node103.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.48
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.48
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.48
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.48
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:        20267264 kB
MemAvailable:   31761400 kB
Buffers:          307416 kB
Cached:         11375392 kB
SwapCached:            0 kB
Active:          3952436 kB
Inactive:        7950784 kB
Active(anon):     222976 kB
Inactive(anon):    25184 kB
Active(file):    3729460 kB
Inactive(file):  7925600 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1352 kB
Writeback:             0 kB
AnonPages:        227092 kB
Mapped:            56304 kB
Shmem:             25228 kB
Slab:             295700 kB
SReclaimable:     267536 kB
SUnreclaim:        28164 kB
KernelStack:        3568 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56788 MiB
End job on node103 at 2018-07-29 16:32:51