Trace number 4259508

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
Concrete 3.4? (TO) 254.14301 227.532

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark713
Best CPU time to get the best result obtained on this benchmark248.217
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.17/2.19	c Concrete v3.4 running

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259508-1502646409/watcher-4259508-1502646409 -o /tmp/evaluation-result-4259508-1502646409/solver-4259508-1502646409 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259508-1502646409.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 2.01 1.83 1.88 4/204 30267
/proc/meminfo: memFree=27190348/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=9636 memory=1508 CPUtime=0.01 cores=1,3,5,7
/proc/30253/stat : 30253 (bash) S 30250 30253 8289 0 -1 4202496 894 6475 0 0 0 0 0 1 20 0 1 0 112456054 9867264 377 18446744073709551615 4194304 5098028 140720406265072 140720406259080 140410957257728 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 17281024 140720406270452 140720406270537 140720406270537 140720406274026 0
/proc/30253/statm: 2409 377 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1508 KiB

[startup+0.209961 s]*
/proc/loadavg: 2.01 1.83 1.88 3/203 30303
/proc/meminfo: memFree=27186752/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=13358716 memory=15364 CPUtime=0.07 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 4010 12493 0 0 0 0 5 2 20 0 6 0 112456054 13679325184 3841 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3339679 3841 1747 1 0 3329176 0
[pid=30253/tid=30303] ppid=30250 vsize=13358716 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 1883 12493 0 0 0 0 5 2 20 0 6 0 112456075 13679325184 3841 18446744073709551615 4194304 4196468 140732007304720 140635284746832 140635241492342 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=13358716 memory=330 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 6 0 112456076 13679325184 3841 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=13358716 memory=288370906803312256 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 6 0 112456076 13679325184 3907 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=13358716 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 6 0 112456076 13679325184 3907 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=13358716 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2 12493 0 0 0 0 5 2 20 0 6 0 112456076 13679325184 3907 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13358716 KiB
Current children cumulated memory: 15364 KiB

[startup+0.310271 s]*
/proc/loadavg: 2.01 1.83 1.88 3/216 30316
/proc/meminfo: memFree=27176116/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=13974356 memory=28264 CPUtime=0.17 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 5904 12493 0 0 9 1 5 2 20 0 15 0 112456054 14309740544 7066 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3493589 7066 2810 1 0 3482965 0
[pid=30253/tid=30303] ppid=30250 vsize=13974356 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 3007 12493 0 0 6 0 5 2 20 0 15 0 112456075 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140635284734160 140635280522646 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2 12493 0 0 0 0 5 2 20 0 15 0 112456076 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 2 12493 0 0 0 0 5 2 20 0 15 0 112456077 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 33 12493 0 0 0 0 5 2 20 0 15 0 112456078 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634825213600 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 21 12493 0 0 0 0 5 2 20 0 15 0 112456078 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634824160496 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) R 30250 30253 8289 0 -1 4202560 430 12493 0 0 0 0 5 2 20 0 15 0 112456081 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635264913935 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 9 12493 0 0 0 0 5 2 20 0 15 0 112456081 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=13974356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) R 30250 30253 8289 0 -1 4202560 300 12493 0 0 1 0 5 2 20 0 15 0 112456081 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634819945848 140635259141238 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=13974356 memory=140530651600512 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456084 14309740544 7131 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 28264 KiB

[startup+0.700718 s]
/proc/loadavg: 2.01 1.83 1.88 3/216 30316
/proc/meminfo: memFree=27148552/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=13974784 memory=59968 CPUtime=0.69 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 13547 12493 0 0 58 4 5 2 20 0 15 0 112456054 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3493696 14992 3121 1 0 3482965 0
[pid=30253/tid=30303] ppid=30250 vsize=13974784 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 9937 12493 0 0 42 3 5 2 20 0 15 0 112456075 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140635284726416 140635265676366 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=13974784 memory=53632 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=13974784 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456076 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2 12493 0 0 0 0 5 2 20 0 15 0 112456076 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 5 12493 0 0 0 0 5 2 20 0 15 0 112456077 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 33 12493 0 0 0 0 5 2 20 0 15 0 112456078 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634825213600 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 21 12493 0 0 0 0 5 2 20 0 15 0 112456078 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634824160496 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 618 12493 0 0 2 0 5 2 20 0 15 0 112456081 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 218 12493 0 0 3 0 5 2 20 0 15 0 112456081 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=13974784 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 552 12493 0 0 10 0 5 2 20 0 15 0 112456081 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634819950576 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 1 12493 0 0 0 0 5 2 20 0 15 0 112456084 14310178816 14992 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 59968 KiB

