Trace number 4312226

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 - Conflict Ordering with restarts 2018-08-17? (TO) 252.095 245.429

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark252.036
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.44/0.55	c version: 2018-08-17
0.44/0.73	c seed: 1189517048
0.44/0.73	c timeout: 252
0.44/0.73	c memlimit: 11000
0.44/0.73	c nbcore: 1
0.44/0.73	c Parsing instance...
6.75/2.64	c Parsing done, starting search...
252.06/245.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10678 MiB free)
  memory of node 1: 16384 MiB (12099 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312226-1534568957/watcher-4312226-1534568957 -o /tmp/evaluation-result-4312226-1534568957/solver-4312226-1534568957 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1189517048 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312226-1534568957.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1914, runsolver pid=1909
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 1.32 1.15 1.29 3/215 1929
/proc/meminfo: memFree=23304252/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14082736 memory=31964 CPUtime=0.12 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 6386 0 0 0 11 1 0 0 20 0 15 0 274458888 14420721664 7991 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3520684 7991 3154 1 0 3482761 0
[pid=1914/tid=1916] ppid=1909 vsize=14082736 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 4440 0 0 0 8 1 0 0 20 0 15 0 274458888 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204671946128 140204650918529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14082736 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204006933280 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204005880944 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0.01 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 7991 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31964 KiB

[startup+0.210668 s]*
/proc/loadavg: 1.32 1.15 1.29 6/215 1929
/proc/meminfo: memFree=23289244/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14082736 memory=48040 CPUtime=0.3 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 10054 0 0 0 28 2 0 0 20 0 15 0 274458888 14420721664 12010 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3520684 12010 3400 1 0 3482761 0
[pid=1914/tid=1916] ppid=1909 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 7766 0 0 0 18 1 0 0 20 0 15 0 274458888 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204671960688 140204667753629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14082736 memory=4051181656418707104 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204006933280 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204005880944 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) R 1909 1914 30888 0 -1 4202560 412 0 0 0 2 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204003777136 140204651118287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) R 1909 1914 30888 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0.05 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) R 1909 1914 30888 0 -1 4202560 298 0 0 0 5 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204001669024 140204651353265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12010 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48040 KiB

[startup+0.310564 s]*
/proc/loadavg: 1.32 1.15 1.29 3/215 1929
/proc/meminfo: memFree=23266132/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14082736 memory=51372 CPUtime=0.44 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 10422 0 0 0 42 2 0 0 20 0 15 0 274458888 14420721664 12843 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3520684 12843 3403 1 0 3482761 0
[pid=1914/tid=1916] ppid=1909 vsize=14082736 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 8101 0 0 0 28 2 0 0 20 0 15 0 274458888 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204671941056 140204652897260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14082736 memory=139708374025679 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14082736 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458889 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14082736 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14082736 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204006933280 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14082736 memory=58084 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274458891 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204005880944 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14082736 memory=279416748060576 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 425 0 0 0 3 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14082736 memory=139708374032655 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14082736 memory=139708531631858 CPUtime=0.08 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 308 0 0 0 8 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14082736 memory=139708374037231 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14082736 memory=279416905559048 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458894 14420721664 12843 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51372 KiB

[startup+0.826624 s]*
/proc/loadavg: 1.32 1.15 1.29 8/215 1929
/proc/meminfo: memFree=23225928/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14086852 memory=113252 CPUtime=1.41 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 18029 0 0 0 135 6 0 0 20 0 15 0 274458888 14424936448 28313 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3521713 28313 3521 1 0 3483785 0
[pid=1914/tid=1916] ppid=1909 vsize=14086852 memory=7022364594140610616 CPUtime=0.81 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 1077944384 14759 0 0 0 76 5 0 0 20 0 15 0 274458888 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204671965568 140204667741909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14086852 memory=365 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14086852 memory=4051181656418707104 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274458889 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14086852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458889 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14086852 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274458891 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14086852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274458891 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204006933280 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274458891 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204005880944 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14086852 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) R 1909 1914 30888 0 -1 4202560 662 0 0 0 17 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204003763808 140204652613362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14086852 memory=-1 CPUtime=0.18 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) R 1909 1914 30888 0 -1 4202560 740 0 0 0 18 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204002705352 140204651217771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14086852 memory=139708531631744 CPUtime=0.22 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 539 0 0 0 22 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204001671232 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14086852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14086852 memory=139708531631744 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274458894 14424936448 28379 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 113252 KiB

