Trace number 4290368

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)12 2400.06 2370.22

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.182611
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.68/0.55	c version: 2018-07-02
0.68/0.56	c seed: 926228547
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.51/1.03	c Parsing done, starting search...
1.51/1.06	o 24
1.51/1.07	o 23
1.51/1.07	o 22
1.51/1.07	o 21
1.51/1.10	o 20
1.76/1.11	o 19
1.76/1.13	o 18
1.76/1.14	o 17
1.76/1.18	o 16
2.03/1.21	o 15
2.92/1.77	o 14
9.61/8.26	o 13
26.95/25.51	o 12
2400.03/2370.20	s SATISFIABLE
2400.03/2370.20	v <instantiation>
2400.03/2370.20	v 	<list>
2400.03/2370.20	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48]
2400.03/2370.20	v 	</list>
2400.03/2370.20	v 	<values>
2400.03/2370.20	v 		0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 
2400.03/2370.20	v 	</values>
2400.03/2370.20	v </instantiation>

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290368-1532231295/watcher-4290368-1532231295 -o /tmp/evaluation-result-4290368-1532231295/solver-4290368-1532231295 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 926228547 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290368-1532231295.xml 

running on 4 cores: 1,3,5,7

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=31265, runsolver pid=31262

[startup+0.100094 s]*
/proc/loadavg: 1.44 1.34 1.39 3/219 31280
/proc/meminfo: memFree=20712384/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14082740 memory=30928 CPUtime=0.12 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 6654 0 0 0 11 1 0 0 20 0 15 0 40692638 14420725760 7732 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3520685 7732 3154 1 0 3482761 0
[pid=31265/tid=31267] ppid=31262 vsize=14082740 memory=-8773748148829852538 CPUtime=0.09 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 4694 0 0 0 9 0 0 0 20 0 15 0 40692638 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498719549088 140498698515056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0.01 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 7732 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30928 KiB

[startup+0.210727 s]*
/proc/loadavg: 1.44 1.34 1.39 6/219 31280
/proc/meminfo: memFree=20695064/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14082740 memory=48796 CPUtime=0.31 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 10323 0 0 0 29 2 0 0 20 0 15 0 40692638 14420725760 12199 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3520685 12199 3367 1 0 3482761 0
[pid=31265/tid=31267] ppid=31262 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 8023 0 0 0 19 1 0 0 20 0 15 0 40692638 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498719546416 140498329261757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14082740 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14082740 memory=3474726473576216224 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0.05 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) R 31262 31265 30695 0 -1 4202560 314 0 0 0 5 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498251157720 140498693952416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 12199 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 48796 KiB

[startup+0.310766 s]*
/proc/loadavg: 1.44 1.34 1.39 3/219 31280
/proc/meminfo: memFree=20691016/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14082740 memory=52488 CPUtime=0.43 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 10713 0 0 0 41 2 0 0 20 0 15 0 40692638 14420725760 13122 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3520685 13122 3383 1 0 3482761 0
[pid=31265/tid=31267] ppid=31262 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 8382 0 0 0 28 1 0 0 20 0 15 0 40692638 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498719539760 140498696891751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14082740 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14082740 memory=4123525195382650528 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692639 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692641 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14082740 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 495 0 0 0 3 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0.07 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 334 0 0 0 7 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14082740 memory=139741779719808 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692644 14420725760 13122 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52488 KiB

[startup+0.700744 s]
/proc/loadavg: 1.44 1.34 1.39 3/219 31280
/proc/meminfo: memFree=20669500/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14084808 memory=91156 CPUtime=0.99 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 17573 0 0 0 95 4 0 0 20 0 15 0 40692638 14422843392 22724 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3521202 22789 3504 1 0 3483273 0
[pid=31265/tid=31267] ppid=31262 vsize=14084808 memory=274053877239175 CPUtime=0.68 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 14839 0 0 0 65 3 0 0 20 0 15 0 40692638 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498719553664 140498699408734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14084808 memory=175223 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14084808 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692639 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692641 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14084808 memory=-6510337572210895199 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40692641 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40692641 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14084808 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 661 0 0 0 8 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 270 0 0 0 7 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 422 0 0 0 15 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14084808 memory=8868 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692644 14422843392 22789 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91156 KiB

[startup+1.50072 s]
/proc/loadavg: 1.44 1.34 1.39 4/219 31280
/proc/meminfo: memFree=20636000/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14090952 memory=146688 CPUtime=2.69 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 23502 0 0 0 263 6 0 0 20 0 15 0 40692638 14429134848 36672 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3522738 36672 3533 1 0 3484809 0
[pid=31265/tid=31267] ppid=31262 vsize=14090952 memory=3303 CPUtime=1.47 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 17832 0 0 0 143 4 0 0 20 0 15 0 40692638 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498719563928 140498699700552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40692639 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40692639 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 36672 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0

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

