Trace number 4312218

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-17SAT (TO)54 252.061 246.128

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.063
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
Optimization problemYES
Type of objectivemin SUM

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-17
0.67/0.56	c seed: 874789696
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.99/1.21	c Parsing done, starting search...
5.18/3.45	o 67
12.05/9.78	o 62
17.47/15.03	o 57
75.54/72.05	o 54
252.03/246.10	s SATISFIABLE
252.03/246.10	v <instantiation>
252.03/246.10	v 	<list>
252.03/246.10	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14]
252.03/246.10	v 	</list>
252.03/246.10	v 	<values>
252.03/246.10	v 		-9 15 -15 -15 5 3 15 9 -9 -5 15 5 3 -3 8 0 0 1 0 1 0 0 0 2 0 0 0 0 0 2 0 0 0 2 0 2 0 0 1 1 0 0 0 0 0 3 0 5 0 9 7 0 0 4 0 6 11 0 0 0 12 0 
252.03/246.10	v 	</values>
252.03/246.10	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312218-1534569744/watcher-4312218-1534569744 -o /tmp/evaluation-result-4312218-1534569744/solver-4312218-1534569744 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534568538-24120 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 874789696 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312218-1534569744.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
Current StackSize limit: 8192 KiB

solver pid=24900, runsolver pid=24897

[startup+0.100058 s]*
/proc/loadavg: 1.64 1.66 1.47 3/216 24915
/proc/meminfo: memFree=23212524/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14082736 memory=31940 CPUtime=0.12 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 6876 0 0 0 11 1 0 0 20 0 15 0 274537678 14420721664 7985 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3520684 7985 3156 1 0 3482761 0
[pid=24900/tid=24902] ppid=24897 vsize=14082736 memory=-8701690554792448378 CPUtime=0.09 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 4926 0 0 0 8 1 0 0 20 0 15 0 274537679 14420721664 7985 33554432000 4194304 4196468 140725904474656 139891822021632 139891817804957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 7985 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 7985 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 7985 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 7985 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890795943456 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890794890608 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0.01 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 7985 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31940 KiB

[startup+0.216552 s]*
/proc/loadavg: 1.64 1.66 1.47 7/216 24915
/proc/meminfo: memFree=23196896/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14082736 memory=47756 CPUtime=0.32 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 10558 0 0 0 30 2 0 0 20 0 15 0 274537678 14420721664 11939 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3520684 11939 3365 1 0 3482761 0
[pid=24900/tid=24902] ppid=24897 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 8277 0 0 0 19 1 0 0 20 0 15 0 274537679 14420721664 11939 33554432000 4194304 4196468 140725904474656 139891822011352 139891456532865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 11939 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14082736 memory=288371070390994560 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 11939 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 11939 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 11939 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890795943456 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890794890608 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) R 24897 24900 19594 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890792779312 139891817793237 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890791726512 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0.06 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) R 24897 24900 19594 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 11939 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47756 KiB

[startup+0.310517 s]*
/proc/loadavg: 1.64 1.66 1.47 4/216 24915
/proc/meminfo: memFree=23193608/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14082736 memory=50888 CPUtime=0.45 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 10902 0 0 0 42 3 0 0 20 0 15 0 274537678 14420721664 12722 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3520684 12722 3368 1 0 3482761 0
[pid=24900/tid=24902] ppid=24897 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 8601 0 0 0 28 2 0 0 20 0 15 0 274537679 14420721664 12722 33554432000 4194304 4196468 140725904474656 139891821965104 139891810020158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14082736 memory=4294977871 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 12722 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14082736 memory=288371070390994560 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 12722 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 12722 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537679 14420721664 12722 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890795943456 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274537681 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890794890608 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 242 0 0 0 2 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0.08 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14082736 memory=140694239282816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537684 14420721664 12722 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50888 KiB

