Trace number 4300490

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
The dodo solver 2018-04-29SAT (TO) 2520.03 2508.52

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
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.006996
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.09/0.15	c version: 2018-04-11
0.09/0.15	c seed: 1811631
0.09/0.15	c timeout: 2520
0.09/0.15	c memlimit: -1
0.09/0.15	c nbcore: -1
2520.01/2508.50	s SATISFIABLE
2520.01/2508.50	v <instantiation>
2520.01/2508.50	v 	<list>
2520.01/2508.50	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3] 
2520.01/2508.50	v 	</list>
2520.01/2508.50	v 	<values>
2520.01/2508.50	v 		0 6 10 3 4 13 12 11 7 15 14 9 2 5 8 1 0 0 0 0 1 4 5 2 1 5 3 2 2 3 4 2 0 1 1 2 0 3 3 5 0 5 4 4 0 1 2 1 0 0 0 0 0 0 0 0 
2520.01/2508.50	v 	</values>
2520.01/2508.50	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 (15115 MiB free)
  memory of node 1: 16384 MiB (11667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300490-1532895549/watcher-4300490-1532895549 -o /tmp/evaluation-result-4300490-1532895549/solver-4300490-1532895549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532895549-17078 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300490-1532895549.xml --timelimit 2520 

running on 4 cores: 0,2,4,6

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=17107, runsolver pid=17101
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 1.40 1.36 1.34 5/215 17137
/proc/meminfo: memFree=27396532/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10658972 memory=25904 CPUtime=0.09 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 4899 0 0 0 8 1 0 0 20 0 15 0 107118111 10914787328 6476 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2664743 6476 2706 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10658972 memory=5450919713671312938 CPUtime=0.07 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 2992 0 0 0 7 0 0 0 20 0 15 0 107118111 10914787328 6476 33554432000 4194304 4196468 140728678168592 140442890557840 140442870412638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10658972 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10914787328 6476 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10658972 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10914787328 6476 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10914787328 6476 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118114 10914787328 6476 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10658972 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118115 10914787328 6476 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107118116 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107118116 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 107118118 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10658972 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 107118118 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10658972 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118119 10914787328 6542 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 25904 KiB

[startup+0.210597 s]*
/proc/loadavg: 1.40 1.36 1.34 4/215 17137
/proc/meminfo: memFree=27372516/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661056 memory=39380 CPUtime=0.29 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 7987 0 0 0 27 2 0 0 20 0 15 0 107118111 10916921344 9845 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665264 9845 2942 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661056 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 5073 0 0 0 16 1 0 0 20 0 15 0 107118111 10916921344 9845 33554432000 4194304 4196468 140728678168592 140442890563392 140442870412638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916921344 9845 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661056 memory=288370614643615360 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916921344 9845 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916921344 9845 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118114 10916921344 9845 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661056 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118115 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107118116 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107118116 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 107118118 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 107118118 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661056 memory=140238491903616 CPUtime=0.06 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 791 0 0 0 6 0 0 0 20 0 15 0 107118118 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661056 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118119 10916921344 9845 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39380 KiB

[startup+0.311403 s]*
/proc/loadavg: 1.40 1.36 1.34 10/215 17137
/proc/meminfo: memFree=27358148/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=48356 CPUtime=0.56 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 9615 0 0 0 53 3 0 0 20 0 15 0 107118111 10916999168 12089 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 12089 3054 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=7311146985107750967 CPUtime=0.27 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 5445 0 0 0 26 1 0 0 20 0 15 0 107118111 10916999168 12089 33554432000 4194304 4196468 140728678168592 140442890567312 140442870375781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=290763875220193303 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 12089 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=288370614643615360 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 12089 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 12089 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 12089 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118115 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) R 17101 17107 7585 0 -1 4202560 1002 0 0 0 7 0 0 0 20 0 15 0 107118118 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441917583992 140442871456223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) R 17101 17107 7585 0 -1 1077944384 676 0 0 0 6 0 0 0 20 0 15 0 107118118 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=140238491903616 CPUtime=0.12 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) R 17101 17107 7585 0 -1 4202560 1126 0 0 0 12 0 0 0 20 0 15 0 107118118 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441915490776 140442878573541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=140238491903616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 12089 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48356 KiB

