Trace number 4290351

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-07-02SAT (TO)210 2400.04 2363.71

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10a_c18.xml
MD5SUMa5c040ab978d2252c9b6b6d47e833d0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark4.34942
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints82
Number of domains17
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":28,"count":10}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":64},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"count","count":18}]
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-07-02
0.67/0.56	c seed: 1196626275
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.76/1.49	c Parsing done, starting search...
7.63/4.94	o 380
7.63/4.94	o 360
7.63/4.94	o 300
7.63/4.95	o 250
7.82/5.06	o 240
7.82/5.06	o 220
63.06/59.39	o 210
2400.02/2363.70	s SATISFIABLE
2400.02/2363.70	v <instantiation>
2400.02/2363.70	v 	<list>
2400.02/2363.70	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
2400.02/2363.70	v 	</list>
2400.02/2363.70	v 	<values>
2400.02/2363.70	v 		-2 -2 -1 1 1 4 2 2 2 0 1 2 0 0 0 0 0 0 0 2 3 0 1 0 0 0 0 0 50 60 90 0 0 0 0 0 0 10 
2400.02/2363.70	v 	</values>
2400.02/2363.70	v </instantiation>

Verifier Data

OK	210

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290351-1532242028/watcher-4290351-1532242028 -o /tmp/evaluation-result-4290351-1532242028/solver-4290351-1532242028 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532225337-28654 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1196626275 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290351-1532242028.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30922, runsolver pid=30919


[startup+0.100093 s]*
/proc/loadavg: 2.93 1.76 1.52 3/215 30937
/proc/meminfo: memFree=22349352/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14082740 memory=32028 CPUtime=0.12 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 6392 0 0 0 11 1 0 0 20 0 15 0 41766118 14420725760 8007 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3520685 8007 3164 1 0 3482761 0
[pid=30922/tid=30924] ppid=30919 vsize=14082740 memory=-8629632960753996675 CPUtime=0.09 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 4441 0 0 0 9 0 0 0 20 0 15 0 41766118 14420725760 8007 33554432000 4194304 4196468 140723043962976 140281311275296 140281307092125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 8007 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 8007 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 8007 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 8007 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766120 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280780526368 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280779474032 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 41766123 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766123 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0.01 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 41766123 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 8007 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32028 KiB

[startup+0.210814 s]*
/proc/loadavg: 2.93 1.76 1.52 6/215 30937
/proc/meminfo: memFree=22333784/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14082740 memory=47828 CPUtime=0.3 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 10057 0 0 0 29 1 0 0 20 0 15 0 41766118 14420725760 11957 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3520685 11957 3374 1 0 3482761 0
[pid=30922/tid=30924] ppid=30919 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 7776 0 0 0 19 1 0 0 20 0 15 0 41766118 14420725760 11957 33554432000 4194304 4196468 140723043962976 140281311297264 140281291113829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14082740 memory=340 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 11957 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14082740 memory=139735590331899 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 11957 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 11957 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 11957 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41766120 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280780526368 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280779474032 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) R 30919 30922 28623 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 15 0 41766123 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) R 30919 30922 28623 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 15 0 41766123 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280776317424 140281286329967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0.05 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) R 30919 30922 28623 0 -1 4202560 291 0 0 0 5 0 0 0 20 0 15 0 41766123 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280775263096 140281307082134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 11957 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47828 KiB

[startup+0.310322 s]*
/proc/loadavg: 2.93 1.76 1.52 3/215 30937
/proc/meminfo: memFree=22330232/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14082740 memory=51416 CPUtime=0.44 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 10412 0 0 0 42 2 0 0 20 0 15 0 41766118 14420725760 12854 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3520685 12854 3416 1 0 3482761 0
[pid=30922/tid=30924] ppid=30919 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 8109 0 0 0 29 1 0 0 20 0 15 0 41766118 14420725760 12854 33554432000 4194304 4196468 140723043962976 140281311278032 140281287345372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14082740 memory=4294977867 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 12854 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14082740 memory=139735590345165 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 12854 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 12854 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766119 14420725760 12854 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41766120 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280780526368 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41766121 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280779474032 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 41766123 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 15 0 41766123 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0.07 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 300 0 0 0 7 0 0 0 20 0 15 0 41766123 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14082740 memory=139735590127232 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766124 14420725760 12854 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 51416 KiB