[startup+0.700679 s]
/proc/loadavg: 1.64 1.66 1.47 3/216 24915
/proc/meminfo: memFree=23169640/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14084804 memory=90520 CPUtime=0.98 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 17526 0 0 0 93 5 0 0 20 0 15 0 274537678 14422839296 22630 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3521201 22630 3499 1 0 3483273 0
[pid=24900/tid=24902] ppid=24897 vsize=14084804 memory=247668886500522 CPUtime=0.68 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 14908 0 0 0 64 4 0 0 20 0 15 0 274537679 14422839296 22630 33554432000 4194304 4196468 140725904474656 139891821997936 139891817804957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14084804 memory=3544670663791094290 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14422839296 22630 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14422839296 22630 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14422839296 22630 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14084804 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537679 14422839296 22630 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274537681 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14084804 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274537681 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890795943456 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274537681 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890794890608 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 522 0 0 0 6 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 379 0 0 0 8 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 336 0 0 0 15 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14084804 memory=15764 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537684 14422839296 22630 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90520 KiB

[startup+1.50124 s]
/proc/loadavg: 1.64 1.66 1.47 4/216 24915
/proc/meminfo: memFree=23137984/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14090948 memory=184444 CPUtime=2.9 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 24865 0 0 0 282 8 0 0 20 0 15 0 274537678 14429130752 46111 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3522737 46111 3539 1 0 3484809 0
[pid=24900/tid=24902] ppid=24897 vsize=14090948 memory=10803 CPUtime=1.47 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 18656 0 0 0 141 6 0 0 20 0 15 0 274537679 14429130752 46111 33554432000 4194304 4196468 140725904474656 139891822016480 139891460498855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14429130752 46111 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14429130752 46111 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274537679 14429130752 46111 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274537679 14429130752 46111 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 46111 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0

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

/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 24241 0 0 0 10072 10 0 0 20 0 15 0 274537679 14429130752 73333 33554432000 4194304 4196468 140725904474656 139891822020944 140725905182482 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14090948 memory=4872558044660077418 CPUtime=0.44 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 916 0 0 0 41 3 0 0 20 0 15 0 274537679 14429130752 73333 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14090948 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1233 0 0 0 41 3 0 0 20 0 15 0 274537679 14429130752 73333 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14090948 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1819 0 0 0 40 4 0 0 20 0 15 0 274537679 14429130752 73333 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14090948 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 1785 0 0 0 39 5 0 0 20 0 15 0 274537679 14429130752 73333 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14090948 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 1584 0 0 0 43 4 0 0 20 0 15 0 274537681 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890795943520 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890794890624 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14090948 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 7235 0 0 0 121 2 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14090948 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 6051 0 0 0 123 1 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14090948 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 6587 0 0 0 62 1 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14090948 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 873 0 0 0 3 2 0 0 20 0 15 0 274537684 14429130752 73333 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 106.27 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 293332 KiB

[startup+162.301 s]*
/proc/loadavg: 1.46 1.52 1.44 3/215 24997
/proc/meminfo: memFree=22930520/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14090948 memory=302236 CPUtime=167.12 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 56068 0 0 0 16669 43 0 0 20 0 15 0 274537678 14429130752 75559 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3522737 75559 3570 1 0 3484809 0
[pid=24900/tid=24902] ppid=24897 vsize=14090948 memory=6791534058613427641 CPUtime=160.1 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 25202 0 0 0 15999 11 0 0 20 0 15 0 274537679 14429130752 75559 33554432000 4194304 4196468 140725904474656 139891822020944 139891460498976 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14090948 memory=4872558044660077418 CPUtime=0.75 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1059 0 0 0 69 6 0 0 20 0 15 0 274537679 14429130752 75559 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14090948 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 1760 0 0 0 69 5 0 0 20 0 15 0 274537679 14429130752 75559 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14090948 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1904 0 0 0 67 7 0 0 20 0 15 0 274537679 14429130752 75559 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14090948 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 1897 0 0 0 68 6 0 0 20 0 15 0 274537679 14429130752 75559 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14090948 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 1637 0 0 0 72 5 0 0 20 0 15 0 274537681 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890795943520 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890794890624 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14090948 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 7237 0 0 0 121 2 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14090948 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 6473 0 0 0 123 1 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14090948 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 6590 0 0 0 62 1 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14090948 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 883 0 0 0 5 4 0 0 20 0 15 0 274537684 14429130752 75559 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 167.12 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 302236 KiB

