Trace number 4264065

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) 2520.0901 2516.21

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
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 variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.20/0.38	
0.20/0.38	AbsCon 2 
0.20/0.38	
0.78/0.64	  Solving XCSP3-instance-4264065-1502296137 as a COP in -infty..+infty
0.78/0.64	  Loading variables...
1.07/0.70	  Loading constraints...
2.06/1.05	  Solver SolverBacktrack being built...
2.06/1.05	
2.75/1.22	  Preprocessing : gac=true, ccks=78672, filters=0, revisions=198 (useless=198), AC=0, removals=0, inconsistent=false
2.75/1.22	
2520.07/2516.20	
2520.07/2516.20	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-4264065-1502296137/watcher-4264065-1502296137 -o /tmp/evaluation-result-4264065-1502296137/solver-4264065-1502296137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264065-1502296137.xml 

pid=29325
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.05 1.98 1.96 2/196 29328
/proc/meminfo: memFree=31405036/32770624 swapFree=0/190376
[pid=29328] ppid=29325 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29328/stat : 29328 (runsolver) D 29325 29328 15981 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31809351 24240128 107 18446744073709551615 4194304 4338465 140721126019568 140721126017208 139774166311639 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18960384 140721126023328 140721126023754 140721126023754 140721126027210 0
/proc/29328/statm: 5918 107 54 36 0 2156 0

[startup+0.100133 s]
/proc/loadavg: 2.05 1.98 1.96 2/196 29328
/proc/meminfo: memFree=31405036/32770624 swapFree=0/190376
[pid=29328] ppid=29325 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29328/stat : 29328 (runsolver) D 29325 29328 15981 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31809351 24240128 107 18446744073709551615 4194304 4338465 140721126019568 140721126017208 139774166311639 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18960384 140721126023328 140721126023754 140721126023754 140721126027210 0
/proc/29328/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200311 s]
/proc/loadavg: 2.05 1.98 1.96 2/196 29328
/proc/meminfo: memFree=31405036/32770624 swapFree=0/190376
[pid=29328] ppid=29325 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 4663 0 0 0 4 1 0 0 20 0 14 0 31809351 10736119808 5713 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2621123 5713 2578 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.301309 s]
/proc/loadavg: 2.05 1.98 1.96 2/196 29328
/proc/meminfo: memFree=31405036/32770624 swapFree=0/190376
[pid=29328] ppid=29325 vsize=10551180 CPUtime=0.2 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 8077 0 0 0 18 2 0 0 20 0 15 0 31809351 10804408320 8971 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2638051 8971 2888 1 0 2627517 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551180

[startup+0.700243 s]
/proc/loadavg: 2.05 1.98 1.96 2/196 29328
/proc/meminfo: memFree=31405036/32770624 swapFree=0/190376
[pid=29328] ppid=29325 vsize=10621952 CPUtime=1.07 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 12969 0 0 0 102 5 0 0 20 0 16 0 31809351 10876878848 18899 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2655488 18899 3070 1 0 2644414 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10621952

[startup+1.50064 s]
/proc/loadavg: 2.05 1.98 1.96 5/212 29344
/proc/meminfo: memFree=31259432/32770624 swapFree=0/190400
[pid=29328] ppid=29325 vsize=10624000 CPUtime=3.38 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 24727 0 0 0 330 8 0 0 20 0 16 0 31809351 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 41651 3106 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=0.71 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) R 29325 29328 15981 0 -1 4202560 3810 0 0 0 71 0 0 0 20 0 16 0 31809368 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935030789081 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=0.78 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) R 29325 29328 15981 0 -1 4202560 6693 0 0 0 77 1 0 0 20 0 16 0 31809368 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934607922768 139935030764480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 3184 0 0 0 52 1 0 0 20 0 16 0 31809368 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809373 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=1.1 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 3498 0 0 0 108 2 0 0 20 0 16 0 31809389 10878976000 41651 18446744073709551615 4194304 4196468 140737266960256 139934601587264 139934687656011 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 10624000