[startup+0.700701 s]
/proc/loadavg: 2.93 1.76 1.52 3/215 30937
/proc/meminfo: memFree=22306560/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14084808 memory=88812 CPUtime=0.98 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 17114 0 0 0 94 4 0 0 20 0 15 0 41766118 14422843392 22203 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3521202 22203 3500 1 0 3483273 0
[pid=30922/tid=30924] ppid=30919 vsize=14084808 memory=272574529440816 CPUtime=0.68 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 14440 0 0 0 65 3 0 0 20 0 15 0 41766118 14422843392 22203 33554432000 4194304 4196468 140723043962976 140281311294304 140281274664284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14084808 memory=4265253205551874080 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14422843392 22203 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14422843392 22203 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14422843392 22203 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14084808 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766119 14422843392 22203 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41766120 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14084808 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41766121 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280780526368 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41766121 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280779474032 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14084808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 711 0 0 0 8 0 0 0 20 0 15 0 41766123 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14084808 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 227 0 0 0 5 0 0 0 20 0 15 0 41766123 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14084808 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 354 0 0 0 14 0 0 0 20 0 15 0 41766123 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14084808 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766124 14422843392 22203 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88812 KiB

[startup+1.50235 s]
/proc/loadavg: 2.93 1.76 1.52 3/215 30937
/proc/meminfo: memFree=22272060/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14090952 memory=122528 CPUtime=1.93 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 23717 0 0 0 186 7 0 0 20 0 15 0 41766118 14429134848 30632 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3522738 30632 3537 1 0 3484809 0
[pid=30922/tid=30924] ppid=30919 vsize=14090952 memory=6944656592455360608 CPUtime=1.16 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 19097 0 0 0 112 4 0 0 20 0 15 0 41766118 14429134848 30632 33554432000 4194304 4196468 140723043962976 140281311304576 140281307092125 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14090952 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14429134848 30632 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14090952 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14429134848 30632 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14090952 memory=-9108684669924967205 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41766119 14429134848 30632 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14090952 memory=-8412652143485227891 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41766119 14429134848 30632 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14090952 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 15 0 41766120 14429134848 30632 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0

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

/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 89053 0 0 0 217475 47 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281311308688 140280902878606 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14090952 memory=4126316290023845779 CPUtime=11.12 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 4002 0 0 0 1031 81 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14090952 memory=1408 CPUtime=11.09 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 3555 0 0 0 1035 74 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14090952 memory=3280 CPUtime=11.12 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 5747 0 0 0 1035 77 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14090952 memory=374640 CPUtime=11.13 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 5569 0 0 0 1029 84 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14090952 memory=6791534058613427641 CPUtime=11.53 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 6544 0 0 0 1075 78 0 0 20 0 15 0 41766120 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14090952 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280780526432 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14090952 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280779474048 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14090952 memory=374640 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14090952 memory=2696 CPUtime=1.62 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 7926 0 0 0 160 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14090952 memory=4104 CPUtime=1.57 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 6838 0 0 0 156 1 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14090952 memory=2340 CPUtime=0.59 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 7100 0 0 0 57 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14090952 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14090952 memory=928 CPUtime=1.25 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1087 0 0 0 60 65 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 2236.31 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 374640 KiB

[startup+2262.3 s]*
/proc/loadavg: 1.25 1.33 1.35 3/216 31055
/proc/meminfo: memFree=21704364/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14090952 memory=374640 CPUtime=2297.17 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 139768 0 0 0 229309 408 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3522738 93660 3585 1 0 3484809 0
[pid=30922/tid=30924] ppid=30919 vsize=14090952 memory=6791534058613427641 CPUtime=2234.46 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 89805 0 0 0 223398 48 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281311308832 140280902906564 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14090952 memory=4126316290023845779 CPUtime=11.44 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 4030 0 0 0 1061 83 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14090952 memory=3848 CPUtime=11.39 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 3660 0 0 0 1063 76 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14090952 memory=2684 CPUtime=11.44 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 5749 0 0 0 1065 79 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14090952 memory=2696 CPUtime=11.44 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 5583 0 0 0 1058 86 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14090952 memory=4104 CPUtime=11.87 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 6564 0 0 0 1106 81 0 0 20 0 15 0 41766120 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14090952 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280780526432 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14090952 memory=3296 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280779474048 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14090952 memory=910480 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14090952 memory=1408 CPUtime=1.62 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 7928 0 0 0 160 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14090952 memory=3300 CPUtime=1.57 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 6840 0 0 0 156 1 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14090952 memory=374640 CPUtime=0.59 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 7102 0 0 0 57 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14090952 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1092 0 0 0 62 66 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 2297.17 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 374640 KiB

