Trace number 4264307

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
AbsCon-basic 2017-06-11? (TO) 2520.1001 2510.4199

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-42.xml
MD5SUM577152cdcea6c8cfe7178c788ad80cb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.2085
Satisfiable
(Un)Satisfiability was proved
Number of variables1764
Number of constraints36203
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":1764}]
Minimum variable degree41
Maximum variable degree42
Distribution of variable degrees[{"degree":41,"count":1682},{"degree":42,"count":82}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36203}]
Number of extensional constraints0
Number of intensional constraints36203
Distribution of constraint types[{"type":"intension","count":36203}]
Optimization problemNO
Type of objective

Solver Data

0.32/0.32	
0.32/0.32	AbsCon 2 
0.32/0.32	
3.26/1.34	  Solving XCSP3-instance-4264307-1502290756 as a CSP
3.26/1.34	  Loading variables...
3.62/1.43	  Loading constraints...
10.83/3.77	  Solver SolverBacktrack being built...
10.83/3.77	
11.17/3.90	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
11.17/3.90	

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264307-1502290756/watcher-4264307-1502290756 -o /tmp/evaluation-result-4264307-1502290756/solver-4264307-1502290756 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9067 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264307-1502290756.xml 

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


[startup+0 s]
/proc/loadavg: 1.75 1.74 1.88 3/200 15899
/proc/meminfo: memFree=31078468/32770624 swapFree=0/412820
[pid=15899] ppid=15896 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15899/stat : 15899 (runsolver) D 15896 15899 4525 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 128728634 24240128 108 18446744073709551615 4194304 4338465 140733504855376 140733504853016 140205231637207 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 18423808 140733504864416 140733504864841 140733504864841 140733504868298 0
/proc/15899/statm: 5918 108 54 36 0 2156 0

[startup+0.10024 s]
/proc/loadavg: 1.75 1.74 1.88 3/200 15899
/proc/meminfo: memFree=31078468/32770624 swapFree=0/412820
[pid=15899] ppid=15896 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 4234 0 0 0 3 0 0 0 20 0 9 0 128728634 10395312128 4358 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2537918 4358 2117 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200283 s]
/proc/loadavg: 1.75 1.74 1.88 3/200 15899
/proc/meminfo: memFree=31078468/32770624 swapFree=0/412820
[pid=15899] ppid=15896 vsize=10551180 CPUtime=0.13 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 5650 0 0 0 12 1 0 0 20 0 15 0 128728634 10804408320 7090 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2637795 7090 2772 1 0 2627261 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551180

[startup+0.300865 s]
/proc/loadavg: 1.75 1.74 1.88 3/200 15899
/proc/meminfo: memFree=31078468/32770624 swapFree=0/412820
[pid=15899] ppid=15896 vsize=10553264 CPUtime=0.32 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 9125 0 0 0 30 2 0 0 20 0 15 0 128728634 10806542336 10502 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2638316 10502 2945 1 0 2627261 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10553264

[startup+0.701216 s]
/proc/loadavg: 1.75 1.74 1.88 3/200 15899
/proc/meminfo: memFree=31078468/32770624 swapFree=0/412820
[pid=15899] ppid=15896 vsize=10621952 CPUtime=1.38 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 13701 0 0 0 133 5 0 0 20 0 16 0 128728634 10876878848 22922 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2655488 22922 3066 1 0 2644414 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10621952

[startup+1.50119 s]
/proc/loadavg: 1.77 1.75 1.88 5/216 15915
/proc/meminfo: memFree=30881724/32770624 swapFree=0/412952
[pid=15899] ppid=15896 vsize=10621952 CPUtime=3.98 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 18320 0 0 0 384 14 0 0 20 0 16 0 128728634 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2655488 58905 3116 1 0 2644414 0
[pid=15899/tid=15901] ppid=15896 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 176 0 0 0 2 1 0 0 20 0 16 0 128728641 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 16 0 128728641 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 150 0 0 0 2 1 0 0 20 0 16 0 128728641 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 126 0 0 0 2 1 0 0 20 0 16 0 128728641 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10621952 CPUtime=0.98 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) R 15896 15899 4525 0 -1 4202560 2354 0 0 0 98 0 0 0 20 0 16 0 128728646 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666680066704 140667166195671 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10621952 CPUtime=1.01 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) R 15896 15899 4525 0 -1 4202560 2846 0 0 0 101 0 0 0 20 0 16 0 128728646 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666679003632 140667173076407 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10621952 CPUtime=0.46 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 2070 0 0 0 46 0 0 0 20 0 16 0 128728646 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728650 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10621952 CPUtime=1.13 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 2847 0 0 0 109 4 0 0 20 0 16 0 128728666 10876878848 58905 18446744073709551615 4194304 4196468 140724051606192 140666672672632 140666832880353 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 10621952