[startup+1.51067 s]
/proc/loadavg: 1.32 1.15 1.29 6/215 1929
/proc/meminfo: memFree=23101320/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14086852 memory=238144 CPUtime=3.61 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 26209 0 0 0 351 10 0 0 20 0 15 0 274458888 14424936448 59536 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3521713 59536 3572 1 0 3483785 0
[pid=1914/tid=1916] ppid=1909 vsize=14086852 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 15916 0 0 0 138 6 0 0 20 0 15 0 274458888 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204671967312 140204262962720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 274458889 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14086852 memory=6442213897932398944 CPUtime=0.01 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 15 0 274458889 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14086852 memory=279416748292576 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 274458889 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14086852 memory=288230596050944315 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 284 0 0 0 2 0 0 0 20 0 15 0 274458889 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14086852 memory=14413730679097286 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 274458891 14424936448 59536 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0

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

/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 28776 0 0 0 10178 20 0 0 20 0 15 0 274458888 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204671969600 140204268250552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14090948 memory=1242548 CPUtime=0.21 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 937 0 0 0 18 3 0 0 20 0 15 0 274458889 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14090948 memory=5204 CPUtime=0.21 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 2970 0 0 0 17 4 0 0 20 0 15 0 274458889 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14090948 memory=1242548 CPUtime=0.2 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 1899 0 0 0 16 4 0 0 20 0 15 0 274458889 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14090948 memory=1242548 CPUtime=0.23 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 1209 0 0 0 18 5 0 0 20 0 15 0 274458889 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14090948 memory=2076 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 1785 0 0 0 2 0 0 0 20 0 15 0 274458891 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14090948 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204006933344 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14090948 memory=1242548 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204005880960 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14090948 memory=9004 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14090948 memory=1432 CPUtime=2.41 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 7387 0 0 0 240 1 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14090948 memory=816 CPUtime=2.43 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 6705 0 0 0 242 1 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14090948 memory=1242548 CPUtime=0.87 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 5915 0 0 0 86 1 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14090948 memory=1241636 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14090948 memory=8112282956445269571 CPUtime=0.05 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 174 0 0 0 2 3 0 0 20 0 15 0 274458894 14429130752 310637 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 108.71 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1242548 KiB

[startup+162.301 s]
/proc/loadavg: 1.49 1.33 1.33 3/216 1939
/proc/meminfo: memFree=22090888/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14090948 memory=1243808 CPUtime=168.81 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 62906 0 0 0 16833 48 0 0 20 0 15 0 274458888 14429130752 310952 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3522737 310952 3601 1 0 3484809 0
[pid=1914/tid=1916] ppid=1909 vsize=14090948 memory=1243808 CPUtime=161.95 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 31131 0 0 0 16175 20 0 0 20 0 15 0 274458888 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204671969680 140204268244285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.22 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1001 0 0 0 19 3 0 0 20 0 15 0 274458889 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.23 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 3071 0 0 0 19 4 0 0 20 0 15 0 274458889 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.22 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 2712 0 0 0 18 4 0 0 20 0 15 0 274458889 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.25 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 1309 0 0 0 20 5 0 0 20 0 15 0 274458889 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 2026 0 0 0 2 0 0 0 20 0 15 0 274458891 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204006933344 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204005880960 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14090948 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14090948 memory=1328 CPUtime=2.41 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 7391 0 0 0 240 1 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14090948 memory=1244364 CPUtime=2.43 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 6708 0 0 0 242 1 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14090948 memory=3544 CPUtime=0.87 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 5923 0 0 0 86 1 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14090948 memory=1243808 CPUtime=0.1 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 202 0 0 0 4 6 0 0 20 0 15 0 274458894 14429130752 310952 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 168.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1243808 KiB

