Trace number 4256526

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
OscaR - Hybrid 2017-07-26SAT (TO)715 248.097 240.024

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark713
Best CPU time to get the best result obtained on this benchmark248.217
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.29/0.45	c version: 2017-07-26
0.29/0.45	c seed: 610687950
0.29/0.45	c timeout: 264
0.29/0.45	c memlimit: 11000
0.29/0.45	c nbcore: 4
0.29/0.47	c Parsing instance...
6.10/2.54	c Parsing done, starting first complete search...
7.32/2.90	o 1000
10.11/5.34	c First complete search done, starting ALNS search...
17.29/11.34	o 999
35.50/28.99	o 997
35.60/29.03	o 996
40.53/33.89	o 821
40.68/33.99	o 820
41.58/34.75	o 817
42.28/35.42	o 796
43.91/37.04	o 793
44.32/37.40	o 792
44.62/37.70	o 759
53.78/46.84	o 758
56.19/49.25	o 757
56.50/49.59	o 737
61.11/54.13	o 726
76.49/69.47	o 725
85.61/78.53	o 724
85.81/78.77	o 723
86.01/78.96	o 722
155.32/148.06	o 721
159.93/152.63	o 720
170.50/163.13	o 719
170.80/163.41	o 718
177.07/169.62	o 717
183.24/175.74	o 716
186.04/178.57	o 715
192.71/185.14	c ALNS done, starting second complete search
192.71/185.14	c Best operator: FullRelax_WeightDeg(Min) with improvement of: 175
248.06/240.00	s SATISFIABLE
248.06/240.00	v <instantiation>
248.06/240.00	v 	<list>
248.06/240.00	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
248.06/240.00	v 	</list>
248.06/240.00	v 	<values>
248.06/240.00	v 		0 1 3 7 41 77 136 244 258 283 399 414 508 519 539 592 604 622 646 667 683 693 702 710 715 
248.06/240.00	v 	</values>
248.06/240.00	v </instantiation>

Verifier Data

OK	715

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-4256526-1501630371/watcher-4256526-1501630371 -o /tmp/evaluation-result-4256526-1501630371/solver-4256526-1501630371 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 610687950 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256526-1501630371.xml 

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

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.43 1.41 1.50 2/194 19530
/proc/meminfo: memFree=31618012/32770624 swapFree=0/202496
[pid=19530] ppid=19527 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19530/stat : 19530 (runsolver) D 19527 19530 5131 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11657431 24240128 108 18446744073709551615 4194304 4338465 140731594919760 140731594917400 140543336121047 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 21991424 140731594924139 140731594924614 140731594924614 140731594928074 0
/proc/19530/statm: 5918 108 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.43 1.41 1.50 2/194 19530
/proc/meminfo: memFree=31618012/32770624 swapFree=0/202496
[pid=19530] ppid=19527 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19530/stat : 19530 (runsolver) D 19527 19530 5131 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11657431 24240128 108 18446744073709551615 4194304 4338465 140731594919760 140731594917400 140543336121047 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 21991424 140731594924139 140731594924614 140731594924614 140731594928074 0
/proc/19530/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200317 s]
/proc/loadavg: 1.43 1.41 1.50 2/194 19530
/proc/meminfo: memFree=31618012/32770624 swapFree=0/202496
[pid=19530] ppid=19527 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 4621 0 0 0 4 1 0 0 20 0 14 0 11657431 14240239616 5167 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3476621 5167 2581 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300329 s]
/proc/loadavg: 1.43 1.41 1.50 2/194 19530
/proc/meminfo: memFree=31618012/32770624 swapFree=0/202496
[pid=19530] ppid=19527 vsize=13976944 CPUtime=0.11 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 9063 0 0 0 9 2 0 0 20 0 15 0 11657431 14312390656 8824 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3494236 8824 3377 1 0 3483023 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13976944

[startup+0.700941 s]
/proc/loadavg: 1.43 1.41 1.50 2/194 19530
/proc/meminfo: memFree=31618012/32770624 swapFree=0/202496
[pid=19530] ppid=19527 vsize=13975940 CPUtime=0.95 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 13241 0 0 0 90 5 0 0 20 0 15 0 11657431 14311362560 21082 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3493985 21082 3716 1 0 3482767 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13975940