[startup+2322.3 s]*
/proc/loadavg: 1.10 1.28 1.33 3/215 31057
/proc/meminfo: memFree=21695664/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14090952 memory=374640 CPUtime=2358.06 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 140734 0 0 0 235385 421 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3522738 93660 3585 1 0 3484809 0
[pid=30922/tid=30924] ppid=30919 vsize=14090952 memory=6791534058613427641 CPUtime=2293.72 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 90492 0 0 0 229322 50 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281311308896 140280903348198 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14090952 memory=4126316290023845779 CPUtime=11.75 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 4033 0 0 0 1090 85 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14090952 memory=844 CPUtime=11.72 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 3665 0 0 0 1093 79 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14090952 memory=1692 CPUtime=11.75 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 5767 0 0 0 1094 81 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14090952 memory=916 CPUtime=11.76 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 5658 0 0 0 1086 90 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14090952 memory=3848 CPUtime=12.2 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 6729 0 0 0 1136 84 0 0 20 0 15 0 41766120 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14090952 memory=2684 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280780526432 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14090952 memory=2696 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280779474048 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14090952 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14090952 memory=1408 CPUtime=1.62 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 7928 0 0 0 160 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14090952 memory=3296 CPUtime=1.57 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 6841 0 0 0 156 1 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14090952 memory=374640 CPUtime=0.59 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 7102 0 0 0 57 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14090952 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14090952 memory=374640 CPUtime=1.32 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1104 0 0 0 64 68 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 2358.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 374640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.7 s]
/proc/loadavg: 1.64 1.40 1.37 3/215 31135
/proc/meminfo: memFree=22377492/32770624 swapFree=67108860/67108860
[pid=30922] ppid=30919 vsize=14090952 memory=374640 CPUtime=2400.02 cores=0,2,4,6
/proc/30922/stat : 30922 (java) S 30919 30922 28623 0 -1 1077944320 141528 0 0 0 239573 429 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140723043945520 140281307070199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
/proc/30922/statm: 3522738 93660 3585 1 0 3484809 0
[pid=30922/tid=30924] ppid=30919 vsize=14090952 memory=4052 CPUtime=2334.62 cores=0,2,4,6
/proc/30922/task/30924/stat : 30924 (java) R 30919 30922 28623 0 -1 4202560 91125 0 0 0 233412 50 0 0 20 0 15 0 41766118 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281311308576 140280900006998 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30925] ppid=30919 vsize=14090952 memory=644 CPUtime=11.96 cores=0,2,4,6
/proc/30922/task/30925/stat : 30925 (java) S 30919 30922 28623 0 -1 1077944384 4045 0 0 0 1110 86 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281222138768 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30926] ppid=30919 vsize=14090952 memory=1792 CPUtime=11.91 cores=0,2,4,6
/proc/30922/task/30926/stat : 30926 (java) S 30919 30922 28623 0 -1 1077944384 3673 0 0 0 1111 80 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281221085968 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30927] ppid=30919 vsize=14090952 memory=1232 CPUtime=11.95 cores=0,2,4,6
/proc/30922/task/30927/stat : 30927 (java) S 30919 30922 28623 0 -1 1077944384 5868 0 0 0 1112 83 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281220033680 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30928] ppid=30919 vsize=14090952 memory=956 CPUtime=11.96 cores=0,2,4,6
/proc/30922/task/30928/stat : 30928 (java) S 30919 30922 28623 0 -1 1077944384 5667 0 0 0 1104 92 0 0 20 0 15 0 41766119 14429134848 93660 33554432000 4194304 4196468 140723043962976 140281218980880 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30929] ppid=30919 vsize=14090952 memory=9920 CPUtime=12.41 cores=0,2,4,6
/proc/30922/task/30929/stat : 30929 (java) S 30919 30922 28623 0 -1 1077944384 6749 0 0 0 1155 86 0 0 20 0 15 0 41766120 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280781580400 140281307081346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30930] ppid=30919 vsize=14090952 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30930/stat : 30930 (java) S 30919 30922 28623 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280780526432 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30931] ppid=30919 vsize=14090952 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30931/stat : 30931 (java) S 30919 30922 28623 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 41766121 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280779474048 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30932] ppid=30919 vsize=14090952 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30932/stat : 30932 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280778422352 140281307088795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30933] ppid=30919 vsize=14090952 memory=792 CPUtime=1.62 cores=0,2,4,6
/proc/30922/task/30933/stat : 30933 (java) S 30919 30922 28623 0 -1 1077944384 7930 0 0 0 160 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280777370224 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30934] ppid=30919 vsize=14090952 memory=1008 CPUtime=1.57 cores=0,2,4,6
/proc/30922/task/30934/stat : 30934 (java) S 30919 30922 28623 0 -1 1077944384 6843 0 0 0 156 1 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280776317424 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30935] ppid=30919 vsize=14090952 memory=1228 CPUtime=0.59 cores=0,2,4,6
/proc/30922/task/30935/stat : 30935 (java) S 30919 30922 28623 0 -1 1077944384 7104 0 0 0 57 2 0 0 20 0 15 0 41766123 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280775265136 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30936] ppid=30919 vsize=14090952 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/30922/task/30936/stat : 30936 (java) S 30919 30922 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280774212576 140281307080405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
[pid=30922/tid=30937] ppid=30919 vsize=14090952 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/30922/task/30937/stat : 30937 (java) S 30919 30922 28623 0 -1 1077944384 1109 0 0 0 65 69 0 0 20 0 15 0 41766124 14429134848 93660 33554432000 4194304 4196468 140723043962976 140280773159344 140281307081346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9535488 140723043972168 140723043972361 140723043972361 140723043975119 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 374640 KiB

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