[startup+3.10059 s]
/proc/loadavg: 2.05 1.98 1.96 3/212 29344
/proc/meminfo: memFree=31241764/32770624 swapFree=0/190400
[pid=29328] ppid=29325 vsize=10624000 CPUtime=5.45 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 25660 0 0 0 537 8 0 0 20 0 16 0 31809351 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 43776 3107 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=0.88 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 4172 0 0 0 88 0 0 0 20 0 16 0 31809368 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.06 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 6855 0 0 0 105 1 0 0 20 0 16 0 31809368 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 3216 0 0 0 54 1 0 0 20 0 16 0 31809368 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 31809373 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=2.7 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 3859 0 0 0 268 2 0 0 20 0 16 0 31809389 10878976000 43776 18446744073709551615 4194304 4196468 140737266960256 139934601585368 139934687866267 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 10624000

[startup+6.30061 s]
/proc/loadavg: 2.04 1.98 1.96 3/211 29345
/proc/meminfo: memFree=31248412/32770624 swapFree=0/190404
[pid=29328] ppid=29325 vsize=10624000 CPUtime=8.65 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 26485 0 0 0 857 8 0 0 20 0 16 0 31809351 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 41948 3111 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=0.89 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 4174 0 0 0 89 0 0 0 20 0 16 0 31809368 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.06 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 6855 0 0 0 105 1 0 0 20 0 16 0 31809368 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 3242 0 0 0 54 1 0 0 20 0 16 0 31809368 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 16 0 31809373 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=5.9 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 4080 0 0 0 588 2 0 0 20 0 16 0 31809389 10878976000 41948 18446744073709551615 4194304 4196468 140737266960256 139934601586920 139934688131099 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.04 1.98 1.96 3/211 29345
/proc/meminfo: memFree=31242944/32770624 swapFree=0/190404
[pid=29328] ppid=29325 vsize=10624000 CPUtime=15.71 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 36917 0 0 0 1561 10 0 0 20 0 16 0 31809351 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 43310 3114 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 43310 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0

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