/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 93026 0 0 0 217641 60 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498719566752 140498334157194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.31 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 5664 0 0 0 825 106 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14090952 memory=1728 CPUtime=9.33 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 2281 0 0 0 831 102 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.27 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 3203 0 0 0 812 115 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14090952 memory=6791534058613427641 CPUtime=9.3 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 3999 0 0 0 822 108 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14090952 memory=367740 CPUtime=12.74 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 6505 0 0 0 1178 96 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14090952 memory=367740 CPUtime=0.67 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 3868 0 0 0 66 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14090952 memory=367740 CPUtime=0.66 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 5043 0 0 0 66 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14090952 memory=367740 CPUtime=0.45 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 5095 0 0 0 44 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14090952 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14090952 memory=14336 CPUtime=1.26 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1346 0 0 0 60 66 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 2230.08 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 367740 KiB

[startup+2262.3 s]
/proc/loadavg: 1.23 1.24 1.29 3/219 31379
/proc/meminfo: memFree=20372280/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14090952 memory=367740 CPUtime=2290.83 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 132497 0 0 0 228609 474 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3522738 91935 3577 1 0 3484809 0
[pid=31265/tid=31267] ppid=31262 vsize=14090952 memory=367740 CPUtime=2236.25 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 93818 0 0 0 223564 61 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498719566752 140498333395034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.59 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 5683 0 0 0 850 109 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.6 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 2283 0 0 0 854 106 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.54 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 3231 0 0 0 835 119 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.57 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 4002 0 0 0 846 111 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14090952 memory=4132 CPUtime=13.12 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 6676 0 0 0 1213 99 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14090952 memory=56 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14090952 memory=4132 CPUtime=0.67 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 3870 0 0 0 66 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14090952 memory=14340 CPUtime=0.66 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 5045 0 0 0 66 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14090952 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 5097 0 0 0 44 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14090952 memory=18472 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14090952 memory=367740 CPUtime=1.3 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1359 0 0 0 62 68 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 2290.83 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 367740 KiB