[startup+222.301 s]*
/proc/loadavg: 1.27 1.47 1.43 3/215 24998
/proc/meminfo: memFree=22913984/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14090948 memory=312760 CPUtime=227.91 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 57600 0 0 0 22738 53 0 0 20 0 15 0 274537678 14429130752 78190 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3522737 78190 3570 1 0 3484809 0
[pid=24900/tid=24902] ppid=24897 vsize=14090948 memory=6791534058613427641 CPUtime=219.41 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 26005 0 0 0 21930 11 0 0 20 0 15 0 274537679 14429130752 78190 33554432000 4194304 4196468 140725904474656 139891822021088 139891460498728 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14090948 memory=4872558044660077418 CPUtime=1.04 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1111 0 0 0 96 8 0 0 20 0 15 0 274537679 14429130752 78190 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14090948 memory=6584 CPUtime=1.04 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 2057 0 0 0 96 8 0 0 20 0 15 0 274537679 14429130752 78190 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14090948 memory=748 CPUtime=1.02 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 1971 0 0 0 93 9 0 0 20 0 15 0 274537679 14429130752 78190 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14090948 memory=312760 CPUtime=1.03 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 1947 0 0 0 95 8 0 0 20 0 15 0 274537679 14429130752 78190 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14090948 memory=310648 CPUtime=1.06 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 1880 0 0 0 99 7 0 0 20 0 15 0 274537681 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14090948 memory=310712 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890795943520 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14090948 memory=6816 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890794890624 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14090948 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14090948 memory=2168 CPUtime=1.23 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 7238 0 0 0 121 2 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14090948 memory=15764 CPUtime=1.24 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 6473 0 0 0 123 1 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14090948 memory=4520 CPUtime=0.63 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 6591 0 0 0 62 1 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14090948 memory=288230574492221466 CPUtime=0.11 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 901 0 0 0 6 5 0 0 20 0 15 0 274537684 14429130752 78190 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 227.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 312760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.101 s]
/proc/loadavg: 1.26 1.45 1.43 3/215 24998
/proc/meminfo: memFree=22910012/32770624 swapFree=67108792/67108860
[pid=24900] ppid=24897 vsize=14090948 memory=317296 CPUtime=252.03 cores=0,2,4,6
/proc/24900/stat : 24900 (java) S 24897 24900 19594 0 -1 1077944320 58809 0 0 0 25146 57 0 0 20 0 15 0 274537678 14429130752 79324 33554432000 4194304 4196468 140725904474656 140725904457200 139891817783031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
/proc/24900/statm: 3522737 79324 3570 1 0 3484809 0
[pid=24900/tid=24902] ppid=24897 vsize=14090948 memory=2168 CPUtime=242.94 cores=0,2,4,6
/proc/24900/task/24902/stat : 24902 (java) R 24897 24900 19594 0 -1 4202560 26473 0 0 0 24282 12 0 0 20 0 15 0 274537679 14429130752 79324 33554432000 4194304 4196468 140725904474656 139891822021200 139891461221004 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24903] ppid=24897 vsize=14090948 memory=1748 CPUtime=1.16 cores=0,2,4,6
/proc/24900/task/24903/stat : 24903 (java) S 24897 24900 19594 0 -1 1077944384 1593 0 0 0 107 9 0 0 20 0 15 0 274537679 14429130752 79324 33554432000 4194304 4196468 140725904474656 139891413465744 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24904] ppid=24897 vsize=14090948 memory=1620 CPUtime=1.16 cores=0,2,4,6
/proc/24900/task/24904/stat : 24904 (java) S 24897 24900 19594 0 -1 1077944384 2111 0 0 0 107 9 0 0 20 0 15 0 274537679 14429130752 79324 33554432000 4194304 4196468 140725904474656 139891412412944 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24905] ppid=24897 vsize=14090948 memory=4512 CPUtime=1.14 cores=0,2,4,6
/proc/24900/task/24905/stat : 24905 (java) S 24897 24900 19594 0 -1 1077944384 2078 0 0 0 104 10 0 0 20 0 15 0 274537679 14429130752 79324 33554432000 4194304 4196468 140725904474656 139891411360144 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24906] ppid=24897 vsize=14090948 memory=3668 CPUtime=1.15 cores=0,2,4,6
/proc/24900/task/24906/stat : 24906 (java) S 24897 24900 19594 0 -1 1077944384 1998 0 0 0 106 9 0 0 20 0 15 0 274537679 14429130752 79324 33554432000 4194304 4196468 140725904474656 139891410307344 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24907] ppid=24897 vsize=14090948 memory=8520 CPUtime=1.17 cores=0,2,4,6
/proc/24900/task/24907/stat : 24907 (java) S 24897 24900 19594 0 -1 1077944384 1916 0 0 0 110 7 0 0 20 0 15 0 274537681 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890796997488 139891817794178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24908] ppid=24897 vsize=14090948 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24908/stat : 24908 (java) S 24897 24900 19594 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890795943520 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24909] ppid=24897 vsize=14090948 memory=1264 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24909/stat : 24909 (java) S 24897 24900 19594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 274537681 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890794890624 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24910] ppid=24897 vsize=14090948 memory=6584 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24910/stat : 24910 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890793838928 139891817801627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24911] ppid=24897 vsize=14090948 memory=748 CPUtime=1.23 cores=0,2,4,6
/proc/24900/task/24911/stat : 24911 (java) S 24897 24900 19594 0 -1 1077944384 7242 0 0 0 121 2 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890792786288 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24912] ppid=24897 vsize=14090948 memory=872 CPUtime=1.24 cores=0,2,4,6
/proc/24900/task/24912/stat : 24912 (java) S 24897 24900 19594 0 -1 1077944384 6475 0 0 0 123 1 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890791733488 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24913] ppid=24897 vsize=14090948 memory=1220 CPUtime=0.63 cores=0,2,4,6
/proc/24900/task/24913/stat : 24913 (java) S 24897 24900 19594 0 -1 1077944384 6593 0 0 0 62 1 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890790680688 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24914] ppid=24897 vsize=14090948 memory=1068 CPUtime=0 cores=0,2,4,6
/proc/24900/task/24914/stat : 24914 (java) S 24897 24900 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890789628128 139891817793237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
[pid=24900/tid=24915] ppid=24897 vsize=14090948 memory=14888 CPUtime=0.13 cores=0,2,4,6
/proc/24900/task/24915/stat : 24915 (java) S 24897 24900 19594 0 -1 1077944384 904 0 0 0 7 6 0 0 20 0 15 0 274537684 14429130752 79324 33554432000 4194304 4196468 140725904474656 139890788576432 139891817794178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 13086720 140725904479311 140725904479502 140725904479502 140725904482255 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 317296 KiB

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