/proc/meminfo: memFree=31241672/32770624 swapFree=0/191432
[pid=29328] ppid=29325 vsize=10624000 CPUtime=2386.14 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 75681 0 0 0 238579 35 0 0 20 0 16 0 31809351 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 48930 3121 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 856 0 0 0 1 1 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 11387 0 0 0 125 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.79 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 19983 0 0 0 176 3 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 8599 0 0 0 62 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 2520 0 0 0 18 28 0 0 20 0 16 0 31809373 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=2381.73 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 24800 0 0 0 238168 5 0 0 20 0 16 0 31809389 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934601585640 139934688453654 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 2386.14
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/211 29562
/proc/meminfo: memFree=31241636/32770624 swapFree=0/191448
[pid=29328] ppid=29325 vsize=10624000 CPUtime=2446.15 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 75826 0 0 0 244580 35 0 0 20 0 16 0 31809351 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 48930 3121 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 862 0 0 0 1 1 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 11389 0 0 0 125 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.79 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 19985 0 0 0 176 3 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 8607 0 0 0 62 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 2551 0 0 0 18 29 0 0 20 0 16 0 31809373 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=2441.72 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 24896 0 0 0 244167 5 0 0 20 0 16 0 31809389 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934601585640 139934688454812 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 2446.15
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 4/211 29564
/proc/meminfo: memFree=31241780/32770624 swapFree=0/191456
[pid=29328] ppid=29325 vsize=10624000 CPUtime=2506.16 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 76249 0 0 0 250580 36 0 0 20 0 16 0 31809351 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 48930 3121 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 868 0 0 0 1 1 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 11391 0 0 0 125 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.79 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 19987 0 0 0 176 3 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 8615 0 0 0 62 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 2582 0 0 0 19 29 0 0 20 0 16 0 31809373 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=2501.72 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 25270 0 0 0 250167 5 0 0 20 0 16 0 31809389 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934601585640 139934688335373 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 2506.16
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.2 s]
/proc/loadavg: 2.08 2.04 2.05 3/211 29565
/proc/meminfo: memFree=31241904/32770624 swapFree=0/191440
[pid=29328] ppid=29325 vsize=10624000 CPUtime=2520.07 cores=1,3,5,7
/proc/29328/stat : 29328 (java) S 29325 29328 15981 0 -1 1077944320 76254 0 0 0 251971 36 0 0 20 0 16 0 31809351 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 140737266942800 139935049244407 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
/proc/29328/statm: 2656000 48930 3121 1 0 2644926 0
[pid=29328/tid=29330] ppid=29325 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/29328/task/29330/stat : 29330 (java) S 29325 29328 15981 0 -1 1077944384 6176 0 0 0 19 2 0 0 20 0 16 0 31809363 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935053487280 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29331] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29331/stat : 29331 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935006211216 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29332] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29332/stat : 29332 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935005158416 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29333] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29333/stat : 29333 (java) S 29325 29328 15981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935004105616 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29334] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29334/stat : 29334 (java) S 29325 29328 15981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 31809364 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139935003052816 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29335] ppid=29325 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/29328/task/29335/stat : 29335 (java) S 29325 29328 15981 0 -1 1077944384 868 0 0 0 1 1 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934613199216 139935049255554 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29336] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29336/stat : 29336 (java) S 29325 29328 15981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 31809365 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934612145184 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29337] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29337/stat : 29337 (java) S 29325 29328 15981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 31809366 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934611092336 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29338] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29338/stat : 29338 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934610040656 139935049263003 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29339] ppid=29325 vsize=10624000 CPUtime=1.26 cores=1,3,5,7
/proc/29328/task/29339/stat : 29339 (java) S 29325 29328 15981 0 -1 1077944384 11391 0 0 0 125 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934608989040 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29340] ppid=29325 vsize=10624000 CPUtime=1.79 cores=1,3,5,7
/proc/29328/task/29340/stat : 29340 (java) S 29325 29328 15981 0 -1 1077944384 19987 0 0 0 176 3 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934607936240 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29341] ppid=29325 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/29328/task/29341/stat : 29341 (java) S 29325 29328 15981 0 -1 1077944384 8615 0 0 0 62 1 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934606883440 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29342] ppid=29325 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/29328/task/29342/stat : 29342 (java) S 29325 29328 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 31809368 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934605830880 139935049254613 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29343] ppid=29325 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/29328/task/29343/stat : 29343 (java) S 29325 29328 15981 0 -1 1077944384 2584 0 0 0 19 30 0 0 20 0 16 0 31809373 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934604778160 139935049255554 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
[pid=29328/tid=29344] ppid=29325 vsize=10624000 CPUtime=2515.62 cores=1,3,5,7
/proc/29328/task/29344/stat : 29344 (java) R 29325 29328 15981 0 -1 4202560 25273 0 0 0 251557 5 0 0 20 0 16 0 31809389 10878976000 48930 18446744073709551615 4194304 4196468 140737266960256 139934601585640 139934688335171 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140737266962894 140737266963023 140737266963023 140737266966479 0
Current children cumulated CPU time (s) 2520.07
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 29328 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2516.21
CPU time (s): 2520.09
CPU user time (s): 2519.72
CPU system time (s): 0.366012
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 10626172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.72
system time used= 0.366012
maximum resident set size= 202428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57174
involuntary context switches= 2377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8505 second user time and 7.87319 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-09 18:14:58
IDJOB=4264065
IDBENCH=130619
IDSOLVER=2652
FILE ID=node126/4264065-1502296137
RUNJOBID= node126-1502258241-21716
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264065-1502296137/watcher-4264065-1502296137 -o /tmp/evaluation-result-4264065-1502296137/solver-4264065-1502296137 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264065-1502296137.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=1792109082

node126.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.81
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.81
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.81
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.81
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:        31405132 kB
MemAvailable:   31780880 kB
Buffers:          224332 kB
Cached:           418100 kB
SwapCached:          528 kB
Active:           658460 kB
Inactive:         253520 kB
Active(anon):     223592 kB
Inactive(anon):    63144 kB
Active(file):     434868 kB
Inactive(file):   190376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105584 kB
Dirty:              7828 kB
Writeback:             4 kB
AnonPages:        272904 kB
Mapped:            48468 kB
Shmem:             17056 kB
Slab:             158336 kB
SReclaimable:     132680 kB
SUnreclaim:        25656 kB
KernelStack:        3712 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1272496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 62016 MiB
End job on node126 at 2017-08-09 18:56:54