[startup+2322.3 s]
/proc/loadavg: 1.19 1.23 1.29 3/219 31380
/proc/meminfo: memFree=20372600/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14090952 memory=367740 CPUtime=2351.54 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 133876 0 0 0 234667 487 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3522738 91935 3577 1 0 3484809 0
[pid=31265/tid=31267] ppid=31262 vsize=14090952 memory=367740 CPUtime=2295.56 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 94862 0 0 0 229494 62 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498719566944 140498333578761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.83 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 5685 0 0 0 871 112 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.85 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 2390 0 0 0 876 109 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.78 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 3262 0 0 0 857 121 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14090952 memory=367740 CPUtime=9.82 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 4006 0 0 0 867 115 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14090952 memory=4132 CPUtime=13.47 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 6846 0 0 0 1245 102 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14090952 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14090952 memory=14340 CPUtime=0.67 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 3872 0 0 0 66 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14090952 memory=367740 CPUtime=0.66 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 5047 0 0 0 66 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14090952 memory=4132 CPUtime=0.45 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 5099 0 0 0 44 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14090952 memory=367740 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14090952 memory=1728 CPUtime=1.33 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1374 0 0 0 63 70 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 2351.54 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 367740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2370.2 s]
/proc/loadavg: 1.20 1.23 1.28 3/219 31381
/proc/meminfo: memFree=20370332/32770624 swapFree=67108860/67108860
[pid=31265] ppid=31262 vsize=14090952 memory=367740 CPUtime=2400.03 cores=1,3,5,7
/proc/31265/stat : 31265 (java) S 31262 31265 30695 0 -1 1077944320 134682 0 0 0 239505 498 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140732970539008 140498715328247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
/proc/31265/statm: 3522738 91935 3577 1 0 3484809 0
[pid=31265/tid=31267] ppid=31262 vsize=14090952 memory=288230596050944315 CPUtime=2342.86 cores=1,3,5,7
/proc/31265/task/31267/stat : 31267 (java) R 31262 31265 30695 0 -1 4202560 95566 0 0 0 234223 63 0 0 20 0 15 0 40692638 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498719566864 140498333392467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31268] ppid=31262 vsize=14090952 memory=14695218540710260 CPUtime=10.05 cores=1,3,5,7
/proc/31265/task/31268/stat : 31268 (java) S 31262 31265 30695 0 -1 1077944384 5776 0 0 0 890 115 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498652929040 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31269] ppid=31262 vsize=14090952 memory=928 CPUtime=10.08 cores=1,3,5,7
/proc/31265/task/31269/stat : 31269 (java) S 31262 31265 30695 0 -1 1077944384 2391 0 0 0 896 112 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498651876496 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31270] ppid=31262 vsize=14090952 memory=2236 CPUtime=10 cores=1,3,5,7
/proc/31265/task/31270/stat : 31270 (java) S 31262 31265 30695 0 -1 1077944384 3265 0 0 0 876 124 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498650823440 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31271] ppid=31262 vsize=14090952 memory=4128 CPUtime=10.03 cores=1,3,5,7
/proc/31265/task/31271/stat : 31271 (java) S 31262 31265 30695 0 -1 1077944384 4006 0 0 0 885 118 0 0 20 0 15 0 40692639 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498649770896 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31272] ppid=31262 vsize=14090952 memory=2196 CPUtime=13.77 cores=1,3,5,7
/proc/31265/task/31272/stat : 31272 (java) S 31262 31265 30695 0 -1 1077944384 6849 0 0 0 1273 104 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498257475824 140498715339394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31273] ppid=31262 vsize=14090952 memory=7288 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31273/stat : 31273 (java) S 31262 31265 30695 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498256422048 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31274] ppid=31262 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31274/stat : 31274 (java) S 31262 31265 30695 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 40692641 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498255368944 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31275] ppid=31262 vsize=14090952 memory=7288 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31275/stat : 31275 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498254317520 140498715346843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31276] ppid=31262 vsize=14090952 memory=840 CPUtime=0.67 cores=1,3,5,7
/proc/31265/task/31276/stat : 31276 (java) S 31262 31265 30695 0 -1 1077944384 3872 0 0 0 66 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498253265648 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31277] ppid=31262 vsize=14090952 memory=1796 CPUtime=0.66 cores=1,3,5,7
/proc/31265/task/31277/stat : 31277 (java) S 31262 31265 30695 0 -1 1077944384 5047 0 0 0 66 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498252213104 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31278] ppid=31262 vsize=14090952 memory=912 CPUtime=0.45 cores=1,3,5,7
/proc/31265/task/31278/stat : 31278 (java) S 31262 31265 30695 0 -1 1077944384 5101 0 0 0 44 1 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498251160048 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31279] ppid=31262 vsize=14090952 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/31265/task/31279/stat : 31279 (java) S 31262 31265 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498250107744 140498715338453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
[pid=31265/tid=31280] ppid=31262 vsize=14090952 memory=7230339447476408401 CPUtime=1.36 cores=1,3,5,7
/proc/31265/task/31280/stat : 31280 (java) S 31262 31265 30695 0 -1 1077944384 1376 0 0 0 65 71 0 0 20 0 15 0 40692644 14429134848 91935 33554432000 4194304 4196468 140732970556464 140498249054768 140498715339394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 14372864 140732970558537 140732970558729 140732970558729 140732970561487 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 367740 KiB

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

[startup+2370.22 s]
# the end of solver process 31265 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.07 s, system=4.99044 s

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

Child status: 143
Real time (s): 2370.22
CPU time (s): 2400.06
CPU user time (s): 2395.07
CPU system time (s): 4.99044
CPU usage (%): 101.259
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 367740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.07
system time used= 4.99044
maximum resident set size= 368320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135070
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= 438099
involuntary context switches= 7518


# summary of solver processes directly reported to runsolver:
#   pid: 31265
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2395.07
#   total CPU system time (s): 4.99044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3118 second user time and 22.6022 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 05:48:15
IDJOB=4290368
IDBENCH=141114
IDSOLVER=2743
FILE ID=node132/4290368-1532231295
RUNJOBID= node132-1532226532-30727
PBS_JOBID= 21018953
Free space on /tmp= 55092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_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-4290368-1532231295/watcher-4290368-1532231295 -o /tmp/evaluation-result-4290368-1532231295/solver-4290368-1532231295 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 926228547 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290368-1532231295.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=926228547

node132.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.65
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.65
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.65
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.65
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:        20730828 kB
MemAvailable:   31695624 kB
Buffers:          232060 kB
Cached:         10884300 kB
SwapCached:            0 kB
Active:          2267440 kB
Inactive:        9147944 kB
Active(anon):     301808 kB
Inactive(anon):    17036 kB
Active(file):    1965632 kB
Inactive(file):  9130908 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35900 kB
Writeback:             0 kB
AnonPages:        306148 kB
Mapped:            48724 kB
Shmem:             17056 kB
Slab:             323840 kB
SReclaimable:     296716 kB
SUnreclaim:        27124 kB
KernelStack:        3568 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1289476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55060 MiB
End job on node132 at 2018-07-22 06:27:45