Trace number 4257535

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-11SAT (TO)3 241.302 240.00999

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark7.0400701
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.19/0.39	
0.19/0.39	AbsCon 2 
0.19/0.39	
0.73/0.61	  Solving XCSP3-instance-4257535-1501646396 as a COP in -infty..+infty
0.73/0.61	  Loading variables...
0.73/0.64	  Loading constraints...
0.99/0.72	  Solver SolverBacktrack being built...
0.99/0.72	
0.99/0.74	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
0.99/0.74	
0.99/0.75	o 3
241.28/240.00	
241.28/240.00	v <instantiation id='sol1' type='solution' cost='3'>  <list> x[] </list>  <values> 0 1 0 2 0 1 2 1 0 0 1 1 2 0 1 1 0 2 1 0 2 3 0 1 1 0 2 1 2 0 1 1 0 2 0 1 2 0 1 2 0 1 2 0 2 3 0 1 2 0 0 2 0 1 2 1 0 2 0 1 2 0 0 2 2 1 1 1 0 2 1 2 3 1 2 3 0 1 2 0 1 2 1 2 3 0 2 3 0 1 2 0 1 2 0 1 2 1 0 2 </values>  </instantiation>
241.28/240.00	s SATISFIABLE

Verifier Data

OK	3

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-4257535-1501646396/watcher-4257535-1501646396 -o /tmp/evaluation-result-4257535-1501646396/solver-4257535-1501646396 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501638784-27505 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257535-1501646396.xml 

pid=324
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: 2.08 1.95 1.96 3/195 330
/proc/meminfo: memFree=31454176/32770624 swapFree=0/221492
[pid=330] ppid=324 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/330/stat : 330 (runsolver) D 324 330 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13259892 24240128 107 18446744073709551615 4194304 4338465 140735071941616 140735071939256 139625222587095 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 30285824 140735071948959 140735071949382 140735071949382 140735071952842 0
/proc/330/statm: 5918 107 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 2.08 1.95 1.96 3/195 330
/proc/meminfo: memFree=31454176/32770624 swapFree=0/221492
[pid=330] ppid=324 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/330/stat : 330 (runsolver) D 324 330 5131 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13259892 24240128 107 18446744073709551615 4194304 4338465 140735071941616 140735071939256 139625222587095 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 30285824 140735071948959 140735071949382 140735071949382 140735071952842 0
/proc/330/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.08 1.95 1.96 3/195 330
/proc/meminfo: memFree=31454176/32770624 swapFree=0/221492
[pid=330] ppid=324 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 4840 0 0 0 4 1 0 0 20 0 14 0 13259892 10736119808 5877 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2621123 5877 2562 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300255 s]
/proc/loadavg: 2.08 1.95 1.96 3/195 330
/proc/meminfo: memFree=31454176/32770624 swapFree=0/221492
[pid=330] ppid=324 vsize=10551180 CPUtime=0.19 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 6201 0 0 0 18 1 0 0 20 0 15 0 13259892 10804408320 7680 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2637795 7680 2868 1 0 2627269 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551180

[startup+0.70025 s]
/proc/loadavg: 2.08 1.95 1.96 3/195 330
/proc/meminfo: memFree=31454176/32770624 swapFree=0/221492
[pid=330] ppid=324 vsize=10621952 CPUtime=0.99 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 12977 0 0 0 94 5 0 0 20 0 16 0 13259892 10876878848 18137 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 18137 3058 1 0 2644422 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10621952

[startup+1.50065 s]
/proc/loadavg: 2.08 1.95 1.96 4/211 350
/proc/meminfo: memFree=31367036/32770624 swapFree=0/221496
[pid=330] ppid=324 vsize=10621952 CPUtime=2.69 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 18253 0 0 0 262 7 0 0 20 0 16 0 13259892 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 24865 3090 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.49 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 1070 0 0 0 49 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.5 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 1905 0 0 0 50 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.36 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 2112 0 0 0 36 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 13259915 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 5593 0 0 0 107 2 0 0 20 0 16 0 13259932 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116077753024 140116215520603 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 10621952

