Trace number 4264243

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.1201 2516.8201

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-12.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.44	
0.28/0.44	AbsCon 2 
0.28/0.44	
0.62/0.66	  Solving XCSP3-instance-4264243-1502265957 as a CSP
0.62/0.66	  Loading variables...
0.62/0.69	  Loading constraints...
0.86/0.74	  Solver SolverBacktrack being built...
0.86/0.74	
0.86/0.77	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
0.86/0.77	

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-4264243-1502265957/watcher-4264243-1502265957 -o /tmp/evaluation-result-4264243-1502265957/solver-4264243-1502265957 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8973 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264243-1502265957.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.04 2.05 3/176 10298
/proc/meminfo: memFree=31452296/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10298/stat : 10298 (runsolver) D 10295 10298 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 28816722 24240128 105 18446744073709551615 4194304 4338465 140733840729984 140733840727624 139866587087575 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 11739136 140733840732321 140733840732746 140733840732746 140733840736202 0
/proc/10298/statm: 5918 105 52 36 0 2156 0

[startup+0.100131 s]
/proc/loadavg: 2.12 2.04 2.05 3/176 10298
/proc/meminfo: memFree=31452296/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10298/stat : 10298 (runsolver) D 10295 10298 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 28816722 24240128 105 18446744073709551615 4194304 4338465 140733840729984 140733840727624 139866587087575 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 11739136 140733840732321 140733840732746 140733840732746 140733840736202 0
/proc/10298/statm: 5918 105 52 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20027 s]
/proc/loadavg: 2.12 2.04 2.05 3/176 10298
/proc/meminfo: memFree=31452296/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 4868 0 0 0 4 1 0 0 20 0 14 0 28816722 10736119808 5905 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2621123 5905 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.381562 s]
/proc/loadavg: 2.12 2.04 2.05 3/176 10298
/proc/meminfo: memFree=31452296/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=10551180 CPUtime=0.25 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 8813 0 0 0 22 3 0 0 20 0 15 0 28816722 10804408320 9676 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2637795 9676 2898 1 0 2627261 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10551180

[startup+0.700237 s]
/proc/loadavg: 2.12 2.04 2.05 3/176 10298
/proc/meminfo: memFree=31452296/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=10621952 CPUtime=0.86 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 12488 0 0 0 81 5 0 0 20 0 16 0 28816722 10876878848 17105 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 17105 3046 1 0 2644414 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10621952

[startup+1.50069 s]
/proc/loadavg: 2.27 2.08 2.06 2/191 10359
/proc/meminfo: memFree=31378388/32770624 swapFree=0/440212
[pid=10298] ppid=10295 vsize=10621952 CPUtime=2.45 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 17681 0 0 0 238 7 0 0 20 0 16 0 28816722 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 24322 3100 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.43 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 1924 0 0 0 43 0 0 0 20 0 16 0 28816739 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 1414 0 0 0 39 0 0 0 20 0 16 0 28816739 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.33 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 1435 0 0 0 33 0 0 0 20 0 16 0 28816739 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 28816749 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=1.05 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 5327 0 0 0 102 3 0 0 20 0 16 0 28816766 10876878848 24322 18446744073709551615 4194304 4196468 140724807590256 139905803955224 139905962899953 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 10621952

[startup+3.10067 s]
/proc/loadavg: 2.27 2.08 2.06 3/211 10388
/proc/meminfo: memFree=31277032/32770624 swapFree=0/440316
[pid=10298] ppid=10295 vsize=10621952 CPUtime=4.17 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 19600 0 0 0 409 8 0 0 20 0 16 0 28816722 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 27928 3100 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.51 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 3077 0 0 0 51 0 0 0 20 0 16 0 28816739 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.41 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 1694 0 0 0 41 0 0 0 20 0 16 0 28816739 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.33 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 1543 0 0 0 33 0 0 0 20 0 16 0 28816739 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 28816749 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=2.65 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 5671 0 0 0 262 3 0 0 20 0 16 0 28816766 10876878848 27928 18446744073709551615 4194304 4196468 140724807590256 139905803952824 139905962858089 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 10621952

