Trace number 4307869

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-14SAT (TO)55 2520.02 2487.72

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.68873
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1201236927
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
1.51/1.07	c Parsing done, starting search...
1.70/1.13	o 83
1.70/1.13	o 75
1.70/1.14	o 73
1.70/1.15	o 70
1.70/1.16	o 68
1.70/1.19	o 67
1.98/1.25	o 63
3.14/1.75	o 60
6.51/4.93	o 57
8.52/7.00	o 56
11.55/9.81	o 55
2520.00/2487.70	s SATISFIABLE
2520.00/2487.70	v <instantiation>
2520.00/2487.70	v 	<list>
2520.00/2487.70	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2520.00/2487.70	v 	</list>
2520.00/2487.70	v 	<values>
2520.00/2487.70	v 		0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 
2520.00/2487.70	v 	</values>
2520.00/2487.70	v </instantiation>

Verifier Data

OK	55

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 (12874 MiB free)
  memory of node 1: 16384 MiB (10299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307869-1534321878/watcher-4307869-1534321878 -o /tmp/evaluation-result-4307869-1534321878/solver-4307869-1534321878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19522 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1201236927 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307869-1534321878.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19555, runsolver pid=19548
Current StackSize limit: 8192 KiB


[startup+0.100353 s]*
/proc/loadavg: 1.09 1.26 1.66 5/219 19584
/proc/meminfo: memFree=23695904/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14082736 memory=29940 CPUtime=0.12 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 6936 0 0 0 11 1 0 0 20 0 15 0 249750968 14420721664 7485 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3520684 7485 3150 1 0 3482761 0
[pid=19555/tid=19558] ppid=19548 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 4936 0 0 0 8 1 0 0 20 0 15 0 249750968 14420721664 7485 33554432000 4194304 4196468 140721162530032 139693312069992 139693307888797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14082736 memory=5793855697408833977 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692285817840 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0.01 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 249750973 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750974 14420721664 7485 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29940 KiB

[startup+0.215559 s]*
/proc/loadavg: 1.09 1.26 1.66 10/219 19584
/proc/meminfo: memFree=23663284/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14082736 memory=46268 CPUtime=0.32 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 10724 0 0 0 30 2 0 0 20 0 15 0 249750968 14420721664 11567 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3520684 11567 3373 1 0 3482761 0
[pid=19555/tid=19558] ppid=19548 vsize=14082736 memory=4871374705135476842 CPUtime=0.2 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 8290 0 0 0 19 1 0 0 20 0 15 0 249750968 14420721664 11567 33554432000 4194304 4196468 140721162530032 139693312093920 139692944735368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14082736 memory=4211974172603731338 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692285817840 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 575 0 0 0 2 0 0 0 20 0 15 0 249750973 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692283707056 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) R 19548 19555 15953 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 249750973 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0.06 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) R 19548 19555 15953 0 -1 4202560 429 0 0 0 6 0 0 0 20 0 15 0 249750973 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692281608944 139693300966571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750974 14420721664 11567 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46268 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.09 1.26 1.66 5/219 19584
/proc/meminfo: memFree=23657080/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14082736 memory=49696 CPUtime=0.44 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 11108 0 0 0 41 3 0 0 20 0 15 0 249750968 14420721664 12424 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3520684 12424 3377 1 0 3482761 0
[pid=19555/tid=19558] ppid=19548 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 8614 0 0 0 28 2 0 0 20 0 15 0 249750968 14420721664 12424 33554432000 4194304 4196468 140721162530032 139693312074704 139693300103998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14082736 memory=4211974172603731338 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14082736 memory=140446398943151 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14082736 memory=140446236010593 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14082736 memory=140446236003791 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14082736 memory=140446398956780 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 249750970 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14082736 memory=140446236013007 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14082736 memory=280892472016784 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692285817840 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14082736 memory=280892472014480 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 586 0 0 0 3 0 0 0 20 0 15 0 249750973 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14082736 memory=2208 CPUtime=0.01 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 249750973 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0.08 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 464 0 0 0 8 0 0 0 20 0 15 0 249750973 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14082736 memory=140446398940800 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750974 14420721664 12424 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49696 KiB

[startup+0.700664 s]
/proc/loadavg: 1.09 1.26 1.66 4/219 19584
/proc/meminfo: memFree=23607968/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14084804 memory=89900 CPUtime=0.98 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 17864 0 0 0 93 5 0 0 20 0 15 0 249750968 14422839296 22475 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3521201 22475 3502 1 0 3483273 0
[pid=19555/tid=19558] ppid=19548 vsize=14084804 memory=872 CPUtime=0.67 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 14916 0 0 0 64 3 0 0 20 0 15 0 249750968 14422839296 22475 33554432000 4194304 4196468 140721162530032 139693312092288 139693275459389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14084804 memory=6276 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 249750970 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249750971 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249750971 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692285817840 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14084804 memory=223 CPUtime=0.07 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 15 0 249750973 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 231 0 0 0 6 0 0 0 20 0 15 0 249750973 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 585 0 0 0 14 0 0 0 20 0 15 0 249750973 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14084804 memory=280892472200688 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750974 14422839296 22475 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89900 KiB