[startup+3.1006 s]
/proc/loadavg: 2.08 1.95 1.96 3/211 350
/proc/meminfo: memFree=31366280/32770624 swapFree=0/221496
[pid=330] ppid=324 vsize=10621952 CPUtime=4.29 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 18388 0 0 0 422 7 0 0 20 0 16 0 13259892 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 24865 3090 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.49 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 1087 0 0 0 49 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.5 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 1905 0 0 0 50 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.36 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 2164 0 0 0 36 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 13259915 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=2.69 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 5602 0 0 0 267 2 0 0 20 0 16 0 13259932 10876878848 24865 18446744073709551615 4194304 4196468 140732252166752 140116077765344 140116215381364 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10621952

[startup+6.3006 s]
/proc/loadavg: 2.07 1.95 1.96 3/211 350
/proc/meminfo: memFree=31365816/32770624 swapFree=0/221496
[pid=330] ppid=324 vsize=10621952 CPUtime=7.5 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 19605 0 0 0 743 7 0 0 20 0 16 0 13259892 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 24875 3094 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.49 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 1087 0 0 0 49 0 0 0 20 0 16 0 13259910 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.51 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 1991 0 0 0 51 0 0 0 20 0 16 0 13259910 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.36 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 2260 0 0 0 36 0 0 0 20 0 16 0 13259910 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 16 0 13259915 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=5.89 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 6153 0 0 0 587 2 0 0 20 0 16 0 13259932 10876878848 24875 18446744073709551615 4194304 4196468 140732252166752 140116077765528 140116215381364 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10621952

[startup+12.7006 s]
/proc/loadavg: 2.14 1.97 1.96 3/211 431
/proc/meminfo: memFree=31544032/32770624 swapFree=0/221564
[pid=330] ppid=324 vsize=10621952 CPUtime=13.93 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 21678 0 0 0 1386 7 0 0 20 0 16 0 13259892 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 25006 3095 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 25006 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0

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

/proc/meminfo: memFree=31542144/32770624 swapFree=0/221632
[pid=330] ppid=324 vsize=10621952 CPUtime=103.56 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 26155 0 0 0 10348 8 0 0 20 0 16 0 13259892 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 25012 3096 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.51 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 2330 0 0 0 51 0 0 0 20 0 16 0 13259910 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.52 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 2927 0 0 0 52 0 0 0 20 0 16 0 13259910 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.37 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 3033 0 0 0 37 0 0 0 20 0 16 0 13259910 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 583 0 0 0 0 1 0 0 20 0 16 0 13259915 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=101.89 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 9337 0 0 0 10187 2 0 0 20 0 16 0 13259932 10876878848 25012 18446744073709551615 4194304 4196468 140732252166752 140116077767384 140116215520585 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 103.56
Current children cumulated vsize (KiB) 10621952

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.96 3/211 438
/proc/meminfo: memFree=31525924/32770624 swapFree=0/221664
[pid=330] ppid=324 vsize=10621952 CPUtime=163.57 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 26522 0 0 0 16348 9 0 0 20 0 16 0 13259892 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 28759 3096 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.51 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 2339 0 0 0 51 0 0 0 20 0 16 0 13259910 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.52 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 2929 0 0 0 52 0 0 0 20 0 16 0 13259910 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.37 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 3036 0 0 0 37 0 0 0 20 0 16 0 13259910 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 610 0 0 0 1 2 0 0 20 0 16 0 13259915 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=161.88 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 9623 0 0 0 16186 2 0 0 20 0 16 0 13259932 10876878848 28759 18446744073709551615 4194304 4196468 140732252166752 140116077767416 140116215445266 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 163.57
Current children cumulated vsize (KiB) 10621952