[startup+3.10075 s]
/proc/loadavg: 1.77 1.75 1.88 5/216 15915
/proc/meminfo: memFree=30827620/32770624 swapFree=0/412948
[pid=15899] ppid=15896 vsize=10621952 CPUtime=8.95 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 22350 0 0 0 874 21 0 0 20 0 16 0 128728634 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2655488 100860 3139 1 0 2644414 0
[pid=15899/tid=15901] ppid=15896 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10621952 CPUtime=0.08 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 201 0 0 0 6 2 0 0 20 0 16 0 128728641 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10621952 CPUtime=0.07 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 89 0 0 0 5 2 0 0 20 0 16 0 128728641 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10621952 CPUtime=0.08 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 172 0 0 0 6 2 0 0 20 0 16 0 128728641 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10621952 CPUtime=0.06 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 128728641 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10621952 CPUtime=2.44 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) R 15896 15899 4525 0 -1 4202560 3507 0 0 0 244 0 0 0 20 0 16 0 128728646 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667171675467 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10621952 CPUtime=2.46 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) R 15896 15899 4525 0 -1 4202560 4325 0 0 0 246 0 0 0 20 0 16 0 128728646 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666679024536 140667171675467 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10621952 CPUtime=0.78 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 2933 0 0 0 77 1 0 0 20 0 16 0 128728646 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728650 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10621952 CPUtime=2.66 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 3140 0 0 0 260 6 0 0 20 0 16 0 128728666 10876878848 100860 18446744073709551615 4194304 4196468 140724051606192 140666672670400 140666834739904 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 10621952

[startup+6.30073 s]
/proc/loadavg: 1.77 1.75 1.88 3/216 15915
/proc/meminfo: memFree=30632336/32770624 swapFree=0/412948
[pid=15899] ppid=15896 vsize=10624000 CPUtime=14.87 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 31443 0 0 0 1460 27 0 0 20 0 16 0 128728634 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 113823 3144 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 284 0 0 0 10 3 0 0 20 0 16 0 128728641 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.14 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 186 0 0 0 11 3 0 0 20 0 16 0 128728641 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 183 0 0 0 9 2 0 0 20 0 16 0 128728641 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 254 0 0 0 6 2 0 0 20 0 16 0 128728641 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 16 0 128728643 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10624000 CPUtime=3.69 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) S 15896 15899 4525 0 -1 1077944384 6565 0 0 0 368 1 0 0 20 0 16 0 128728646 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10624000 CPUtime=3.65 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) S 15896 15899 4525 0 -1 1077944384 5588 0 0 0 365 0 0 0 20 0 16 0 128728646 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666679024240 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10624000 CPUtime=0.99 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 3637 0 0 0 97 2 0 0 20 0 16 0 128728646 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 681 0 0 0 0 0 0 0 20 0 16 0 128728650 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10624000 CPUtime=5.79 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 6172 0 0 0 571 8 0 0 20 0 16 0 128728666 10878976000 113823 18446744073709551615 4194304 4196468 140724051606192 140666672673488 140666838993928 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.72 1.74 1.87 3/215 15915
/proc/meminfo: memFree=30631856/32770624 swapFree=0/412944
[pid=15899] ppid=15896 vsize=10624000 CPUtime=21.42 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 32991 0 0 0 2115 27 0 0 20 0 16 0 128728634 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 113881 3149 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.13 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 284 0 0 0 10 3 0 0 20 0 16 0 128728641 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.14 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 186 0 0 0 11 3 0 0 20 0 16 0 128728641 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 183 0 0 0 9 2 0 0 20 0 16 0 128728641 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.08 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 254 0 0 0 6 2 0 0 20 0 16 0 128728641 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 16 0 128728643 10878976000 113881 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0

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

