Trace number 4298547

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
GG's minicp 2018-04-29SAT 7.56901 5.28083

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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.027223
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
7.48/5.26	s SATISFIABLE
7.48/5.26	v <instantiation>
7.48/5.26	v 	<list>
7.48/5.26	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] 
7.48/5.26	v 	</list>
7.48/5.26	v 	<values>
7.48/5.26	v 		0 1 13 16 10 15 4 8 1 13 16 12 15 3 5 6 2 11 7 4 10 14 9 8 
7.48/5.26	v 	</values>
7.48/5.26	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 (8554 MiB free)
  memory of node 1: 16384 MiB (14215 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298547-1532765755/watcher-4298547-1532765755 -o /tmp/evaluation-result-4298547-1532765755/solver-4298547-1532765755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298547-1532765755.xml 

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
Current StackSize limit: 8192 KiB

solver pid=14802, runsolver pid=14799

[startup+0.101717 s]*
/proc/loadavg: 1.84 1.68 1.69 5/218 14817
/proc/meminfo: memFree=23300292/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661056 memory=27896 CPUtime=0.13 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 5330 0 0 0 11 2 0 0 20 0 15 0 94138642 10916921344 6974 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665264 6974 2842 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 3189 0 0 0 8 1 0 0 20 0 15 0 94138643 10916921344 6974 33554432000 4194304 4196468 140736754776064 140366350294496 140366338300734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661056 memory=5793855409373505977 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916921344 6974 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661056 memory=140158363612800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916921344 6974 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916921344 6974 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138644 10916921344 6974 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138645 10916921344 6974 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94138645 10916921344 6974 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94138646 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) R 14799 14802 11635 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365834197616 140366326476912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) R 14799 14802 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661056 memory=140158363612800 CPUtime=0.01 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661056 memory=140158363612800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138648 10916921344 7040 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27896 KiB

[startup+0.210604 s]*
/proc/loadavg: 1.84 1.68 1.69 5/218 14817
/proc/meminfo: memFree=23288012/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=40360 CPUtime=0.33 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 8166 0 0 0 30 3 0 0 20 0 15 0 94138642 10916999168 10090 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 10090 2953 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 5267 0 0 0 18 1 0 0 20 0 15 0 94138643 10916999168 10122 33554432000 4194304 4196468 140736754776064 140366350295920 140366330107237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=4211973884568403338 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 10122 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 10122 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) S 14799 14802 11635 0 -1 1077944384 576 0 0 0 2 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365834197616 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0.06 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 813 0 0 0 6 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 10122 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40360 KiB

[startup+0.312935 s]*
/proc/loadavg: 1.84 1.68 1.69 3/218 14817
/proc/meminfo: memFree=23280700/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=47540 CPUtime=0.57 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 9009 0 0 0 53 4 0 0 20 0 15 0 94138642 10916999168 11885 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 11885 3054 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 5627 0 0 0 28 2 0 0 20 0 15 0 94138643 10916999168 11885 33554432000 4194304 4196468 140736754776064 140366350293984 140366346085533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=4211973884568403338 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 11885 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=280316568365440 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 11885 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=280316409532928 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=140158204752655 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=280316568374656 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=140158204757263 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=140158204771235 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=140158204776180 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) R 14799 14802 11635 0 -1 4202560 687 0 0 0 5 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365834188000 140366325910190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 253 0 0 0 4 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0.13 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1073 0 0 0 13 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=140158363640696 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 11885 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47540 KiB

[startup+0.700796 s]
/proc/loadavg: 1.84 1.68 1.69 5/218 14817
/proc/meminfo: memFree=23255704/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=92560 CPUtime=1.73 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 13578 0 0 0 168 5 0 0 20 0 15 0 94138642 10916999168 23140 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 23140 3080 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 5679 0 0 0 65 2 0 0 20 0 15 0 94138643 10916999168 23140 33554432000 4194304 4196468 140736754776064 140366350300728 140365984594996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 23140 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 23140 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=1200 CPUtime=0.42 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) R 14799 14802 11635 0 -1 4202560 2916 0 0 0 42 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365834183496 140366331491944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=12136 CPUtime=0.41 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) R 14799 14802 11635 0 -1 4202560 2243 0 0 0 41 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365833130840 140366324080627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=1008 CPUtime=0.19 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1369 0 0 0 19 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 23140 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 92560 KiB