[startup+2363.71 s]
# the end of solver process 30922 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.74 s, system=4.29984 s

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

Child status: 143
Real time (s): 2363.71
CPU time (s): 2400.04
CPU user time (s): 2395.74
CPU system time (s): 4.29984
CPU usage (%): 101.537
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 374640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.74
system time used= 4.29984
maximum resident set size= 375120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 389666
involuntary context switches= 9645


# summary of solver processes directly reported to runsolver:
#   pid: 30922
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2395.74
#   total CPU system time (s): 4.29984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8947 second user time and 19.7555 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 08:47:08
IDJOB=4290351
IDBENCH=141317
IDSOLVER=2743
FILE ID=node150/4290351-1532242028
RUNJOBID= node150-1532225337-28654
PBS_JOBID= 21018946
Free space on /tmp= 57220 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10a_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-4290351-1532242028/watcher-4290351-1532242028 -o /tmp/evaluation-result-4290351-1532242028/solver-4290351-1532242028 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532225337-28654 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1196626275 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290351-1532242028.xml

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

MD5SUM BENCH= a5c040ab978d2252c9b6b6d47e833d0a
RANDOM SEED=1196626275

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:        22368232 kB
MemAvailable:   31336444 kB
Buffers:          173636 kB
Cached:          9005936 kB
SwapCached:            0 kB
Active:          1711736 kB
Inactive:        8123344 kB
Active(anon):     612308 kB
Inactive(anon):    63316 kB
Active(file):    1099428 kB
Inactive(file):  8060028 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36204 kB
Writeback:             0 kB
AnonPages:        665456 kB
Mapped:            48728 kB
Shmem:             17032 kB
Slab:             264684 kB
SReclaimable:     237216 kB
SUnreclaim:        27468 kB
KernelStack:        3600 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2157244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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= 57184 MiB
End job on node150 at 2018-07-22 09:26:32