Trace number 4290322

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)25 2400.07 2369.41

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-07_c18.xml
MD5SUMe42a0bd121bf3364b1a4e345eaac980a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.04028
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints22
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":21},{"size":50,"count":7}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":6,"count":6},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 1842606943
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.52/1.08	c Parsing done, starting search...
1.52/1.10	o 47
1.69/1.11	o 43
1.69/1.11	o 41
1.69/1.11	o 40
1.69/1.12	o 39
1.69/1.12	o 35
1.69/1.12	o 33
1.69/1.12	o 32
1.69/1.12	o 28
1.69/1.14	o 26
1.69/1.14	o 25
2400.05/2369.40	s SATISFIABLE
2400.05/2369.40	v <instantiation>
2400.05/2369.40	v 	<list>
2400.05/2369.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6]
2400.05/2369.40	v 	</list>
2400.05/2369.40	v 	<values>
2400.05/2369.40	v 		0 2 6 9 14 24 25 2 6 9 14 24 25 4 7 12 22 23 3 8 18 19 5 15 16 10 11 1 
2400.05/2369.40	v 	</values>
2400.05/2369.40	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290322-1532248194/watcher-4290322-1532248194 -o /tmp/evaluation-result-4290322-1532248194/solver-4290322-1532248194 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29565 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1842606943 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290322-1532248194.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=32291, runsolver pid=32288

[startup+0.100184 s]*
/proc/loadavg: 1.58 1.45 1.41 3/215 32306
/proc/meminfo: memFree=22619184/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=30420 CPUtime=0.12 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 6533 0 0 0 11 1 0 0 20 0 15 0 42382567 14420725760 7605 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3520685 7605 3158 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=-8773748148830376831 CPUtime=0.09 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 4525 0 0 0 9 0 0 0 20 0 15 0 42382568 14420725760 7605 33554432000 4194304 4196468 140737304628640 140286147403440 140286127261052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285617197984 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42382571 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285616145392 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0.01 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 7605 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30420 KiB

[startup+0.21362 s]*
/proc/loadavg: 1.58 1.45 1.41 4/215 32306
/proc/meminfo: memFree=22603664/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=46752 CPUtime=0.32 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 10275 0 0 0 30 2 0 0 20 0 15 0 42382567 14420725760 11688 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3520685 11688 3416 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 7831 0 0 0 19 1 0 0 20 0 15 0 42382568 14420725760 11688 33554432000 4194304 4196468 140737304628640 140286147407648 140286123147587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=3473038988962014880 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285617197984 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42382571 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285616145392 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0.06 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) R 32288 32291 29534 0 -1 4202560 434 0 0 0 6 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285611936496 140286143201882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 11688 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46752 KiB

[startup+0.310344 s]*
/proc/loadavg: 1.58 1.45 1.41 3/215 32306
/proc/meminfo: memFree=22600376/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14082740 memory=50368 CPUtime=0.44 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 10661 0 0 0 42 2 0 0 20 0 15 0 42382567 14420725760 12592 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3520685 12592 3420 1 0 3482761 0
[pid=32291/tid=32293] ppid=32288 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 8163 0 0 0 28 1 0 0 20 0 15 0 42382568 14420725760 12592 33554432000 4194304 4196468 140737304628640 140286147369808 140286126367344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14082740 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14082740 memory=3690899521424434848 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42382569 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42382570 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285617197984 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42382571 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285616145392 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14082740 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0.08 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 467 0 0 0 8 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14082740 memory=140007514154624 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382573 14420725760 12592 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50368 KiB