[startup+222.306 s]
/proc/loadavg: 2.00 1.97 1.96 3/211 440
/proc/meminfo: memFree=31526212/32770624 swapFree=0/221696
[pid=330] ppid=324 vsize=10621952 CPUtime=223.58 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 26789 0 0 0 22349 9 0 0 20 0 16 0 13259892 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 28766 3096 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 455 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.51 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 2394 0 0 0 51 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.52 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 2965 0 0 0 52 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.37 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 3100 0 0 0 37 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 638 0 0 0 1 2 0 0 20 0 16 0 13259915 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=221.88 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 9677 0 0 0 22186 2 0 0 20 0 16 0 13259932 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116077765104 140116215615230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 223.58
Current children cumulated vsize (KiB) 10621952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.00 1.98 1.96 3/211 441
/proc/meminfo: memFree=31526212/32770624 swapFree=0/221708
[pid=330] ppid=324 vsize=10621952 CPUtime=241.28 cores=1,3,5,7
/proc/330/stat : 330 (java) S 324 330 5131 0 -1 1077944320 27112 0 0 0 24119 9 0 0 20 0 16 0 13259892 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140732252149296 140116593028855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
/proc/330/statm: 2655488 28766 3096 1 0 2644422 0
[pid=330/tid=334] ppid=324 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/330/task/334/stat : 334 (java) S 324 330 5131 0 -1 1077944384 6196 0 0 0 19 2 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116597271728 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=335] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/335/stat : 335 (java) S 324 330 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116534066064 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=336] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/336/stat : 336 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116533013264 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=337] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/337/stat : 337 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116531960976 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=338] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/338/stat : 338 (java) S 324 330 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13259905 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116200647696 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=339] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/339/stat : 339 (java) S 324 330 5131 0 -1 1077944384 455 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116089378928 140116593040002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=340] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/340/stat : 340 (java) S 324 330 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116088324896 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=343] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/343/stat : 343 (java) S 324 330 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13259907 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116087272560 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=344] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/344/stat : 344 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116086220880 140116593047451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=345] ppid=324 vsize=10621952 CPUtime=0.51 cores=1,3,5,7
/proc/330/task/345/stat : 345 (java) S 324 330 5131 0 -1 1077944384 2394 0 0 0 51 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116085168752 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=346] ppid=324 vsize=10621952 CPUtime=0.52 cores=1,3,5,7
/proc/330/task/346/stat : 346 (java) S 324 330 5131 0 -1 1077944384 2965 0 0 0 52 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116084115952 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=347] ppid=324 vsize=10621952 CPUtime=0.37 cores=1,3,5,7
/proc/330/task/347/stat : 347 (java) S 324 330 5131 0 -1 1077944384 3174 0 0 0 37 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116083063664 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=348] ppid=324 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/330/task/348/stat : 348 (java) S 324 330 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13259910 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116082011104 140116593039061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=349] ppid=324 vsize=10621952 CPUtime=0.04 cores=1,3,5,7
/proc/330/task/349/stat : 349 (java) S 324 330 5131 0 -1 1077944384 639 0 0 0 2 2 0 0 20 0 16 0 13259915 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116080957872 140116593040002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
[pid=330/tid=350] ppid=324 vsize=10621952 CPUtime=239.57 cores=1,3,5,7
/proc/330/task/350/stat : 350 (java) R 324 330 5131 0 -1 4202560 9925 0 0 0 23955 2 0 0 20 0 16 0 13259932 10876878848 28766 18446744073709551615 4194304 4196468 140732252166752 140116077767944 140116215520505 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732252168650 140732252168779 140732252168779 140732252172239 0
Current children cumulated CPU time (s) 241.28
Current children cumulated vsize (KiB) 10621952

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

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

Child status: 143
Real time (s): 240.01
CPU time (s): 241.302
CPU user time (s): 241.205
CPU system time (s): 0.097025
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 10621952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.205
system time used= 0.097025
maximum resident set size= 121804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27368
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= 7132
involuntary context switches= 68

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02982 second user time and 1.21297 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-02 05:45:59
IDJOB=4257535
IDBENCH=120597
IDSOLVER=2642
FILE ID=node131/4257535-1501646396
RUNJOBID= node131-1501638784-27505
PBS_JOBID= 
Free space on /tmp= 61936 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257535-1501646396/watcher-4257535-1501646396 -o /tmp/evaluation-result-4257535-1501646396/solver-4257535-1501646396 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501638784-27505 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257535-1501646396.xml

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

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=1360960607

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:        31454772 kB
MemAvailable:   31620440 kB
Buffers:          114712 kB
Cached:           332760 kB
SwapCached:            0 kB
Active:           680584 kB
Inactive:         230024 kB
Active(anon):     463428 kB
Inactive(anon):     8532 kB
Active(file):     217156 kB
Inactive(file):   221492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:            32 kB
AnonPages:        463128 kB
Mapped:            42232 kB
Shmem:              8872 kB
Slab:             110616 kB
SReclaimable:      85708 kB
SUnreclaim:        24908 kB
KernelStack:        3440 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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= 61928 MiB
End job on node131 at 2017-08-02 05:49:59