[startup+0.701447 s]
/proc/loadavg: 1.40 1.36 1.34 10/215 17137
/proc/meminfo: memFree=27309264/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=90752 CPUtime=1.7 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 13797 0 0 0 165 5 0 0 20 0 15 0 107118111 10916999168 22688 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 22688 3108 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=1788 CPUtime=0.65 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 5863 0 0 0 62 3 0 0 20 0 15 0 107118111 10916999168 22688 33554432000 4194304 4196468 140728678168592 140442890573264 140728678205378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=860 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 22688 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=12556 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 22688 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=756 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 22688 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 22688 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 107118115 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=6396 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=5500 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=7092418796125250880 CPUtime=0.39 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) R 17101 17107 7585 0 -1 4202560 2593 0 0 0 39 0 0 0 20 0 15 0 107118118 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441917579208 140442870722064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=7597685182856913236 CPUtime=0.38 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) R 17101 17107 7585 0 -1 4202560 2368 0 0 0 38 0 0 0 20 0 15 0 107118118 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441916528656 140442871447438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=7301858164987948385 CPUtime=0.23 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 1599 0 0 0 23 0 0 0 20 0 15 0 107118118 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 22688 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 90752 KiB

[startup+1.50072 s]
/proc/loadavg: 1.40 1.36 1.34 7/215 17137
/proc/meminfo: memFree=27200276/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=192376 CPUtime=3.62 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 20683 0 0 0 354 8 0 0 20 0 15 0 107118111 10916999168 48094 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 48094 3138 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 6252 0 0 0 140 5 0 0 20 0 15 0 107118111 10916999168 48094 33554432000 4194304 4196468 140728678168592 140442890570816 140728678205378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 48094 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=-2843874019102283166 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 48094 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 48094 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=-7096649868621430206 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 107118114 10916999168 48094 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 107118115 10916999168 48094 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0

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

/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 19908 0 0 0 240440 2691 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442890573392 140728678205378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.37 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 2506 0 0 0 298 39 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.38 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1275 0 0 0 295 43 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.37 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 2703 0 0 0 294 43 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.37 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2712 0 0 0 299 38 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=205252 CPUtime=5.06 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 5249 0 0 0 473 33 0 0 20 0 15 0 107118115 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=205188 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=205188 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.09 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 8994 0 0 0 108 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.27 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 7260 0 0 0 126 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=205252 CPUtime=0.3 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 3682 0 0 0 29 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=3276 CPUtime=0.99 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 569 0 0 0 55 44 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 2453.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 205252 KiB

[startup+2502.3 s]
/proc/loadavg: 1.55 1.48 1.43 4/215 17221
/proc/meminfo: memFree=27006560/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=205252 CPUtime=2513.78 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 56513 0 0 0 248449 2929 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 51313 3153 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=205252 CPUtime=2491.03 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 20132 0 0 0 246347 2756 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442890572112 140728678205378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.45 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 2506 0 0 0 305 40 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1275 0 0 0 302 44 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.45 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 2703 0 0 0 302 43 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.45 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2721 0 0 0 306 39 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=205252 CPUtime=5.18 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 5254 0 0 0 484 34 0 0 20 0 15 0 107118115 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=2260 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=1788 CPUtime=1.09 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 8994 0 0 0 108 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=860 CPUtime=1.27 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 7260 0 0 0 126 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 3682 0 0 0 29 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=3872 CPUtime=1.02 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 573 0 0 0 56 46 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 2513.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 205252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.5 s]
/proc/loadavg: 1.59 1.49 1.43 4/215 17221
/proc/meminfo: memFree=27006560/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=205252 CPUtime=2520.01 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 56537 0 0 0 249064 2937 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 51313 3153 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=205252 CPUtime=2497.21 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 20155 0 0 0 246958 2763 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442890571920 140728678205378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 2506 0 0 0 306 40 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.47 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1275 0 0 0 303 44 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 2703 0 0 0 302 44 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2722 0 0 0 307 39 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=205252 CPUtime=5.2 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 5254 0 0 0 486 34 0 0 20 0 15 0 107118115 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.09 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 8994 0 0 0 108 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.27 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 7260 0 0 0 126 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 3682 0 0 0 29 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.02 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 573 0 0 0 56 46 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 205252 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2508.52 s]
# the end of solver process 17107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2490.65 s, system=29.3741 s

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