[startup+6.30068 s]
/proc/loadavg: 2.25 2.07 2.06 3/211 10388
/proc/meminfo: memFree=31212068/32770624 swapFree=0/440316
[pid=10298] ppid=10295 vsize=10621952 CPUtime=7.38 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 21299 0 0 0 730 8 0 0 20 0 16 0 28816722 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 35625 3104 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.51 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 3082 0 0 0 51 0 0 0 20 0 16 0 28816739 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.42 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 1700 0 0 0 42 0 0 0 20 0 16 0 28816739 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.34 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 2362 0 0 0 34 0 0 0 20 0 16 0 28816739 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 28816749 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=5.85 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 6292 0 0 0 582 3 0 0 20 0 16 0 28816766 10876878848 35625 18446744073709551615 4194304 4196468 140724807590256 139905803955080 139905962858741 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10621952

[startup+12.7007 s]
/proc/loadavg: 2.23 2.07 2.06 3/211 10388
/proc/meminfo: memFree=31080516/32770624 swapFree=0/440332
[pid=10298] ppid=10295 vsize=10621952 CPUtime=13.82 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 24316 0 0 0 1373 9 0 0 20 0 16 0 28816722 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 49530 3126 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0.01 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 71 0 0 0 1 0 0 0 20 0 16 0 28816734 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 28816734 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0.01 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 16 0 28816734 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0.01 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 16 0 28816734 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 49530 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0

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

[pid=10298] ppid=10295 vsize=10621952 CPUtime=2385.49 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 50315 0 0 0 238504 45 0 0 20 0 16 0 28816722 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 35165 3136 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 3118 0 0 0 36 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 3167 0 0 0 36 3 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 2715 0 0 0 37 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 1585 0 0 0 36 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0.37 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 4485 0 0 0 32 5 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.6 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 4769 0 0 0 59 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.46 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 3050 0 0 0 46 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 4414 0 0 0 37 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0.68 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 825 0 0 0 29 39 0 0 20 0 16 0 28816749 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=2381.16 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 14542 0 0 0 238109 7 0 0 20 0 16 0 28816766 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905803955280 139905962902081 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 2385.49
Current children cumulated vsize (KiB) 10621952

[startup+2442.3 s]
/proc/loadavg: 1.80 1.73 1.70 3/211 10555
/proc/meminfo: memFree=31189464/32770624 swapFree=0/441148
[pid=10298] ppid=10295 vsize=10621952 CPUtime=2445.54 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 51026 0 0 0 244508 46 0 0 20 0 16 0 28816722 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 35165 3136 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 3135 0 0 0 37 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 3511 0 0 0 37 3 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 2717 0 0 0 37 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 1622 0 0 0 37 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 4661 0 0 0 33 5 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.6 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 4771 0 0 0 59 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.46 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 3052 0 0 0 46 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 4416 0 0 0 37 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0.7 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 853 0 0 0 30 40 0 0 20 0 16 0 28816749 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=2441.14 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 14643 0 0 0 244107 7 0 0 20 0 16 0 28816766 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905803955280 139905962902296 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 2445.54
Current children cumulated vsize (KiB) 10621952