[startup+1.50075 s]
/proc/loadavg: 1.84 1.68 1.69 5/218 14817
/proc/meminfo: memFree=23183356/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=199732 CPUtime=3.69 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 24779 0 0 0 362 7 0 0 20 0 15 0 94138642 10916999168 49933 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 49933 3116 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 6079 0 0 0 143 4 0 0 20 0 15 0 94138643 10916999168 49933 33554432000 4194304 4196468 140736754776064 140366350302336 140365984477642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 49933 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 49933 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 49933 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 49933 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 49933 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0

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

[startup+5.28079 s]
# the end of solver process 14802 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.47456 s, system=0.094449 s

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

[startup+3.20085 s]
/proc/loadavg: 1.77 1.67 1.68 3/218 14817
/proc/meminfo: memFree=23125604/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=201828 CPUtime=5.47 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 24980 0 0 0 539 8 0 0 20 0 15 0 94138642 10916999168 50457 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 50457 3118 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=0 CPUtime=3.16 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 6119 0 0 0 312 4 0 0 20 0 15 0 94138643 10916999168 50457 33554432000 4194304 4196468 140736754776064 140366350303024 140365985453357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50457 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50457 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=2868665472264041 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=-2672971631320983069 CPUtime=1 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) S 14799 14802 11635 0 -1 1077944384 7688 0 0 0 99 1 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365834197616 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=-7523660553960122769 CPUtime=1.02 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 7481 0 0 0 101 1 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=-7233780906022716832 CPUtime=0.22 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1727 0 0 0 22 0 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=301741373374332954 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=320600218372669755 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50457 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 201828 KiB

[startup+4.00071 s]*
/proc/loadavg: 1.77 1.67 1.68 3/218 14817
/proc/meminfo: memFree=23126124/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=200784 CPUtime=6.28 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 24986 0 0 0 620 8 0 0 20 0 15 0 94138642 10916999168 50196 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 50196 3123 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=6791534058613427641 CPUtime=3.97 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 6120 0 0 0 393 4 0 0 20 0 15 0 94138643 10916999168 50196 33554432000 4194304 4196468 140736754776064 140366350303184 140365985010637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50196 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=3544526048629221001 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50196 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=-8970745359494625598 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=3472468454591293104 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=4498695365773207450 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=6935361571421202840 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=0 CPUtime=1 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) S 14799 14802 11635 0 -1 1077944384 7688 0 0 0 99 1 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365834197616 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=8028911401163781487 CPUtime=1.02 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 7481 0 0 0 101 1 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=140158363612800 CPUtime=0.22 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1727 0 0 0 22 0 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=6877970180946407432 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=7378735344253873647 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50196 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200784 KiB

[startup+4.80071 s]
/proc/loadavg: 1.77 1.67 1.68 3/218 14817
/proc/meminfo: memFree=23126124/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=202320 CPUtime=7.07 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 25003 0 0 0 699 8 0 0 20 0 15 0 94138642 10916999168 50580 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 50580 3123 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=0 CPUtime=4.76 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 6122 0 0 0 472 4 0 0 20 0 15 0 94138643 10916999168 50580 33554432000 4194304 4196468 140736754776064 140366350302912 140365984478526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50580 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50580 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=280316409282800 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=5866030235025560678 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=7596553759385543766 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=7589836684093205909 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=280316409409096 CPUtime=1 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) S 14799 14802 11635 0 -1 1077944384 7688 0 0 0 99 1 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365834197616 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=280316409521008 CPUtime=1.02 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 7481 0 0 0 101 1 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1727 0 0 0 22 0 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=662363397872623672 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 50580 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 7.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 202320 KiB