[startup+0.700781 s]
/proc/loadavg: 1.58 1.45 1.41 3/215 32306
/proc/meminfo: memFree=22576068/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14084808 memory=88328 CPUtime=1 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 17447 0 0 0 95 5 0 0 20 0 15 0 42382567 14422843392 22082 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3521202 22082 3505 1 0 3483273 0
[pid=32291/tid=32293] ppid=32288 vsize=14084808 memory=8976 CPUtime=0.68 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 14501 0 0 0 64 4 0 0 20 0 15 0 42382568 14422843392 22082 33554432000 4194304 4196468 140737304628640 140286147406272 140286127261022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14084808 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14084808 memory=644 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14084808 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382569 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14084808 memory=952 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42382569 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14084808 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 42382570 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42382570 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285617197984 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14084808 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42382571 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285616145392 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14084808 memory=7013340940837610608 CPUtime=0.08 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 532 0 0 0 8 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14084808 memory=5932762877087012201 CPUtime=0.07 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 428 0 0 0 7 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 604 0 0 0 15 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14084808 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42382573 14422843392 22082 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88328 KiB

[startup+1.50077 s]
/proc/loadavg: 1.58 1.45 1.41 3/215 32306
/proc/meminfo: memFree=22546104/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14090952 memory=221948 CPUtime=2.83 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 26806 0 0 0 273 10 0 0 20 0 15 0 42382567 14429134848 55487 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3522738 55487 3549 1 0 3484809 0
[pid=32291/tid=32293] ppid=32288 vsize=14090952 memory=145008 CPUtime=1.46 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 19510 0 0 0 139 7 0 0 20 0 15 0 42382568 14429134848 55487 33554432000 4194304 4196468 140737304628640 140286147419008 140285784724503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 42382569 14429134848 55487 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 42382569 14429134848 55487 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 42382569 14429134848 55487 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 42382569 14429134848 55487 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 42382570 14429134848 55487 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0

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

/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 62934 0 0 0 217504 67 0 0 20 0 15 0 42382568 14429134848 269707 33554432000 4194304 4196468 140737304628640 140286147418896 140285784964732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14090952 memory=1078828 CPUtime=9.74 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 3493 0 0 0 862 112 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14090952 memory=1078828 CPUtime=9.75 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 5128 0 0 0 868 107 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14090952 memory=1078828 CPUtime=9.75 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 5547 0 0 0 866 109 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14090952 memory=1078828 CPUtime=9.69 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 4702 0 0 0 864 105 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14090952 memory=0 CPUtime=13.26 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 9603 0 0 0 1239 87 0 0 20 0 15 0 42382570 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 42382570 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285617198048 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42382571 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285616145408 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0.48 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 2185 0 0 0 47 1 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0.46 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 1052 0 0 0 46 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14090952 memory=6944656592455097440 CPUtime=0.45 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 2556 0 0 0 44 1 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14090952 memory=1076928 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14090952 memory=4012 CPUtime=1.43 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1489 0 0 0 66 77 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 2230.81 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1078828 KiB

[startup+2262.3 s]
/proc/loadavg: 1.34 1.36 1.34 3/215 32475
/proc/meminfo: memFree=22196756/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14090952 memory=1078828 CPUtime=2291.58 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 101676 0 0 0 228660 498 0 0 20 0 15 0 42382567 14429134848 269707 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3522738 269707 3575 1 0 3484809 0
[pid=32291/tid=32293] ppid=32288 vsize=14090952 memory=1078828 CPUtime=2234.95 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 64139 0 0 0 223426 69 0 0 20 0 15 0 42382568 14429134848 269707 33554432000 4194304 4196468 140737304628640 140286147418960 140285784779603 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14090952 memory=1078828 CPUtime=10.01 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 3616 0 0 0 885 116 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14090952 memory=1078828 CPUtime=10.03 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 5132 0 0 0 892 111 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14090952 memory=1078828 CPUtime=10.03 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 5571 0 0 0 891 112 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14090952 memory=1078828 CPUtime=9.96 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 4712 0 0 0 887 109 0 0 20 0 15 0 42382569 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14090952 memory=1078828 CPUtime=13.66 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 9786 0 0 0 1276 90 0 0 20 0 15 0 42382570 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 42382570 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285617198048 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42382571 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285616145408 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0.48 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 2187 0 0 0 47 1 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14090952 memory=1008 CPUtime=0.46 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 1054 0 0 0 46 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14090952 memory=1078828 CPUtime=0.45 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 2558 0 0 0 44 1 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14090952 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14090952 memory=1078828 CPUtime=1.46 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1504 0 0 0 67 79 0 0 20 0 15 0 42382573 14429134848 269707 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 2291.58 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1078828 KiB