[startup+1.50063 s]
/proc/loadavg: 1.43 1.41 1.50 5/209 19545
/proc/meminfo: memFree=31401492/32770624 swapFree=0/202508
[pid=19530] ppid=19527 vsize=13977988 CPUtime=3.34 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 16819 0 0 0 321 13 0 0 20 0 15 0 11657431 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3494497 64363 3769 1 0 3483279 0
[pid=19530/tid=19532] ppid=19527 vsize=13977988 CPUtime=1.22 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 9969 0 0 0 117 5 0 0 20 0 15 0 11657442 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140667455451824 140667435296094 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13977988 CPUtime=0.06 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 144 0 0 0 4 2 0 0 20 0 15 0 11657443 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13977988 CPUtime=0.03 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 59 0 0 0 2 1 0 0 20 0 15 0 11657443 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13977988 CPUtime=0.03 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 67 0 0 0 2 1 0 0 20 0 15 0 11657443 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 45 0 0 0 3 1 0 0 20 0 15 0 11657443 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 11657444 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657444 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666928087840 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657445 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666927035504 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13977988 CPUtime=0.81 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) R 19527 19530 5131 0 -1 4202560 2224 0 0 0 81 0 0 0 20 0 15 0 11657447 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666924919376 140667430455589 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13977988 CPUtime=0.77 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) R 19527 19530 5131 0 -1 4202560 1851 0 0 0 77 0 0 0 20 0 15 0 11657447 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666923865680 140667434626400 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 1008 0 0 0 32 0 0 0 20 0 15 0 11657447 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657457 14313459712 64363 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 13977988

[startup+3.10065 s]
/proc/loadavg: 1.43 1.41 1.50 6/209 19545
/proc/meminfo: memFree=31108024/32770624 swapFree=0/202508
[pid=19530] ppid=19527 vsize=13982084 CPUtime=7.75 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 25718 0 0 0 751 24 0 0 20 0 15 0 11657431 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 111835 3794 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=2.75 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 12886 0 0 0 266 9 0 0 20 0 15 0 11657442 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140667455450432 140667049272927 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.1 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 249 0 0 0 7 3 0 0 20 0 15 0 11657443 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 116 0 0 0 6 2 0 0 20 0 15 0 11657443 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 89 0 0 0 5 2 0 0 20 0 15 0 11657443 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 122 0 0 0 6 2 0 0 20 0 15 0 11657443 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 3875 0 0 0 199 1 0 0 20 0 15 0 11657447 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=1.9 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 5131 0 -1 1077944384 3051 0 0 0 190 0 0 0 20 0 15 0 11657447 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 3752 0 0 0 67 1 0 0 20 0 15 0 11657447 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657457 14317654016 111835 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 13982084

[startup+6.3007 s]
/proc/loadavg: 1.47 1.42 1.51 5/209 19545
/proc/meminfo: memFree=30790616/32770624 swapFree=0/202516
[pid=19530] ppid=19527 vsize=13982084 CPUtime=11.63 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 34058 0 0 0 1135 28 0 0 20 0 15 0 11657431 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 158901 3798 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=5.95 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 15871 0 0 0 583 12 0 0 20 0 15 0 11657442 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140667455450032 140667049229612 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.1 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 249 0 0 0 7 3 0 0 20 0 15 0 11657443 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 116 0 0 0 6 2 0 0 20 0 15 0 11657443 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 89 0 0 0 5 2 0 0 20 0 15 0 11657443 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 122 0 0 0 6 2 0 0 20 0 15 0 11657443 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=2.31 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 6937 0 0 0 230 1 0 0 20 0 15 0 11657447 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=2.18 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) R 19527 19530 5131 0 -1 1077944384 3993 0 0 0 218 0 0 0 20 0 15 0 11657447 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 4477 0 0 0 77 1 0 0 20 0 15 0 11657447 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 585 0 0 0 0 0 0 0 20 0 15 0 11657457 14317654016 158901 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 13982084

[startup+12.7008 s]
/proc/loadavg: 1.52 1.43 1.51 3/209 19545
/proc/meminfo: memFree=30002340/32770624 swapFree=0/202524
[pid=19530] ppid=19527 vsize=13982084 CPUtime=18.81 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 38923 0 0 0 1835 46 0 0 20 0 15 0 11657431 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 307823 3800 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=12.25 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 16976 0 0 0 1205 20 0 0 20 0 15 0 11657442 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140667455449888 140667050011981 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 371 0 0 0 13 5 0 0 20 0 15 0 11657443 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.15 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 220 0 0 0 11 4 0 0 20 0 15 0 11657443 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 401 0 0 0 10 4 0 0 20 0 15 0 11657443 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.15 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 1094 0 0 0 11 4 0 0 20 0 15 0 11657443 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 1147 0 0 0 1 0 0 0 20 0 15 0 11657444 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 307823 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0

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