[startup+1.50165 s]
/proc/loadavg: 1.09 1.26 1.66 4/219 19584
/proc/meminfo: memFree=23540756/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14090948 memory=138060 CPUtime=2.89 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 24745 0 0 0 281 8 0 0 20 0 15 0 249750968 14429130752 34515 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3522737 34515 3539 1 0 3484809 0
[pid=19555/tid=19558] ppid=19548 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 18770 0 0 0 141 6 0 0 20 0 15 0 249750968 14429130752 34515 33554432000 4194304 4196468 140721162530032 139693312103744 139692949304665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 34515 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 34515 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 34515 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14090948 memory=-7304957726705013294 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249750969 14429130752 34515 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14090948 memory=-5790888637220087137 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 249750970 14429130752 34515 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0

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

/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 103887 0 0 0 235387 59 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 139693312105376 139692944995808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.27 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 3011 0 0 0 919 108 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.26 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 5993 0 0 0 910 116 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.22 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 3353 0 0 0 910 112 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.22 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2898 0 0 0 906 116 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14090948 memory=434200 CPUtime=14.29 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6072 0 0 0 1336 93 0 0 20 0 15 0 249750970 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692285817856 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 6585 0 0 0 80 2 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14090948 memory=3684 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 4018 0 0 0 81 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14090948 memory=13820 CPUtime=0.48 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 4738 0 0 0 47 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14090948 memory=434200 CPUtime=1.35 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1168 0 0 0 65 70 0 0 20 0 15 0 249750974 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 2413.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434200 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.35 1.42 4/216 19681
/proc/meminfo: memFree=22233568/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14090948 memory=434200 CPUtime=2474.03 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 144167 0 0 0 246905 498 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3522737 108550 3577 1 0 3484809 0
[pid=19555/tid=19558] ppid=19548 vsize=14090948 memory=434200 CPUtime=2413.74 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 104682 0 0 0 241314 60 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 139693312105568 139692950119553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.53 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 3023 0 0 0 941 112 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.53 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 5996 0 0 0 934 119 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.5 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 3370 0 0 0 934 116 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.48 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2902 0 0 0 927 121 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14090948 memory=434200 CPUtime=14.68 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6236 0 0 0 1371 97 0 0 20 0 15 0 249750970 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692285817856 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 6585 0 0 0 80 2 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 4018 0 0 0 81 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.48 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 4738 0 0 0 47 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14090948 memory=434200 CPUtime=1.37 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1180 0 0 0 66 71 0 0 20 0 15 0 249750974 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 2474.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.7 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19682
/proc/meminfo: memFree=22234156/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14090948 memory=434200 CPUtime=2520 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 145101 0 0 0 251491 509 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3522737 108550 3577 1 0 3484809 0
[pid=19555/tid=19558] ppid=19548 vsize=14090948 memory=434200 CPUtime=2458.6 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 105484 0 0 0 245799 61 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 139693312105488 140721162960614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.73 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 3034 0 0 0 959 114 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.72 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 5999 0 0 0 952 120 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14090948 memory=3364 CPUtime=10.69 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 3370 0 0 0 950 119 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.68 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2988 0 0 0 944 124 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14090948 memory=434200 CPUtime=14.95 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6256 0 0 0 1396 99 0 0 20 0 15 0 249750970 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692285817856 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 6588 0 0 0 80 2 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 4020 0 0 0 81 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.48 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 4740 0 0 0 47 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14090948 memory=3684 CPUtime=1.41 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1185 0 0 0 68 73 0 0 20 0 15 0 249750974 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434200 KiB

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

[startup+2487.72 s]
# the end of solver process 19555 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.93 s, system=5.09533 s

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