/proc/meminfo: memFree=25980572/32770624 swapFree=0/413204
[pid=15899] ppid=15896 vsize=10624000 CPUtime=2391.93 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 91705 0 0 0 239099 94 0 0 20 0 16 0 128728634 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 667848 3150 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.27 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 1198 0 0 0 22 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 2536 0 0 0 22 6 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.25 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 2241 0 0 0 20 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.23 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 4503 0 0 0 18 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 4096 0 0 0 3 1 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10624000 CPUtime=3.77 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) S 15896 15899 4525 0 -1 1077944384 7869 0 0 0 376 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10624000 CPUtime=3.71 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) S 15896 15899 4525 0 -1 1077944384 6552 0 0 0 370 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666679024240 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 6942 0 0 0 101 2 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3458 0 0 0 20 27 0 0 20 0 16 0 128728650 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10624000 CPUtime=2381.57 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 44678 0 0 0 238117 40 0 0 20 0 16 0 128728666 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666672676016 140666838678082 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 2391.93
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 1.92 1.96 1.97 3/215 16167
/proc/meminfo: memFree=25980372/32770624 swapFree=0/413200
[pid=15899] ppid=15896 vsize=10624000 CPUtime=2451.96 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 93579 0 0 0 245101 95 0 0 20 0 16 0 128728634 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 667848 3150 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 1216 0 0 0 23 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 2595 0 0 0 22 6 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.26 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 2310 0 0 0 21 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 4874 0 0 0 19 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 4217 0 0 0 3 1 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10624000 CPUtime=3.77 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) S 15896 15899 4525 0 -1 1077944384 7880 0 0 0 376 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10624000 CPUtime=3.71 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) S 15896 15899 4525 0 -1 1077944384 6559 0 0 0 370 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666679024240 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 6950 0 0 0 101 2 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3542 0 0 0 20 28 0 0 20 0 16 0 128728650 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10624000 CPUtime=2441.56 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 45804 0 0 0 244116 40 0 0 20 0 16 0 128728666 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666672676336 140666838678086 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 2451.96
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.97 1.97 1.97 3/215 16169
/proc/meminfo: memFree=25980092/32770624 swapFree=0/413212
[pid=15899] ppid=15896 vsize=10624000 CPUtime=2511.97 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 94492 0 0 0 251101 96 0 0 20 0 16 0 128728634 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 667848 3150 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 1216 0 0 0 23 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 2595 0 0 0 22 6 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.26 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 2310 0 0 0 21 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 4874 0 0 0 19 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 4224 0 0 0 3 1 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10624000 CPUtime=3.77 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) S 15896 15899 4525 0 -1 1077944384 7884 0 0 0 376 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10624000 CPUtime=3.71 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) S 15896 15899 4525 0 -1 1077944384 6566 0 0 0 370 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666679024240 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 6952 0 0 0 101 2 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3573 0 0 0 20 29 0 0 20 0 16 0 128728650 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10624000 CPUtime=2501.56 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 46666 0 0 0 250116 40 0 0 20 0 16 0 128728666 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666672676336 140666838991369 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 2511.97
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.4 s]
/proc/loadavg: 1.97 1.97 1.97 3/215 16169
/proc/meminfo: memFree=25980216/32770624 swapFree=0/413216
[pid=15899] ppid=15896 vsize=10624000 CPUtime=2520.08 cores=1,3,5,7
/proc/15899/stat : 15899 (java) S 15896 15899 4525 0 -1 1077944320 94602 0 0 0 251912 96 0 0 20 0 16 0 128728634 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140724051588736 140667188178679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
/proc/15899/statm: 2656000 667848 3150 1 0 2644926 0
[pid=15899/tid=15901] ppid=15896 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/15899/task/15901/stat : 15901 (java) S 15896 15899 4525 0 -1 1077944384 6277 0 0 0 19 2 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667192421552 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15902] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15902/stat : 15902 (java) S 15896 15899 4525 0 -1 1077944384 1216 0 0 0 23 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140667160021776 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15903] ppid=15896 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/15899/task/15903/stat : 15903 (java) S 15896 15899 4525 0 -1 1077944384 2595 0 0 0 22 6 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666798070672 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15904] ppid=15896 vsize=10624000 CPUtime=0.26 cores=1,3,5,7
/proc/15899/task/15904/stat : 15904 (java) S 15896 15899 4525 0 -1 1077944384 2310 0 0 0 21 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666797018128 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15905] ppid=15896 vsize=10624000 CPUtime=0.24 cores=1,3,5,7
/proc/15899/task/15905/stat : 15905 (java) S 15896 15899 4525 0 -1 1077944384 4874 0 0 0 19 5 0 0 20 0 16 0 128728641 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666795965584 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15906] ppid=15896 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/15899/task/15906/stat : 15906 (java) S 15896 15899 4525 0 -1 1077944384 4231 0 0 0 3 1 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666684286960 140667188189826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15907] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15907/stat : 15907 (java) S 15896 15899 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666683233248 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15908] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15908/stat : 15908 (java) S 15896 15899 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128728643 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666682180608 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15909] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15909/stat : 15909 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666681129168 140667188197275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15910] ppid=15896 vsize=10624000 CPUtime=3.77 cores=1,3,5,7
/proc/15899/task/15910/stat : 15910 (java) S 15896 15899 4525 0 -1 1077944384 7884 0 0 0 376 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666680076784 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15911] ppid=15896 vsize=10624000 CPUtime=3.71 cores=1,3,5,7
/proc/15899/task/15911/stat : 15911 (java) S 15896 15899 4525 0 -1 1077944384 6566 0 0 0 370 1 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666679024240 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15912] ppid=15896 vsize=10624000 CPUtime=1.03 cores=1,3,5,7
/proc/15899/task/15912/stat : 15912 (java) S 15896 15899 4525 0 -1 1077944384 6952 0 0 0 101 2 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666677971696 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15913] ppid=15896 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15899/task/15913/stat : 15913 (java) S 15896 15899 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128728646 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666676919392 140667188188885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15914] ppid=15896 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/15899/task/15914/stat : 15914 (java) S 15896 15899 4525 0 -1 1077944384 3599 0 0 0 20 29 0 0 20 0 16 0 128728650 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666675865904 140667188189826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
[pid=15899/tid=15915] ppid=15896 vsize=10624000 CPUtime=2509.66 cores=1,3,5,7
/proc/15899/task/15915/stat : 15915 (java) R 15896 15899 4525 0 -1 4202560 46743 0 0 0 250926 40 0 0 20 0 16 0 128728666 10878976000 667848 18446744073709551615 4194304 4196468 140724051606192 140666672676336 140666838580371 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16793600 140724051608013 140724051608142 140724051608142 140724051611599 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 10624000

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15899 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2510.42
CPU time (s): 2520.1
CPU user time (s): 2519.13
CPU system time (s): 0.973054
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.13
system time used= 0.973054
maximum resident set size= 2731924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57619
involuntary context switches= 990

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.57904 second user time and 14.9817 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-09 16:44:54
IDJOB=4264307
IDBENCH=126934
IDSOLVER=2652
FILE ID=node132/4264307-1502290756
RUNJOBID= node132-1502257024-9067
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-42.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264307-1502290756/watcher-4264307-1502290756 -o /tmp/evaluation-result-4264307-1502290756/solver-4264307-1502290756 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9067 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264307-1502290756.xml

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

MD5SUM BENCH= 577152cdcea6c8cfe7178c788ad80cb4
RANDOM SEED=882923588

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.74
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.74
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.74
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.74
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:        31078732 kB
MemAvailable:   31814436 kB
Buffers:          268796 kB
Cached:           770908 kB
SwapCached:            0 kB
Active:           805840 kB
Inactive:         453640 kB
Active(anon):     220480 kB
Inactive(anon):    40820 kB
Active(file):     585360 kB
Inactive(file):   412820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9412 kB
Writeback:             8 kB
AnonPages:        219412 kB
Mapped:            66720 kB
Shmem:             41660 kB
Slab:             133356 kB
SReclaimable:     106716 kB
SUnreclaim:        26640 kB
KernelStack:        3536 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1080064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62012 MiB
End job on node132 at 2017-08-09 17:26:44