[startup+1.50068 s]
/proc/loadavg: 2.01 1.83 1.88 4/216 30316
/proc/meminfo: memFree=27104816/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=13985408 memory=160600 CPUtime=1.86 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 28153 12493 0 0 170 9 5 2 20 0 15 0 112456054 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3496352 40150 3368 1 0 3485525 0
[pid=30253/tid=30303] ppid=30250 vsize=13985408 memory=-8774313645642428999 CPUtime=1.28 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) S 30250 30253 8289 0 -1 1077944384 21464 12493 0 0 115 6 5 2 20 0 15 0 112456075 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140635284739984 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=13985408 memory=-7017668738701635502 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 67 12493 0 0 0 0 5 2 20 0 15 0 112456076 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 40 12493 0 0 0 0 5 2 20 0 15 0 112456076 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 56 12493 0 0 0 0 5 2 20 0 15 0 112456076 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=13985408 memory=19153 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 178 12493 0 0 0 0 5 2 20 0 15 0 112456076 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=13985408 memory=288230600312364799 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) R 30250 30253 8289 0 -1 4202560 1098 12493 0 0 0 0 5 2 20 0 15 0 112456077 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634826265664 140635266202411 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=13985408 memory=16101455257955772 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 33 12493 0 0 0 0 5 2 20 0 15 0 112456078 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634825213600 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=13985408 memory=825307185 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 21 12493 0 0 0 0 5 2 20 0 15 0 112456078 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634824160496 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=13985408 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 1148 12493 0 0 15 0 5 2 20 0 15 0 112456081 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=13985408 memory=6944656592455359580 CPUtime=0.2 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 582 12493 0 0 13 0 5 2 20 0 15 0 112456081 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=13985408 memory=6944656592455097440 CPUtime=0.29 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 1305 12493 0 0 22 0 5 2 20 0 15 0 112456081 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634819946448 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=13985408 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=13985408 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 6 12493 0 0 0 0 5 2 20 0 15 0 112456084 14321057792 40150 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 160600 KiB

[startup+3.11106 s]
/proc/loadavg: 2.01 1.83 1.88 6/216 30316
/proc/meminfo: memFree=26851444/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=13995836 memory=304148 CPUtime=6.34 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 41227 12493 0 0 610 17 5 2 20 0 15 0 112456054 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3498959 76037 3466 1 0 3487573 0
[pid=30253/tid=30303] ppid=30250 vsize=13995836 memory=292752 CPUtime=2.82 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 25738 12493 0 0 267 8 5 2 20 0 15 0 112456075 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140635284743440 140634904489933 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=13995836 memory=65208 CPUtime=0.1 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 133 12493 0 0 3 0 5 2 20 0 15 0 112456076 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=13995836 memory=7 CPUtime=0.12 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 131 12493 0 0 4 1 5 2 20 0 15 0 112456076 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=13995836 memory=7 CPUtime=0.11 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 129 12493 0 0 3 1 5 2 20 0 15 0 112456076 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=13995836 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 375 12493 0 0 3 0 5 2 20 0 15 0 112456076 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=13995836 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 1369 12493 0 0 1 0 5 2 20 0 15 0 112456077 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=13995836 memory=5787244630853636434 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 56 12493 0 0 0 0 5 2 20 0 15 0 112456078 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634825213664 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=13995836 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 43 12493 0 0 0 0 5 2 20 0 15 0 112456078 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634824160512 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=13995836 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 15 0 112456081 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=13995836 memory=209668 CPUtime=1.36 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) R 30250 30253 8289 0 -1 4202560 5009 12493 0 0 128 1 5 2 20 0 15 0 112456081 14331736064 76037 18446744073709551615 4194304 4196468 140732007304720 140634822037168 140635264009576 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0

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