[startup+5.20069 s]
/proc/loadavg: 1.77 1.67 1.68 3/218 14817
/proc/meminfo: memFree=23122744/32770624 swapFree=67108860/67108860
[pid=14802] ppid=14799 vsize=10661132 memory=194000 CPUtime=7.48 cores=1,3,5,7
/proc/14802/stat : 14802 (java) S 14799 14802 11635 0 -1 1077944320 25024 0 0 0 740 8 0 0 20 0 15 0 94138642 10916999168 48500 33554432000 4194304 4196468 140736754776064 140736754758608 140366346063607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
/proc/14802/statm: 2665283 48500 3124 1 0 2627263 0
[pid=14802/tid=14804] ppid=14799 vsize=10661132 memory=6791534058613427641 CPUtime=5.15 cores=1,3,5,7
/proc/14802/task/14804/stat : 14804 (java) R 14799 14802 11635 0 -1 4202560 6125 0 0 0 511 4 0 0 20 0 15 0 94138643 10916999168 48500 33554432000 4194304 4196468 140736754776064 140366350303024 140365985009399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14805] ppid=14799 vsize=10661132 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14805/stat : 14805 (java) S 14799 14802 11635 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 48500 33554432000 4194304 4196468 140736754776064 140366311345040 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14806] ppid=14799 vsize=10661132 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14806/stat : 14806 (java) S 14799 14802 11635 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 48500 33554432000 4194304 4196468 140736754776064 140366310292240 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14807] ppid=14799 vsize=10661132 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14807/stat : 14807 (java) S 14799 14802 11635 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365951249552 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14808] ppid=14799 vsize=10661132 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14808/stat : 14808 (java) S 14799 14802 11635 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 94138644 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365950196752 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14809] ppid=14799 vsize=10661132 memory=8508281356422055839 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14809/stat : 14809 (java) S 14799 14802 11635 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365838407792 140366346074754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14810] ppid=14799 vsize=10661132 memory=4134930498285298233 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14810/stat : 14810 (java) S 14799 14802 11635 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94138645 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365837353760 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14811] ppid=14799 vsize=10661132 memory=140158363623601 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14811/stat : 14811 (java) S 14799 14802 11635 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 94138646 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365836301424 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14812] ppid=14799 vsize=10661132 memory=7301863795606579307 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14812/stat : 14812 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365835249744 140366346082203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14813] ppid=14799 vsize=10661132 memory=280316409651528 CPUtime=1 cores=1,3,5,7
/proc/14802/task/14813/stat : 14813 (java) S 14799 14802 11635 0 -1 1077944384 7688 0 0 0 99 1 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365834197616 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14814] ppid=14799 vsize=10661132 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/14802/task/14814/stat : 14814 (java) S 14799 14802 11635 0 -1 1077944384 7481 0 0 0 101 1 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365833144816 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14815] ppid=14799 vsize=10661132 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/14802/task/14815/stat : 14815 (java) S 14799 14802 11635 0 -1 1077944384 1727 0 0 0 22 0 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365832092528 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14816] ppid=14799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14816/stat : 14816 (java) S 14799 14802 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365831039968 140366346073813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
[pid=14802/tid=14817] ppid=14799 vsize=10661132 memory=-8707038579349950309 CPUtime=0 cores=1,3,5,7
/proc/14802/task/14817/stat : 14817 (java) S 14799 14802 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94138648 10916999168 48500 33554432000 4194304 4196468 140736754776064 140365829986736 140366346074754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20160512 140736754783349 140736754783497 140736754783497 140736754786255 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194000 KiB

Child status: 0
Real time (s): 5.28083
CPU time (s): 7.56901
CPU user time (s): 7.47456
CPU system time (s): 0.094449
CPU usage (%): 143.33
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 203404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.47456
system time used= 0.094449
maximum resident set size= 204432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1536
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 14802
#   total CPU time (s): 7.56901
#   total CPU user time (s): 7.47456
#   total CPU system time (s): 0.094449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061345 second user time and 0.08841 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 10:15:55
IDJOB=4298547
IDBENCH=141165
IDSOLVER=2762
FILE ID=node132/4298547-1532765755
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52040 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298547-1532765755/watcher-4298547-1532765755 -o /tmp/evaluation-result-4298547-1532765755/solver-4298547-1532765755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298547-1532765755.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=538065359

node132.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.65
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.65
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.65
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.65
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:        23317000 kB
MemAvailable:   31542756 kB
Buffers:          200116 kB
Cached:          8231652 kB
SwapCached:            0 kB
Active:          2978456 kB
Inactive:        5897072 kB
Active(anon):     393984 kB
Inactive(anon):    77852 kB
Active(file):    2584472 kB
Inactive(file):  5819220 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:        472052 kB
Mapped:            54628 kB
Shmem:             25248 kB
Slab:             278176 kB
SReclaimable:     250524 kB
SUnreclaim:        27652 kB
KernelStack:        3840 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52040 MiB
End job on node132 at 2018-07-28 10:16:00