/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 874461 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 613 0 0 0 1 1 0 0 20 0 15 0 11657457 14317654016 874461 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 58.1
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.57 1.47 1.51 3/209 19554
/proc/meminfo: memFree=27459248/32770624 swapFree=0/202620
[pid=19530] ppid=19527 vsize=13982084 CPUtime=109.46 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 63464 0 0 0 10853 93 0 0 20 0 15 0 11657431 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 931951 3801 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=101.77 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 30667 0 0 0 10117 60 0 0 20 0 15 0 11657442 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140667455452928 140667049462673 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.25 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 474 0 0 0 19 6 0 0 20 0 15 0 11657443 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 437 0 0 0 17 5 0 0 20 0 15 0 11657443 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.21 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 1352 0 0 0 16 5 0 0 20 0 15 0 11657443 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 2108 0 0 0 17 5 0 0 20 0 15 0 11657443 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 2336 0 0 0 2 0 0 0 20 0 15 0 11657444 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=2.97 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 10351 0 0 0 295 2 0 0 20 0 15 0 11657447 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=2.65 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 5131 0 -1 1077944384 5160 0 0 0 264 1 0 0 20 0 15 0 11657447 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=1 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 8461 0 0 0 98 2 0 0 20 0 15 0 11657447 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 723 0 0 0 2 3 0 0 20 0 15 0 11657457 14317654016 931951 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 109.46
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.68 1.52 1.52 3/209 19556
/proc/meminfo: memFree=27587884/32770624 swapFree=0/202676
[pid=19530] ppid=19527 vsize=13982084 CPUtime=169.7 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 73571 0 0 0 16873 97 0 0 20 0 15 0 11657431 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 895075 3801 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=161.72 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 35211 0 0 0 16112 60 0 0 20 0 15 0 11657442 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140667455453072 140667044352213 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.28 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 506 0 0 0 22 6 0 0 20 0 15 0 11657443 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.25 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 909 0 0 0 20 5 0 0 20 0 15 0 11657443 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.25 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 1928 0 0 0 19 6 0 0 20 0 15 0 11657443 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.25 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 2182 0 0 0 20 5 0 0 20 0 15 0 11657443 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 2600 0 0 0 3 0 0 0 20 0 15 0 11657444 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=3.02 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 11608 0 0 0 300 2 0 0 20 0 15 0 11657447 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=2.7 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 5131 0 -1 1077944384 7560 0 0 0 269 1 0 0 20 0 15 0 11657447 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=1.01 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 8894 0 0 0 99 2 0 0 20 0 15 0 11657447 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 778 0 0 0 2 5 0 0 20 0 15 0 11657457 14317654016 895075 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 169.7
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.56 1.50 1.51 3/209 19558
/proc/meminfo: memFree=27719336/32770624 swapFree=0/202724
[pid=19530] ppid=19527 vsize=13982084 CPUtime=230.29 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 84686 0 0 0 22927 102 0 0 20 0 15 0 11657431 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 859834 3801 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=221.61 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 38619 0 0 0 22100 61 0 0 20 0 15 0 11657442 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140667455453744 140667049810421 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.38 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 1027 0 0 0 31 7 0 0 20 0 15 0 11657443 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.34 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 1018 0 0 0 28 6 0 0 20 0 15 0 11657443 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.33 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 2033 0 0 0 27 6 0 0 20 0 15 0 11657443 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.35 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 2659 0 0 0 29 6 0 0 20 0 15 0 11657443 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 2824 0 0 0 4 1 0 0 20 0 15 0 11657444 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=3.13 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 14042 0 0 0 311 2 0 0 20 0 15 0 11657447 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=2.86 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 5131 0 -1 1077944384 10591 0 0 0 285 1 0 0 20 0 15 0 11657447 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=1.02 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 9662 0 0 0 100 2 0 0 20 0 15 0 11657447 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 802 0 0 0 4 7 0 0 20 0 15 0 11657457 14317654016 859834 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.48 1.49 1.51 2/195 19621
/proc/meminfo: memFree=28423688/32770624 swapFree=0/202984
[pid=19530] ppid=19527 vsize=13982084 CPUtime=248.06 cores=1,3,5,7
/proc/19530/stat : 19530 (java) S 19527 19530 5131 0 -1 1077944320 87454 0 0 0 24703 103 0 0 20 0 15 0 11657431 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140727187560176 140667451215607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
/proc/19530/statm: 3495521 852394 3801 1 0 3484303 0
[pid=19530/tid=19532] ppid=19527 vsize=13982084 CPUtime=239.27 cores=1,3,5,7
/proc/19530/task/19532/stat : 19532 (java) R 19527 19530 5131 0 -1 4202560 40176 0 0 0 23866 61 0 0 20 0 15 0 11657442 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140667455453632 140667050282152 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19533] ppid=19527 vsize=13982084 CPUtime=0.4 cores=1,3,5,7
/proc/19530/task/19533/stat : 19533 (java) S 19527 19530 5131 0 -1 1077944384 1278 0 0 0 33 7 0 0 20 0 15 0 11657443 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140667370630032 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19534] ppid=19527 vsize=13982084 CPUtime=0.36 cores=1,3,5,7
/proc/19530/task/19534/stat : 19534 (java) S 19527 19530 5131 0 -1 1077944384 1043 0 0 0 30 6 0 0 20 0 15 0 11657443 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140667369577232 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19535] ppid=19527 vsize=13982084 CPUtime=0.36 cores=1,3,5,7
/proc/19530/task/19535/stat : 19535 (java) S 19527 19530 5131 0 -1 1077944384 2637 0 0 0 30 6 0 0 20 0 15 0 11657443 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140667368524944 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19536] ppid=19527 vsize=13982084 CPUtime=0.37 cores=1,3,5,7
/proc/19530/task/19536/stat : 19536 (java) S 19527 19530 5131 0 -1 1077944384 2714 0 0 0 31 6 0 0 20 0 15 0 11657443 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140667367472144 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19537] ppid=19527 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/19530/task/19537/stat : 19537 (java) S 19527 19530 5131 0 -1 1077944384 3072 0 0 0 5 1 0 0 20 0 15 0 11657444 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666929141872 140667451226754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19538] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19538/stat : 19538 (java) S 19527 19530 5131 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11657444 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666928087904 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19539] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19539/stat : 19539 (java) S 19527 19530 5131 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11657445 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666927035520 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19540] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19540/stat : 19540 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666925983824 140667451234203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19541] ppid=19527 vsize=13982084 CPUtime=3.13 cores=1,3,5,7
/proc/19530/task/19541/stat : 19541 (java) S 19527 19530 5131 0 -1 1077944384 14044 0 0 0 311 2 0 0 20 0 15 0 11657447 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666924931696 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19542] ppid=19527 vsize=13982084 CPUtime=2.86 cores=1,3,5,7
/proc/19530/task/19542/stat : 19542 (java) S 19527 19530 5131 0 -1 1077944384 10593 0 0 0 285 1 0 0 20 0 15 0 11657447 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666923878896 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19543] ppid=19527 vsize=13982084 CPUtime=1.02 cores=1,3,5,7
/proc/19530/task/19543/stat : 19543 (java) S 19527 19530 5131 0 -1 1077944384 9664 0 0 0 100 2 0 0 20 0 15 0 11657447 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666922826608 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19544] ppid=19527 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/19530/task/19544/stat : 19544 (java) S 19527 19530 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657447 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666921774048 140667451225813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
[pid=19530/tid=19545] ppid=19527 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/19530/task/19545/stat : 19545 (java) S 19527 19530 5131 0 -1 1077944384 824 0 0 0 5 7 0 0 20 0 15 0 11657457 14317654016 852394 18446744073709551615 4194304 4196468 140727187577632 140666920720816 140667451226754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26230784 140727187579286 140727187579467 140727187579467 140727187582927 0
Current children cumulated CPU time (s) 248.06
Current children cumulated vsize (KiB) 13982084

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