[pid=30253/tid=30304] ppid=30250 vsize=14133060 memory=2888 CPUtime=2.28 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 4672 12493 0 0 206 15 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=14133060 memory=140530524994721 CPUtime=2.27 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 3780 12493 0 0 206 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.29 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 3293 12493 0 0 208 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=14133060 memory=6003394413183919723 CPUtime=2.3 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2605 12493 0 0 209 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=0.23 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 8639 12493 0 0 15 1 5 2 20 0 17 0 112456077 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=14133060 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 64 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634825213728 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=14133060 memory=2440 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 54 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634824160512 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=14133060 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 163 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=14133060 memory=792 CPUtime=9.19 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 19148 12493 0 0 908 4 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=14133060 memory=4135908 CPUtime=8.62 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 17312 12493 0 0 852 3 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.39 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 20476 12493 0 0 227 5 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634819950576 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=14133060 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=14133060 memory=6655300316396806240 CPUtime=0.19 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 669 12493 0 0 6 6 5 2 20 0 17 0 112456084 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30449] ppid=30250 vsize=14133060 memory=8330969454845486047 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30449/stat : 30449 (java) S 30250 30253 8289 0 -1 1077944384 259 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634813383536 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30450] ppid=30250 vsize=14133060 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30450/stat : 30450 (java) S 30250 30253 8289 0 -1 1077944384 27 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634721514992 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 252.99 s
Current children cumulated vsize: 14133060 KiB
Current children cumulated memory: 4136080 KiB

[startup+227.201 s]
/proc/loadavg: 1.98 1.94 1.92 3/216 30450
/proc/meminfo: memFree=24415200/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=14133060 memory=4136080 CPUtime=253.79 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 137940 12493 0 0 25231 141 5 2 20 0 17 0 112456054 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3533265 1034020 3487 1 0 3521879 0
[pid=30253/tid=30303] ppid=30250 vsize=14133060 memory=4135908 CPUtime=224.53 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 54622 12493 0 0 22385 61 5 2 20 0 17 0 112456075 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140635284742176 140634913914709 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.28 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 4672 12493 0 0 206 15 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.27 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 3780 12493 0 0 206 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=14133060 memory=956 CPUtime=2.29 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 3293 12493 0 0 208 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=14133060 memory=2248 CPUtime=2.3 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2605 12493 0 0 209 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=14133060 memory=4136080 CPUtime=0.23 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 8640 12493 0 0 15 1 5 2 20 0 17 0 112456077 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=14133060 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 64 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634825213728 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=14133060 memory=-2247047206221864277 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 54 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634824160512 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 163 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=14133060 memory=1716 CPUtime=9.19 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 19148 12493 0 0 908 4 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=14133060 memory=1228 CPUtime=8.62 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 17312 12493 0 0 852 3 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=14133060 memory=14356 CPUtime=2.39 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 20476 12493 0 0 227 5 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634819950576 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=14133060 memory=4050762671950428176 CPUtime=0.19 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 669 12493 0 0 6 6 5 2 20 0 17 0 112456084 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30449] ppid=30250 vsize=14133060 memory=7236229500900889449 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30449/stat : 30449 (java) S 30250 30253 8289 0 -1 1077944384 259 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634813383536 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30450] ppid=30250 vsize=14133060 memory=590253525962811932 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30450/stat : 30450 (java) S 30250 30253 8289 0 -1 1077944384 28 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634721514992 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 253.79 s
Current children cumulated vsize: 14133060 KiB
Current children cumulated memory: 4136080 KiB