[startup+222.301 s]
/proc/loadavg: 1.72 1.42 1.36 3/216 2020
/proc/meminfo: memFree=21145436/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14090948 memory=1250820 CPUtime=228.9 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 65475 0 0 0 22840 50 0 0 20 0 15 0 274458888 14429130752 312705 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3522737 312705 3601 1 0 3484809 0
[pid=1914/tid=1916] ppid=1909 vsize=14090948 memory=1250820 CPUtime=221.93 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 32404 0 0 0 22172 21 0 0 20 0 15 0 274458888 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204671969840 140204268563573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0.24 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1622 0 0 0 21 3 0 0 20 0 15 0 274458889 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0.25 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 3295 0 0 0 21 4 0 0 20 0 15 0 274458889 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14090948 memory=1249796 CPUtime=0.23 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 2730 0 0 0 19 4 0 0 20 0 15 0 274458889 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0.26 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 1462 0 0 0 21 5 0 0 20 0 15 0 274458889 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0.02 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 2270 0 0 0 2 0 0 0 20 0 15 0 274458891 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204006933344 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204005880960 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14090948 memory=1250820 CPUtime=2.41 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 7394 0 0 0 240 1 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14090948 memory=3544 CPUtime=2.43 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 6710 0 0 0 242 1 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14090948 memory=6712 CPUtime=0.88 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 5927 0 0 0 87 1 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14090948 memory=1250820 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14090948 memory=3544 CPUtime=0.14 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 229 0 0 0 6 8 0 0 20 0 15 0 274458894 14429130752 312705 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 228.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1250820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.401 s]*
/proc/loadavg: 1.76 1.45 1.37 3/216 2021
/proc/meminfo: memFree=21204364/32770624 swapFree=67059156/67108860
[pid=1914] ppid=1909 vsize=14090948 memory=1253936 CPUtime=252.06 cores=0,2,4,6
/proc/1914/stat : 1914 (java) S 1909 1914 30888 0 -1 1077944320 65995 0 0 0 25154 52 0 0 20 0 15 0 274458888 14429130752 313484 33554432000 4194304 4196468 140727858085376 140727858067920 140204667731703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
/proc/1914/statm: 3522737 313484 3601 1 0 3484809 0
[pid=1914/tid=1916] ppid=1909 vsize=14090948 memory=6935054825532540783 CPUtime=245.03 cores=0,2,4,6
/proc/1914/task/1916/stat : 1916 (java) R 1909 1914 30888 0 -1 4202560 32789 0 0 0 24482 21 0 0 20 0 15 0 274458888 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204671969840 140204268218743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1917] ppid=1909 vsize=14090948 memory=4126316290023845779 CPUtime=0.26 cores=0,2,4,6
/proc/1914/task/1917/stat : 1917 (java) S 1909 1914 30888 0 -1 1077944384 1629 0 0 0 22 4 0 0 20 0 15 0 274458889 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204582800272 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1918] ppid=1909 vsize=14090948 memory=-8412656567318647667 CPUtime=0.26 cores=0,2,4,6
/proc/1914/task/1918/stat : 1918 (java) S 1909 1914 30888 0 -1 1077944384 3310 0 0 0 22 4 0 0 20 0 15 0 274458889 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204581747472 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1919] ppid=1909 vsize=14090948 memory=-8341965534556230502 CPUtime=0.25 cores=0,2,4,6
/proc/1914/task/1919/stat : 1919 (java) S 1909 1914 30888 0 -1 1077944384 2793 0 0 0 20 5 0 0 20 0 15 0 274458889 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204580695184 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1920] ppid=1909 vsize=14090948 memory=9047017150487036571 CPUtime=0.27 cores=0,2,4,6
/proc/1914/task/1920/stat : 1920 (java) S 1909 1914 30888 0 -1 1077944384 1506 0 0 0 22 5 0 0 20 0 15 0 274458889 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204579642384 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1921] ppid=1909 vsize=14090948 memory=1408 CPUtime=0.03 cores=0,2,4,6
/proc/1914/task/1921/stat : 1921 (java) S 1909 1914 30888 0 -1 1077944384 2274 0 0 0 3 0 0 0 20 0 15 0 274458891 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204007987312 140204667742850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1922] ppid=1909 vsize=14090948 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1922/stat : 1922 (java) S 1909 1914 30888 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204006933344 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1923] ppid=1909 vsize=14090948 memory=1058116 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1923/stat : 1923 (java) S 1909 1914 30888 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274458891 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204005880960 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1924] ppid=1909 vsize=14090948 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1924/stat : 1924 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204004829264 140204667750299 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1925] ppid=1909 vsize=14090948 memory=2076 CPUtime=2.41 cores=0,2,4,6
/proc/1914/task/1925/stat : 1925 (java) S 1909 1914 30888 0 -1 1077944384 7394 0 0 0 240 1 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204003777136 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1926] ppid=1909 vsize=14090948 memory=1840 CPUtime=2.43 cores=0,2,4,6
/proc/1914/task/1926/stat : 1926 (java) S 1909 1914 30888 0 -1 1077944384 6710 0 0 0 242 1 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204002724336 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1927] ppid=1909 vsize=14090948 memory=7904 CPUtime=0.88 cores=0,2,4,6
/proc/1914/task/1927/stat : 1927 (java) S 1909 1914 30888 0 -1 1077944384 5927 0 0 0 87 1 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204001672048 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1928] ppid=1909 vsize=14090948 memory=800 CPUtime=0 cores=0,2,4,6
/proc/1914/task/1928/stat : 1928 (java) S 1909 1914 30888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140204000619488 140204667741909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
[pid=1914/tid=1929] ppid=1909 vsize=14090948 memory=1800 CPUtime=0.16 cores=0,2,4,6
/proc/1914/task/1929/stat : 1929 (java) S 1909 1914 30888 0 -1 1077944384 231 0 0 0 7 9 0 0 20 0 15 0 274458894 14429130752 313484 33554432000 4194304 4196468 140727858085376 140203999566256 140204667742850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140727858091086 140727858091278 140727858091278 140727858094031 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1253936 KiB

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