[startup+2322.3 s]
/proc/loadavg: 1.17 1.30 1.32 3/215 32476
/proc/meminfo: memFree=22194424/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14090952 memory=1078832 CPUtime=2352.33 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 103405 0 0 0 234721 512 0 0 20 0 15 0 42382567 14429134848 269708 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3522738 269708 3576 1 0 3484809 0
[pid=32291/tid=32293] ppid=32288 vsize=14090952 memory=1078832 CPUtime=2294.22 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 65386 0 0 0 229352 70 0 0 20 0 15 0 42382568 14429134848 269708 33554432000 4194304 4196468 140737304628640 140286147419104 140285784724369 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14090952 memory=1078832 CPUtime=10.27 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 3623 0 0 0 907 120 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14090952 memory=56 CPUtime=10.3 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 5155 0 0 0 915 115 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14090952 memory=1078832 CPUtime=10.3 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 5697 0 0 0 915 115 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14090952 memory=1078832 CPUtime=10.22 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 4715 0 0 0 910 112 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14090952 memory=1078832 CPUtime=14.02 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 9968 0 0 0 1309 93 0 0 20 0 15 0 42382570 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 42382570 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285617198048 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42382571 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285616145408 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0.49 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 2262 0 0 0 48 1 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14090952 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 1056 0 0 0 46 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0.45 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 2604 0 0 0 44 1 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14090952 memory=1078832 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14090952 memory=1078832 CPUtime=1.5 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1522 0 0 0 69 81 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 2352.33 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1078832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.4 s]
/proc/loadavg: 1.04 1.24 1.30 3/215 32477
/proc/meminfo: memFree=22194244/32770624 swapFree=67108860/67108860
[pid=32291] ppid=32288 vsize=14090952 memory=1078832 CPUtime=2400.05 cores=0,2,4,6
/proc/32291/stat : 32291 (java) S 32288 32291 29534 0 -1 1077944320 104619 0 0 0 239484 521 0 0 20 0 15 0 42382567 14429134848 269708 33554432000 4194304 4196468 140737304628640 140737304611184 140286143180535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
/proc/32291/statm: 3522738 269708 3576 1 0 3484809 0
[pid=32291/tid=32293] ppid=32288 vsize=14090952 memory=301741420686082359 CPUtime=2340.73 cores=0,2,4,6
/proc/32291/task/32293/stat : 32293 (java) R 32288 32291 29534 0 -1 4202560 66236 0 0 0 234002 71 0 0 20 0 15 0 42382568 14429134848 269708 33554432000 4194304 4196468 140737304628640 140286147419248 140285784733480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32294] ppid=32288 vsize=14090952 memory=13572582825790009 CPUtime=10.48 cores=0,2,4,6
/proc/32291/task/32294/stat : 32294 (java) S 32288 32291 29534 0 -1 1077944384 3649 0 0 0 927 121 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285738588944 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32295] ppid=32288 vsize=14090952 memory=6003394378875170151 CPUtime=10.51 cores=0,2,4,6
/proc/32291/task/32295/stat : 32295 (java) S 32288 32291 29534 0 -1 1077944384 5158 0 0 0 934 117 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285737536400 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32296] ppid=32288 vsize=14090952 memory=4026532099 CPUtime=10.52 cores=0,2,4,6
/proc/32291/task/32296/stat : 32296 (java) S 32288 32291 29534 0 -1 1077944384 5818 0 0 0 934 118 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285736483856 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32297] ppid=32288 vsize=14090952 memory=17352 CPUtime=10.45 cores=0,2,4,6
/proc/32291/task/32297/stat : 32297 (java) S 32288 32291 29534 0 -1 1077944384 4726 0 0 0 931 114 0 0 20 0 15 0 42382569 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285735431312 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32298] ppid=32288 vsize=14090952 memory=6944656592455097440 CPUtime=14.33 cores=0,2,4,6
/proc/32291/task/32298/stat : 32298 (java) S 32288 32291 29534 0 -1 1077944384 10151 0 0 0 1338 95 0 0 20 0 15 0 42382570 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285618251760 140286143191682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32299] ppid=32288 vsize=14090952 memory=590024333707207229 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32299/stat : 32299 (java) S 32288 32291 29534 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 42382570 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285617198048 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32300] ppid=32288 vsize=14090952 memory=288287792147221378 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32300/stat : 32300 (java) S 32288 32291 29534 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42382571 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285616145408 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32301] ppid=32288 vsize=14090952 memory=267986 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32301/stat : 32301 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285615093968 140286143199131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32302] ppid=32288 vsize=14090952 memory=6944656592455097440 CPUtime=0.49 cores=0,2,4,6
/proc/32291/task/32302/stat : 32302 (java) S 32288 32291 29534 0 -1 1077944384 2265 0 0 0 48 1 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285614041584 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32303] ppid=32288 vsize=14090952 memory=-1189914978686163229 CPUtime=0.46 cores=0,2,4,6
/proc/32291/task/32303/stat : 32303 (java) S 32288 32291 29534 0 -1 1077944384 1058 0 0 0 46 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285612989040 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32304] ppid=32288 vsize=14090952 memory=-4695052241013923951 CPUtime=0.45 cores=0,2,4,6
/proc/32291/task/32304/stat : 32304 (java) S 32288 32291 29534 0 -1 1077944384 2606 0 0 0 44 1 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285611936496 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32305] ppid=32288 vsize=14090952 memory=8330969454845486047 CPUtime=0 cores=0,2,4,6
/proc/32291/task/32305/stat : 32305 (java) S 32288 32291 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285610884192 140286143190741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
[pid=32291/tid=32306] ppid=32288 vsize=14090952 memory=1408 CPUtime=1.53 cores=0,2,4,6
/proc/32291/task/32306/stat : 32306 (java) S 32288 32291 29534 0 -1 1077944384 1535 0 0 0 70 83 0 0 20 0 15 0 42382573 14429134848 269708 33554432000 4194304 4196468 140737304628640 140285609830704 140286143191682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 11452416 140737304630344 140737304630537 140737304630537 140737304633295 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 1078832 KiB

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