[startup+227.401 s]
/proc/loadavg: 1.98 1.94 1.92 3/216 30450
/proc/meminfo: memFree=24415200/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=14133060 memory=4136080 CPUtime=253.99 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 137990 12493 0 0 25251 141 5 2 20 0 17 0 112456054 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3533265 1034020 3487 1 0 3521879 0
[pid=30253/tid=30303] ppid=30250 vsize=14133060 memory=232 CPUtime=224.73 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 54673 12493 0 0 22405 61 5 2 20 0 17 0 112456075 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140635284742176 140634906828775 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=14133060 memory=0 CPUtime=2.28 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 4672 12493 0 0 206 15 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=14133060 memory=11 CPUtime=2.27 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 3780 12493 0 0 206 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=2.29 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 3293 12493 0 0 208 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=14133060 memory=1296 CPUtime=2.3 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2605 12493 0 0 209 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=14133060 memory=2440 CPUtime=0.23 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 8640 12493 0 0 15 1 5 2 20 0 17 0 112456077 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=14133060 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 64 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634825213728 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=14133060 memory=54464 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 54 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634824160512 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=14133060 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 163 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=14133060 memory=2440 CPUtime=9.19 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 19148 12493 0 0 908 4 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=14133060 memory=1724 CPUtime=8.62 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 17312 12493 0 0 852 3 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=14133060 memory=792 CPUtime=2.39 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 20476 12493 0 0 227 5 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634819950576 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=14133060 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=14133060 memory=1200 CPUtime=0.19 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 669 12493 0 0 6 6 5 2 20 0 17 0 112456084 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30449] ppid=30250 vsize=14133060 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30449/stat : 30449 (java) S 30250 30253 8289 0 -1 1077944384 259 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634813383536 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30450] ppid=30250 vsize=14133060 memory=4040 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30450/stat : 30450 (java) S 30250 30253 8289 0 -1 1077944384 28 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634721514992 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 253.99 s
Current children cumulated vsize: 14133060 KiB
Current children cumulated memory: 4136080 KiB