[startup+2502.3 s]
/proc/loadavg: 1.64 1.70 1.69 3/211 10557
/proc/meminfo: memFree=31189812/32770624 swapFree=0/441156
[pid=10298] ppid=10295 vsize=10621952 CPUtime=2505.58 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 51053 0 0 0 250511 47 0 0 20 0 16 0 28816722 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 35165 3136 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 3135 0 0 0 37 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 3511 0 0 0 37 3 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 2717 0 0 0 38 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 1622 0 0 0 38 2 0 0 20 0 16 0 28816734 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 4666 0 0 0 33 5 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.6 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 4771 0 0 0 59 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.46 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 3052 0 0 0 46 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 4416 0 0 0 37 1 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0.71 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 857 0 0 0 31 40 0 0 20 0 16 0 28816749 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=2501.13 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 14661 0 0 0 250106 7 0 0 20 0 16 0 28816766 10876878848 35165 18446744073709551615 4194304 4196468 140724807590256 139905803955280 139905962858846 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 2505.58
Current children cumulated vsize (KiB) 10621952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.8 s]
/proc/loadavg: 1.66 1.70 1.69 3/211 10557
/proc/meminfo: memFree=31189936/32770624 swapFree=0/441160
[pid=10298] ppid=10295 vsize=10621952 CPUtime=2520.09 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10295 10298 4057 0 -1 1077944320 51746 0 0 0 251962 47 0 0 20 0 16 0 28816722 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 140724807572800 139906318757623 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 11 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
/proc/10298/statm: 2655488 35166 3136 1 0 2644414 0
[pid=10298/tid=10307] ppid=10295 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10295 10298 4057 0 -1 1077944384 6206 0 0 0 19 2 0 0 20 0 16 0 28816734 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139906323000496 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10308] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10295 10298 4057 0 -1 1077944384 3159 0 0 0 38 2 0 0 20 0 16 0 28816734 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139906279656336 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10309] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10295 10298 4057 0 -1 1077944384 3555 0 0 0 37 3 0 0 20 0 16 0 28816734 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905928715024 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10310] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10295 10298 4057 0 -1 1077944384 3041 0 0 0 38 2 0 0 20 0 16 0 28816734 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905927662736 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10311] ppid=10295 vsize=10621952 CPUtime=0.4 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10295 10298 4057 0 -1 1077944384 1631 0 0 0 38 2 0 0 20 0 16 0 28816734 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905926609936 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10312] ppid=10295 vsize=10621952 CPUtime=0.39 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10295 10298 4057 0 -1 1077944384 4840 0 0 0 34 5 0 0 20 0 16 0 28816736 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905882708080 139906318768770 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10313] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10313/stat : 10313 (java) S 10295 10298 4057 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905881654048 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10314] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10314/stat : 10314 (java) S 10295 10298 4057 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 28816736 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905880601712 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10315] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10315/stat : 10315 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905879550032 139906318776219 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10316] ppid=10295 vsize=10621952 CPUtime=0.6 cores=0,2,4,6
/proc/10298/task/10316/stat : 10316 (java) S 10295 10298 4057 0 -1 1077944384 4774 0 0 0 59 1 0 0 20 0 16 0 28816739 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905878497904 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10317] ppid=10295 vsize=10621952 CPUtime=0.46 cores=0,2,4,6
/proc/10298/task/10317/stat : 10317 (java) S 10295 10298 4057 0 -1 1077944384 3054 0 0 0 46 0 0 0 20 0 16 0 28816739 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905877445104 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10318] ppid=10295 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/10298/task/10318/stat : 10318 (java) S 10295 10298 4057 0 -1 1077944384 4418 0 0 0 37 1 0 0 20 0 16 0 28816739 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905876392816 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10319] ppid=10295 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10319/stat : 10319 (java) S 10295 10298 4057 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 28816739 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905808198624 139906318767829 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10325] ppid=10295 vsize=10621952 CPUtime=0.72 cores=0,2,4,6
/proc/10298/task/10325/stat : 10325 (java) S 10295 10298 4057 0 -1 1077944384 872 0 0 0 31 41 0 0 20 0 16 0 28816749 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905807145392 139906318768770 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
[pid=10298/tid=10341] ppid=10295 vsize=10621952 CPUtime=2515.63 cores=0,2,4,6
/proc/10298/task/10341/stat : 10341 (java) R 10295 10298 4057 0 -1 4202560 14757 0 0 0 251556 7 0 0 20 0 16 0 28816766 10876878848 35166 18446744073709551615 4194304 4196468 140724807590256 139905803955392 139905962858721 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28528640 140724807598542 140724807598671 140724807598671 140724807602127 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 10621952

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 10298 sig 9
??? kill -10298 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2516.82
CPU time (s): 2520.12
CPU user time (s): 2519.64
CPU system time (s): 0.481199
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 10621952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.64
system time used= 0.481199
maximum resident set size= 225308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65518
involuntary context switches= 2102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.75394 second user time and 15.0802 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-09 09:51:55
IDJOB=4264243
IDBENCH=115865
IDSOLVER=2652
FILE ID=node125/4264243-1502265957
RUNJOBID= node125-1502257550-8973
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-12.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264243-1502265957/watcher-4264243-1502265957 -o /tmp/evaluation-result-4264243-1502265957/solver-4264243-1502265957 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502257550-8973 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264243-1502265957.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=350850948

node125.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.07
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.07
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.07
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.07
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:        31450452 kB
MemAvailable:   32014700 kB
Buffers:          192420 kB
Cached:           657108 kB
SwapCached:            0 kB
Active:           448240 kB
Inactive:         456928 kB
Active(anon):      55936 kB
Inactive(anon):    16716 kB
Active(file):     392304 kB
Inactive(file):   440212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:         55344 kB
Mapped:            36528 kB
Shmem:             17060 kB
Slab:             120032 kB
SReclaimable:      95136 kB
SUnreclaim:        24896 kB
KernelStack:        3200 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 62016 MiB
End job on node125 at 2017-08-09 10:33:51