[startup+246.128 s]
# the end of solver process 24900 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.471 s, system=0.590002 s

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

Child status: 143
Real time (s): 246.128
CPU time (s): 252.061
CPU user time (s): 251.471
CPU system time (s): 0.590002
CPU usage (%): 102.411
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 358364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.471
system time used= 0.590002
maximum resident set size= 360412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40010
involuntary context switches= 1075


# summary of solver processes directly reported to runsolver:
#   pid: 24900
#   total CPU time (s): 252.061
#   total CPU user time (s): 251.471
#   total CPU system time (s): 0.590002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52895 second user time and 2.22882 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-18 07:22:24
IDJOB=4312218
IDBENCH=141324
IDSOLVER=2800
FILE ID=node150/4312218-1534569744
RUNJOBID= node150-1534568538-24120
PBS_JOBID= 21038629
Free space on /tmp= 48188 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_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-4312218-1534569744/watcher-4312218-1534569744 -o /tmp/evaluation-result-4312218-1534569744/solver-4312218-1534569744 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534568538-24120 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 874789696 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312218-1534569744.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=874789696

node150.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.76
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.76
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.76
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.76
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:        23231412 kB
MemAvailable:   31729372 kB
Buffers:          192560 kB
Cached:          8565532 kB
SwapCached:            0 kB
Active:          4862184 kB
Inactive:        4110516 kB
Active(anon):     191368 kB
Inactive(anon):    92016 kB
Active(file):    4670816 kB
Inactive(file):  4018500 kB
Unevictable:        7708 kB
Mlocked:            7708 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35868 kB
Writeback:             0 kB
AnonPages:        222364 kB
Mapped:            32324 kB
Shmem:             66116 kB
Slab:             265784 kB
SReclaimable:     237104 kB
SUnreclaim:        28680 kB
KernelStack:        3504 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1232104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 48152 MiB
End job on node150 at 2018-08-18 07:26:30