Trace number 4257692

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 NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11? (TO) 243.108 240.011

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-20.xml
MD5SUMf43327d25c90fcea6a9e7ed354db6bef
Bench CategoryCOP (optimization 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 variables479
Number of constraints478
Number of domains2
Minimum domain size2
Maximum domain size400
Distribution of domain sizes[{"size":2,"count":78},{"size":400,"count":401}]
Minimum variable degree2
Maximum variable degree78
Distribution of variable degrees[{"degree":2,"count":80},{"degree":3,"count":320},{"degree":4,"count":78},{"degree":78,"count":1}]
Minimum constraint arity2
Maximum constraint arity400
Distribution of constraint arities[{"arity":2,"count":399},{"arity":3,"count":78},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.24/0.36	
0.24/0.36	AbsCon 2 
0.24/0.36	
0.82/0.62	  Solving XCSP3-instance-4257692-1501654273 as a COP in -infty..+infty
0.82/0.63	  Loading variables...
0.82/0.69	  Loading constraints...
2.39/1.11	  Solver SolverBacktrack being built...
2.39/1.11	
2.99/1.34	  Preprocessing : gac=true, ccks=115752, filters=0, revisions=234 (useless=234), AC=0, removals=0, inconsistent=false
2.99/1.34	
243.08/240.00	
243.08/240.00	s UNKNOWN

Verifier Data


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-4257692-1501654273/watcher-4257692-1501654273 -o /tmp/evaluation-result-4257692-1501654273/solver-4257692-1501654273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6626 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257692-1501654273.xml 

pid=18373
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.95 1.96 2.02 4/200 18376
/proc/meminfo: memFree=31523084/32770624 swapFree=0/330496
[pid=18376] ppid=18373 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18376/stat : 18376 (runsolver) D 18373 18376 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12933032 24240128 107 18446744073709551615 4194304 4338465 140720823784736 140720823782376 140519815013079 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 13635584 140720823791776 140720823792198 140720823792198 140720823795658 0
/proc/18376/statm: 5918 107 54 36 0 2156 0

[startup+0.100036 s]
/proc/loadavg: 1.95 1.96 2.02 4/200 18376
/proc/meminfo: memFree=31523084/32770624 swapFree=0/330496
[pid=18376] ppid=18373 vsize=8345500 CPUtime=0 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 2124 0 0 0 0 0 0 0 20 0 2 0 12933032 8545792000 2332 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2086375 2332 1159 1 0 2076353 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8345500

[startup+0.20033 s]
/proc/loadavg: 1.95 1.96 2.02 4/200 18376
/proc/meminfo: memFree=31523084/32770624 swapFree=0/330496
[pid=18376] ppid=18373 vsize=10551180 CPUtime=0.07 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 4995 0 0 0 6 1 0 0 20 0 15 0 12933032 10804408320 6496 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2637795 6496 2603 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.302221 s]
/proc/loadavg: 1.95 1.96 2.02 4/200 18376
/proc/meminfo: memFree=31523084/32770624 swapFree=0/330496
[pid=18376] ppid=18373 vsize=10551180 CPUtime=0.24 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 8728 0 0 0 22 2 0 0 20 0 15 0 12933032 10804408320 9552 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2637795 9552 2882 1 0 2627269 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551180

[startup+0.703737 s]
/proc/loadavg: 1.95 1.96 2.02 4/200 18376
/proc/meminfo: memFree=31523084/32770624 swapFree=0/330496
[pid=18376] ppid=18373 vsize=10621952 CPUtime=1.15 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 12916 0 0 0 111 4 0 0 20 0 16 0 12933032 10876878848 19149 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2655488 19149 3064 1 0 2644422 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10621952

[startup+1.50065 s]
/proc/loadavg: 1.88 1.94 2.02 6/216 18392
/proc/meminfo: memFree=31382436/32770624 swapFree=0/330512
[pid=18376] ppid=18373 vsize=10624000 CPUtime=3.42 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 28452 0 0 0 335 7 0 0 20 0 16 0 12933032 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 44852 3096 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=0.73 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 3528 0 0 0 73 0 0 0 20 0 16 0 12933046 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=0.8 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 10654 0 0 0 79 1 0 0 20 0 16 0 12933046 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 3124 0 0 0 51 0 0 0 20 0 16 0 12933046 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933051 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=1.12 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 3568 0 0 0 110 2 0 0 20 0 16 0 12933068 10878976000 44852 18446744073709551615 4194304 4196468 140731993900256 139826816821608 139826977831555 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 10624000

[startup+3.10056 s]
/proc/loadavg: 1.88 1.94 2.02 3/216 18392
/proc/meminfo: memFree=31354400/32770624 swapFree=0/330512
[pid=18376] ppid=18373 vsize=10624000 CPUtime=5.46 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 30392 0 0 0 539 7 0 0 20 0 16 0 12933032 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 45729 3098 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 4161 0 0 0 94 0 0 0 20 0 16 0 12933046 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 11023 0 0 0 99 1 0 0 20 0 16 0 12933046 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.54 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 3253 0 0 0 54 0 0 0 20 0 16 0 12933046 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 12933051 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=2.72 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 4358 0 0 0 270 2 0 0 20 0 16 0 12933068 10878976000 45729 18446744073709551615 4194304 4196468 140731993900256 139826816819608 139826975981295 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 10624000

[startup+6.30057 s]
/proc/loadavg: 1.88 1.94 2.02 3/216 18392
/proc/meminfo: memFree=31352804/32770624 swapFree=0/330524
[pid=18376] ppid=18373 vsize=10624000 CPUtime=8.66 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 32270 0 0 0 859 7 0 0 20 0 16 0 12933032 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 45748 3102 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=0.94 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 4163 0 0 0 94 0 0 0 20 0 16 0 12933046 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 11384 0 0 0 99 1 0 0 20 0 16 0 12933046 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.54 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 3255 0 0 0 54 0 0 0 20 0 16 0 12933046 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 838 0 0 0 0 0 0 0 20 0 16 0 12933051 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=5.92 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 4639 0 0 0 590 2 0 0 20 0 16 0 12933068 10878976000 45748 18446744073709551615 4194304 4196468 140731993900256 139826816818608 139826977847995 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.81 1.93 2.01 3/216 18392
/proc/meminfo: memFree=31352448/32770624 swapFree=0/330528
[pid=18376] ppid=18373 vsize=10624000 CPUtime=15.08 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 33521 0 0 0 1501 7 0 0 20 0 16 0 12933032 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 45767 3102 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 45767 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0

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

/proc/meminfo: memFree=31431152/32770624 swapFree=0/330648
[pid=18376] ppid=18373 vsize=10624000 CPUtime=105.23 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 47723 0 0 0 10512 11 0 0 20 0 16 0 12933032 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 46547 3102 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 667 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=1.27 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 9364 0 0 0 127 0 0 0 20 0 16 0 12933046 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 13299 0 0 0 114 1 0 0 20 0 16 0 12933046 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.59 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 6128 0 0 0 58 1 0 0 20 0 16 0 12933046 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 1187 0 0 0 0 2 0 0 20 0 16 0 12933051 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=101.92 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 9508 0 0 0 10189 3 0 0 20 0 16 0 12933068 10878976000 46547 18446744073709551615 4194304 4196468 140731993900256 139826816818960 139826978424978 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 105.23
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 1.96 1.93 2.00 3/216 18477
/proc/meminfo: memFree=31417688/32770624 swapFree=0/330680
[pid=18376] ppid=18373 vsize=10624000 CPUtime=165.26 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 48703 0 0 0 16515 11 0 0 20 0 16 0 12933032 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 50461 3102 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 699 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=1.28 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 9804 0 0 0 127 1 0 0 20 0 16 0 12933046 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 13305 0 0 0 114 1 0 0 20 0 16 0 12933046 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.6 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 6279 0 0 0 59 1 0 0 20 0 16 0 12933046 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 1230 0 0 0 1 3 0 0 20 0 16 0 12933051 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=161.92 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 9816 0 0 0 16189 3 0 0 20 0 16 0 12933068 10878976000 50461 18446744073709551615 4194304 4196468 140731993900256 139826816818960 139826977847288 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 165.26
Current children cumulated vsize (KiB) 10624000

[startup+222.307 s]
/proc/loadavg: 1.99 1.94 2.00 3/214 18493
/proc/meminfo: memFree=31413120/32770624 swapFree=0/330724
[pid=18376] ppid=18373 vsize=10624000 CPUtime=225.38 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 49537 0 0 0 22526 12 0 0 20 0 16 0 12933032 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 50650 3103 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 724 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=1.3 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 9846 0 0 0 129 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1.23 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 13521 0 0 0 122 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 6475 0 0 0 60 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 1253 0 0 0 2 4 0 0 20 0 16 0 12933051 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=221.93 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 10148 0 0 0 22190 3 0 0 20 0 16 0 12933068 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826816820760 139826975992704 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 225.38
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.99 1.95 2.00 3/218 18521
/proc/meminfo: memFree=31408456/32770624 swapFree=0/330764
[pid=18376] ppid=18373 vsize=10624000 CPUtime=243.08 cores=0,2,4,6
/proc/18376/stat : 18376 (java) S 18373 18376 5234 0 -1 1077944320 49545 0 0 0 24296 12 0 0 20 0 16 0 12933032 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 140731993882800 139827331755767 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
/proc/18376/statm: 2656000 50650 3103 1 0 2644934 0
[pid=18376/tid=18378] ppid=18373 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18376/task/18378/stat : 18378 (java) S 18373 18376 5234 0 -1 1077944384 6209 0 0 0 19 2 0 0 20 0 16 0 12933041 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139827335998640 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18379] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18379/stat : 18379 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139827292654736 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18380] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18380/stat : 18380 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826941582352 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18381] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18381/stat : 18381 (java) S 18373 18376 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826940529552 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18382] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18382/stat : 18382 (java) S 18373 18376 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 12933042 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826939476752 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18383] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18383/stat : 18383 (java) S 18373 18376 5234 0 -1 1077944384 724 0 0 0 0 0 0 0 20 0 16 0 12933043 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826895898992 139827331766914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18384] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18384/stat : 18384 (java) S 18373 18376 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826894844960 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18385] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18385/stat : 18385 (java) S 18373 18376 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 12933044 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826893792112 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18386] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18386/stat : 18386 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826892740432 139827331774363 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18387] ppid=18373 vsize=10624000 CPUtime=1.3 cores=0,2,4,6
/proc/18376/task/18387/stat : 18387 (java) S 18373 18376 5234 0 -1 1077944384 9852 0 0 0 129 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826891688816 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18388] ppid=18373 vsize=10624000 CPUtime=1.23 cores=0,2,4,6
/proc/18376/task/18388/stat : 18388 (java) S 18373 18376 5234 0 -1 1077944384 13521 0 0 0 122 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826890636016 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18389] ppid=18373 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/18376/task/18389/stat : 18389 (java) S 18373 18376 5234 0 -1 1077944384 6477 0 0 0 60 1 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826889583216 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18390] ppid=18373 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18376/task/18390/stat : 18390 (java) S 18373 18376 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12933046 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826821065440 139827331765973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18391] ppid=18373 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/18376/task/18391/stat : 18391 (java) S 18373 18376 5234 0 -1 1077944384 1253 0 0 0 2 4 0 0 20 0 16 0 12933051 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826820012720 139827331766914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
[pid=18376/tid=18392] ppid=18373 vsize=10624000 CPUtime=239.62 cores=0,2,4,6
/proc/18376/task/18392/stat : 18392 (java) R 18373 18376 5234 0 -1 4202560 10148 0 0 0 23959 3 0 0 20 0 16 0 12933068 10878976000 50650 18446744073709551615 4194304 4196468 140731993900256 139826816822600 139826975992744 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140731993903562 140731993903691 140731993903691 140731993907151 0
Current children cumulated CPU time (s) 243.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 18376 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.011
CPU time (s): 243.108
CPU user time (s): 242.975
CPU system time (s): 0.133077
CPU usage (%): 101.29
Max. virtual memory (cumulated for all children) (KiB): 10626256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.975
system time used= 0.133077
maximum resident set size= 211336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7732
involuntary context switches= 93

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01644 second user time and 1.42544 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 07:57:12
IDJOB=4257692
IDBENCH=130617
IDSOLVER=2642
FILE ID=node134/4257692-1501654273
RUNJOBID= node134-1501642909-6626
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-20.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257692-1501654273/watcher-4257692-1501654273 -o /tmp/evaluation-result-4257692-1501654273/solver-4257692-1501654273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501642909-6626 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257692-1501654273.xml

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

MD5SUM BENCH= f43327d25c90fcea6a9e7ed354db6bef
RANDOM SEED=1597310315

node134.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.43
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.43
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.43
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.43
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:        31523388 kB
MemAvailable:   31814564 kB
Buffers:          124456 kB
Cached:           445716 kB
SwapCached:            0 kB
Active:           496008 kB
Inactive:         337148 kB
Active(anon):     265448 kB
Inactive(anon):     6652 kB
Active(file):     230560 kB
Inactive(file):   330496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7936 kB
Writeback:             4 kB
AnonPages:        262232 kB
Mapped:            42120 kB
Shmem:              8892 kB
Slab:             117340 kB
SReclaimable:      91908 kB
SUnreclaim:        25432 kB
KernelStack:        3536 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-02 08:01:12