Child status: 143
Real time (s): 240.024
CPU time (s): 248.097
CPU user time (s): 247.048
CPU system time (s): 1.0489
CPU usage (%): 103.363
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.048
system time used= 1.0489
maximum resident set size= 3826776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88463
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= 10318
involuntary context switches= 163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.09334 second user time and 1.54699 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-02 01:18:55
IDJOB=4256526
IDBENCH=126239
IDSOLVER=2640
FILE ID=node131/4256526-1501630371
RUNJOBID= node131-1501623034-14465
PBS_JOBID= 
Free space on /tmp= 61900 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-a4.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256526-1501630371/watcher-4256526-1501630371 -o /tmp/evaluation-result-4256526-1501630371/solver-4256526-1501630371 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 610687950 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256526-1501630371.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=610687950

node131.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	: 5334.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31618572 kB
MemAvailable:   31819916 kB
Buffers:          102012 kB
Cached:           381824 kB
SwapCached:            0 kB
Active:           537244 kB
Inactive:         211028 kB
Active(anon):     264944 kB
Inactive(anon):     8532 kB
Active(file):     272300 kB
Inactive(file):   202496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44140 kB
Writeback:            56 kB
AnonPages:        248188 kB
Mapped:            44368 kB
Shmem:              8872 kB
Slab:             110596 kB
SReclaimable:      84764 kB
SUnreclaim:        25832 kB
KernelStack:        3392 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1246388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61860 MiB
End job on node131 at 2017-08-02 01:22:55