[startup+245.429 s]
# the end of solver process 1914 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.559 s, system=0.536272 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 245.429
CPU time (s): 252.095
CPU user time (s): 251.559
CPU system time (s): 0.536272
CPU usage (%): 102.716
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1253936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.559
system time used= 0.536272
maximum resident set size= 1255060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8326
involuntary context switches= 400


# summary of solver processes directly reported to runsolver:
#   pid: 1914
#   total CPU time (s): 252.095
#   total CPU user time (s): 251.559
#   total CPU system time (s): 0.536272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34067 second user time and 2.4587 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-18 07:09:17
IDJOB=4312226
IDBENCH=141113
IDSOLVER=2800
FILE ID=node103/4312226-1534568957
RUNJOBID= node103-1534568890-1709
PBS_JOBID= 21038644
Free space on /tmp= 44296 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312226-1534568957/watcher-4312226-1534568957 -o /tmp/evaluation-result-4312226-1534568957/solver-4312226-1534568957 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534568890-1709 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1189517048 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312226-1534568957.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1189517048

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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:        23323972 kB
MemAvailable:   31759076 kB
Buffers:          232644 kB
Cached:          8431136 kB
SwapCached:         5152 kB
Active:          5060312 kB
Inactive:        3785948 kB
Active(anon):     185868 kB
Inactive(anon):    64692 kB
Active(file):    4874444 kB
Inactive(file):  3721256 kB
Unevictable:        7768 kB
Mlocked:            7768 kB
SwapTotal:      67108860 kB
SwapFree:       67059156 kB
Dirty:             36808 kB
Writeback:             0 kB
AnonPages:        185252 kB
Mapped:            31640 kB
Shmem:             65136 kB
Slab:             296880 kB
SReclaimable:     267864 kB
SUnreclaim:        29016 kB
KernelStack:        3520 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 44260 MiB
End job on node103 at 2018-08-18 07:13:23