[startup+227.501 s]
/proc/loadavg: 1.98 1.94 1.92 3/216 30450
/proc/meminfo: memFree=24415200/32770624 swapFree=67108860/67108860
[pid=30253] ppid=30250 vsize=14133060 memory=4136080 CPUtime=254.09 cores=1,3,5,7
/proc/30253/stat : 30253 (java) S 30250 30253 8289 0 -1 1077944320 138009 12493 0 0 25261 141 5 2 20 0 17 0 112456054 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140732007287264 140635280510711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
/proc/30253/statm: 3533265 1034020 3487 1 0 3521879 0
[pid=30253/tid=30303] ppid=30250 vsize=14133060 memory=4136080 CPUtime=224.83 cores=1,3,5,7
/proc/30253/task/30303/stat : 30303 (java) R 30250 30253 8289 0 -1 4202560 54691 12493 0 0 22415 61 5 2 20 0 17 0 112456075 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140635284742176 140634906828256 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30304] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.28 cores=1,3,5,7
/proc/30253/task/30304/stat : 30304 (java) S 30250 30253 8289 0 -1 1077944384 4672 12493 0 0 206 15 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634880653840 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30305] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.27 cores=1,3,5,7
/proc/30253/task/30305/stat : 30305 (java) S 30250 30253 8289 0 -1 1077944384 3780 12493 0 0 206 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634879601296 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30306] ppid=30250 vsize=14133060 memory=4135908 CPUtime=2.29 cores=1,3,5,7
/proc/30253/task/30306/stat : 30306 (java) S 30250 30253 8289 0 -1 1077944384 3293 12493 0 0 208 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634878548240 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30307] ppid=30250 vsize=14133060 memory=4136080 CPUtime=2.3 cores=1,3,5,7
/proc/30253/task/30307/stat : 30307 (java) S 30250 30253 8289 0 -1 1077944384 2605 12493 0 0 209 14 5 2 20 0 17 0 112456076 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634877495696 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30308] ppid=30250 vsize=14133060 memory=4136080 CPUtime=0.23 cores=1,3,5,7
/proc/30253/task/30308/stat : 30308 (java) S 30250 30253 8289 0 -1 1077944384 8640 12493 0 0 15 1 5 2 20 0 17 0 112456077 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634826267376 140635280521858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30309] ppid=30250 vsize=14133060 memory=4135908 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30309/stat : 30309 (java) S 30250 30253 8289 0 -1 1077944384 64 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634825213728 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30310] ppid=30250 vsize=14133060 memory=4136080 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30310/stat : 30310 (java) S 30250 30253 8289 0 -1 1077944384 54 12493 0 0 0 0 5 2 20 0 17 0 112456078 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634824160512 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30311] ppid=30250 vsize=14133060 memory=33472 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30311/stat : 30311 (java) S 30250 30253 8289 0 -1 1077944384 163 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634823109072 140635280529307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30312] ppid=30250 vsize=14133060 memory=4135908 CPUtime=9.19 cores=1,3,5,7
/proc/30253/task/30312/stat : 30312 (java) S 30250 30253 8289 0 -1 1077944384 19148 12493 0 0 908 4 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634822056176 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30313] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=8.62 cores=1,3,5,7
/proc/30253/task/30313/stat : 30313 (java) S 30250 30253 8289 0 -1 1077944384 17312 12493 0 0 852 3 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634821003632 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30314] ppid=30250 vsize=14133060 memory=-8774313645642428999 CPUtime=2.39 cores=1,3,5,7
/proc/30253/task/30314/stat : 30314 (java) S 30250 30253 8289 0 -1 1077944384 20476 12493 0 0 227 5 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634819950576 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30315] ppid=30250 vsize=14133060 memory=2164 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30315/stat : 30315 (java) S 30250 30253 8289 0 -1 1077944384 3 12493 0 0 0 0 5 2 20 0 17 0 112456081 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634818898272 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30316] ppid=30250 vsize=14133060 memory=4135908 CPUtime=0.19 cores=1,3,5,7
/proc/30253/task/30316/stat : 30316 (java) S 30250 30253 8289 0 -1 1077944384 669 12493 0 0 6 6 5 2 20 0 17 0 112456084 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634817846320 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30449] ppid=30250 vsize=14133060 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30449/stat : 30449 (java) S 30250 30253 8289 0 -1 1077944384 259 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634813383536 140635280520917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
[pid=30253/tid=30450] ppid=30250 vsize=14133060 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30253/task/30450/stat : 30450 (java) S 30250 30253 8289 0 -1 1077944384 28 12493 0 0 0 0 5 2 20 0 17 0 112478605 14472253440 1034020 18446744073709551615 4194304 4196468 140732007304720 140634721514992 140635280521858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30580736 140732007311280 140732007314065 140732007314065 140732007317455 0
Current children cumulated CPU time: 254.09 s
Current children cumulated vsize: 14133060 KiB
Current children cumulated memory: 4136080 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 227.532
CPU time (s): 254.143
CPU user time (s): 252.675
CPU system time (s): 1.46884
CPU usage (%): 111.695
Max. virtual memory (cumulated for all children) (KiB): 14133060
Max. memory (cumulated for all children) (KiB): 4147152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.675
system time used= 1.46884
maximum resident set size= 4147152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14833
involuntary context switches= 393


# summary of solver processes directly reported to runsolver:
#   pid: 30253
#   total CPU time (s): 254.143
#   total CPU user time (s): 252.675
#   total CPU system time (s): 1.46884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31381 second user time and 2.31523 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:32:41
IDJOB=4259508
IDBENCH=126239
IDSOLVER=2646
FILE ID=node133/4259508-1502646409
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-a4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259508-1502646409/watcher-4259508-1502646409 -o /tmp/evaluation-result-4259508-1502646409/solver-4259508-1502646409 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259508-1502646409.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=1234645004

node133.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.17
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.17
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.17
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.17
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:        27190776 kB
MemAvailable:   27833324 kB
Buffers:          237908 kB
Cached:           699728 kB
SwapCached:            0 kB
Active:          4937712 kB
Inactive:         185208 kB
Active(anon):    4126136 kB
Inactive(anon):   100804 kB
Active(file):     811576 kB
Inactive(file):    84404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26156 kB
Writeback:             4 kB
AnonPages:       4184896 kB
Mapped:            69752 kB
Shmem:             41660 kB
Slab:             152444 kB
SReclaimable:     124804 kB
SUnreclaim:        27640 kB
KernelStack:        3536 kB
PageTables:        13172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5017892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3985408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61980 MiB
End job on node133 at 2017-08-13 19:36:28