[startup+2508.5 s]
/proc/loadavg: 1.59 1.49 1.43 4/215 17221
/proc/meminfo: memFree=27006560/32770624 swapFree=67108496/67108860
[pid=17107] ppid=17101 vsize=10661132 memory=205252 CPUtime=2520.01 cores=0,2,4,6
/proc/17107/stat : 17107 (java) S 17101 17107 7585 0 -1 1077944320 56537 0 0 0 249064 2937 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140728678151136 140442886332151 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
/proc/17107/statm: 2665283 51313 3153 1 0 2627263 0
[pid=17107/tid=17111] ppid=17101 vsize=10661132 memory=205252 CPUtime=2497.21 cores=0,2,4,6
/proc/17107/task/17111/stat : 17111 (java) R 17101 17107 7585 0 -1 4202560 20155 0 0 0 246958 2763 0 0 20 0 15 0 107118111 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442890571920 140728678205378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17112] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17112/stat : 17112 (java) S 17101 17107 7585 0 -1 1077944384 2506 0 0 0 306 40 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442823023376 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17114] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.47 cores=0,2,4,6
/proc/17107/task/17114/stat : 17114 (java) S 17101 17107 7585 0 -1 1077944384 1275 0 0 0 303 44 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442821970832 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17117] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17117/stat : 17117 (java) S 17101 17107 7585 0 -1 1077944384 2703 0 0 0 302 44 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442820918288 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17119] ppid=17101 vsize=10661132 memory=205252 CPUtime=3.46 cores=0,2,4,6
/proc/17107/task/17119/stat : 17119 (java) S 17101 17107 7585 0 -1 1077944384 2722 0 0 0 307 39 0 0 20 0 15 0 107118114 10916999168 51313 33554432000 4194304 4196468 140728678168592 140442819865744 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17120] ppid=17101 vsize=10661132 memory=205252 CPUtime=5.2 cores=0,2,4,6
/proc/17107/task/17120/stat : 17120 (java) S 17101 17107 7585 0 -1 1077944384 5254 0 0 0 486 34 0 0 20 0 15 0 107118115 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441921808368 140442886343298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17122] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17122/stat : 17122 (java) S 17101 17107 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441920754592 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17124] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17124/stat : 17124 (java) S 17101 17107 7585 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 107118116 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441919702000 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17126] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17126/stat : 17126 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441918650576 140442886350747 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17128] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.09 cores=0,2,4,6
/proc/17107/task/17128/stat : 17128 (java) S 17101 17107 7585 0 -1 1077944384 8994 0 0 0 108 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441917598192 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17130] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.27 cores=0,2,4,6
/proc/17107/task/17130/stat : 17130 (java) S 17101 17107 7585 0 -1 1077944384 7260 0 0 0 126 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441916545648 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17132] ppid=17101 vsize=10661132 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/17107/task/17132/stat : 17132 (java) S 17101 17107 7585 0 -1 1077944384 3682 0 0 0 29 1 0 0 20 0 15 0 107118118 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441915493104 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17134] ppid=17101 vsize=10661132 memory=205252 CPUtime=0 cores=0,2,4,6
/proc/17107/task/17134/stat : 17134 (java) S 17101 17107 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441914440800 140442886342357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
[pid=17107/tid=17137] ppid=17101 vsize=10661132 memory=205252 CPUtime=1.02 cores=0,2,4,6
/proc/17107/task/17137/stat : 17137 (java) S 17101 17107 7585 0 -1 1077944384 573 0 0 0 56 46 0 0 20 0 15 0 107118119 10916999168 51313 33554432000 4194304 4196468 140728678168592 140441913387312 140442886343298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140728678175864 140728678176009 140728678176009 140728678178767 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 205252 KiB

Child status: 143
Real time (s): 2508.52
CPU time (s): 2520.03
CPU user time (s): 2490.65
CPU system time (s): 29.3741
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 205252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2490.65
system time used= 29.3741
maximum resident set size= 205740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56754
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201162
involuntary context switches= 5951


# summary of solver processes directly reported to runsolver:
#   pid: 17107
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2490.65
#   total CPU system time (s): 29.3741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5036 second user time and 24.0906 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 22:19:09
IDJOB=4300490
IDBENCH=141650
IDSOLVER=2768
FILE ID=node149/4300490-1532895549
RUNJOBID= node149-1532895549-17078
PBS_JOBID= 21022517
Free space on /tmp= 45744 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300490-1532895549/watcher-4300490-1532895549 -o /tmp/evaluation-result-4300490-1532895549/solver-4300490-1532895549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532895549-17078 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300490-1532895549.xml --timelimit 2520

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=1466807439

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27426636 kB
MemAvailable:   31930336 kB
Buffers:          168820 kB
Cached:          4558176 kB
SwapCached:           60 kB
Active:          1603184 kB
Inactive:        3178140 kB
Active(anon):       3924 kB
Inactive(anon):    78000 kB
Active(file):    1599260 kB
Inactive(file):  3100140 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              2132 kB
Writeback:             0 kB
AnonPages:         96340 kB
Mapped:            37208 kB
Shmem:             25040 kB
Slab:             260912 kB
SReclaimable:     232760 kB
SUnreclaim:        28152 kB
KernelStack:        3504 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45740 MiB
End job on node149 at 2018-07-29 23:00:58