[startup+2369.41 s]
# the end of solver process 32291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.85 s, system=5.22631 s

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

Child status: 143
Real time (s): 2369.41
CPU time (s): 2400.07
CPU user time (s): 2394.85
CPU system time (s): 5.22631
CPU usage (%): 101.294
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 1117796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.85
system time used= 5.22631
maximum resident set size= 1119344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 455006
involuntary context switches= 7919


# summary of solver processes directly reported to runsolver:
#   pid: 32291
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2394.85
#   total CPU system time (s): 5.22631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7785 second user time and 22.2826 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 10:29:54
IDJOB=4290322
IDBENCH=141369
IDSOLVER=2743
FILE ID=node103/4290322-1532248194
RUNJOBID= node103-1532224272-29565
PBS_JOBID= 21018942
Free space on /tmp= 56840 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-07_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-4290322-1532248194/watcher-4290322-1532248194 -o /tmp/evaluation-result-4290322-1532248194/solver-4290322-1532248194 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29565 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1842606943 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290322-1532248194.xml

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

MD5SUM BENCH= e42a0bd121bf3364b1a4e345eaac980a
RANDOM SEED=1842606943

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22636844 kB
MemAvailable:   31096580 kB
Buffers:          229500 kB
Cached:          8433372 kB
SwapCached:            0 kB
Active:          2287988 kB
Inactive:        7270996 kB
Active(anon):     898700 kB
Inactive(anon):    16976 kB
Active(file):    1389288 kB
Inactive(file):  7254020 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35960 kB
Writeback:             0 kB
AnonPages:        902116 kB
Mapped:            48924 kB
Shmem:             17036 kB
Slab:             272324 kB
SReclaimable:     244888 kB
SUnreclaim:        27436 kB
KernelStack:        3552 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1932100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56804 MiB
End job on node103 at 2018-07-22 11:09:23