[startup+2487.7 s]
/proc/loadavg: 1.41 1.37 1.42 4/216 19682
/proc/meminfo: memFree=22234156/32770624 swapFree=67108368/67108860
[pid=19555] ppid=19548 vsize=14090948 memory=434200 CPUtime=2520 cores=0,2,4,6
/proc/19555/stat : 19555 (java) S 19548 19555 15953 0 -1 1077944320 145101 0 0 0 251491 509 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 140721162512576 139693307866871 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
/proc/19555/statm: 3522737 108550 3577 1 0 3484809 0
[pid=19555/tid=19558] ppid=19548 vsize=14090948 memory=434200 CPUtime=2458.6 cores=0,2,4,6
/proc/19555/task/19558/stat : 19558 (java) R 19548 19555 15953 0 -1 4202560 105484 0 0 0 245799 61 0 0 20 0 15 0 249750968 14429130752 108550 33554432000 4194304 4196468 140721162530032 139693312105488 140721162960614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19563] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.73 cores=0,2,4,6
/proc/19555/task/19563/stat : 19563 (java) S 19548 19555 15953 0 -1 1077944384 3034 0 0 0 959 114 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692903168784 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19564] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.72 cores=0,2,4,6
/proc/19555/task/19564/stat : 19564 (java) S 19548 19555 15953 0 -1 1077944384 5999 0 0 0 952 120 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692902116240 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19565] ppid=19548 vsize=14090948 memory=3364 CPUtime=10.69 cores=0,2,4,6
/proc/19555/task/19565/stat : 19565 (java) S 19548 19555 15953 0 -1 1077944384 3370 0 0 0 950 119 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692901063696 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19566] ppid=19548 vsize=14090948 memory=434200 CPUtime=10.68 cores=0,2,4,6
/proc/19555/task/19566/stat : 19566 (java) S 19548 19555 15953 0 -1 1077944384 2988 0 0 0 944 124 0 0 20 0 15 0 249750969 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692900011152 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19568] ppid=19548 vsize=14090948 memory=434200 CPUtime=14.95 cores=0,2,4,6
/proc/19555/task/19568/stat : 19568 (java) S 19548 19555 15953 0 -1 1077944384 6256 0 0 0 1396 99 0 0 20 0 15 0 249750970 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692287924208 139693307878018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19570] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19570/stat : 19570 (java) S 19548 19555 15953 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692286870432 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19572] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19572/stat : 19572 (java) S 19548 19555 15953 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 249750971 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692285817856 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19578] ppid=19548 vsize=14090948 memory=434200 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19578/stat : 19578 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692284766416 139693307885467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19579] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19579/stat : 19579 (java) S 19548 19555 15953 0 -1 1077944384 6588 0 0 0 80 2 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692283714032 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19580] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.82 cores=0,2,4,6
/proc/19555/task/19580/stat : 19580 (java) S 19548 19555 15953 0 -1 1077944384 4020 0 0 0 81 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692282661488 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19581] ppid=19548 vsize=14090948 memory=434200 CPUtime=0.48 cores=0,2,4,6
/proc/19555/task/19581/stat : 19581 (java) S 19548 19555 15953 0 -1 1077944384 4740 0 0 0 47 1 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692281608944 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19583] ppid=19548 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19555/task/19583/stat : 19583 (java) S 19548 19555 15953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249750973 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692280556640 139693307877077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
[pid=19555/tid=19584] ppid=19548 vsize=14090948 memory=3684 CPUtime=1.41 cores=0,2,4,6
/proc/19555/task/19584/stat : 19584 (java) S 19548 19555 15953 0 -1 1077944384 1185 0 0 0 68 73 0 0 20 0 15 0 249750974 14429130752 108550 33554432000 4194304 4196468 140721162530032 139692279503152 139693307878018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31363072 140721162536008 140721162536201 140721162536201 140721162538959 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 434200 KiB

Child status: 143
Real time (s): 2487.72
CPU time (s): 2520.02
CPU user time (s): 2514.93
CPU system time (s): 5.09533
CPU usage (%): 101.298
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 434200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.93
system time used= 5.09533
maximum resident set size= 434760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 472280
involuntary context switches= 7597


# summary of solver processes directly reported to runsolver:
#   pid: 19555
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2514.93
#   total CPU system time (s): 5.09533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0031 second user time and 23.8909 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 10:31:18
IDJOB=4307869
IDBENCH=141371
IDSOLVER=2791
FILE ID=node148/4307869-1534321878
RUNJOBID= node148-1534321878-19522
PBS_JOBID= 21038138
Free space on /tmp= 42648 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307869-1534321878/watcher-4307869-1534321878 -o /tmp/evaluation-result-4307869-1534321878/solver-4307869-1534321878 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534321878-19522 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1201236927 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307869-1534321878.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1201236927

node148.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.50
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.50
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.50
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.50
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:        23730380 kB
MemAvailable:   31900032 kB
Buffers:          175152 kB
Cached:          8209524 kB
SwapCached:            4 kB
Active:          4452144 kB
Inactive:        3980716 kB
Active(anon):       2436 kB
Inactive(anon):   106944 kB
Active(file):    4449708 kB
Inactive(file):  3873772 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             71484 kB
Writeback:             0 kB
AnonPages:         60068 kB
Mapped:            54744 kB
Shmem:             57780 kB
Slab:             303284 kB
SReclaimable:     274632 kB
SUnreclaim:        28652 kB
KernelStack:        3472 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42576 MiB
End job on node148 at 2018-08-15 11:12:46