Trace number 4262501

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 NameAnswerCPU timeWall clock time
Concrete 3.4UNSAT 494.58701 320.39899

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-16.xml
MD5SUM2a6706ebf1a04474da396dd8277f6c47
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.489901
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1854
Maximum variable degree1979
Distribution of variable degrees[{"degree":1854,"count":1},{"degree":1899,"count":1},{"degree":1906,"count":1},{"degree":1917,"count":1},{"degree":1920,"count":1},{"degree":1924,"count":2},{"degree":1928,"count":1},{"degree":1938,"count":1},{"degree":1941,"count":1},{"degree":1943,"count":1},{"degree":1945,"count":1},{"degree":1948,"count":1},{"degree":1950,"count":1},{"degree":1955,"count":1},{"degree":1961,"count":2},{"degree":1962,"count":2},{"degree":1978,"count":1},{"degree":1979,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

3.31/2.17	c Concrete v3.4 running
494.40/320.34	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262501-1502440628/watcher-4262501-1502440628 -o /tmp/evaluation-result-4262501-1502440628/solver-4262501-1502440628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580 bin/concrete HOME/instance-4262501-1502440628.xml 

pid=18007
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.84 1.71 2/194 18010
/proc/meminfo: memFree=27257220/32770624 swapFree=0/385700
[pid=18010] ppid=18007 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18010/stat : 18010 (runsolver) D 18007 18010 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 32403506 24240128 108 18446744073709551615 4194304 4338465 140722538262800 140722538260440 140128247272151 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 18620416 140722538270929 140722538271305 140722538271305 140722538274762 0
/proc/18010/statm: 5918 108 54 36 0 2156 0

[startup+0.100063 s]
/proc/loadavg: 1.92 1.84 1.71 2/194 18010
/proc/meminfo: memFree=27257220/32770624 swapFree=0/385700
[pid=18010] ppid=18007 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18010/stat : 18010 (bash) S 18007 18010 7434 0 -1 4202496 897 6468 0 0 0 0 0 1 20 0 1 0 32403506 9867264 377 18446744073709551615 4194304 5098028 140728860801040 140728860795048 139982116858880 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 22589440 140728860807700 140728860807785 140728860807785 140728860811242 0
/proc/18010/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20315 s]
/proc/loadavg: 1.92 1.84 1.71 2/194 18010
/proc/meminfo: memFree=27257220/32770624 swapFree=0/385700
[pid=18010] ppid=18007 vsize=13442388 CPUtime=0.1 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 4702 12679 0 0 2 0 5 3 20 0 8 0 32403506 13765005312 3989 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3360597 3989 2026 1 0 3350094 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13442388

[startup+0.300274 s]
/proc/loadavg: 1.92 1.84 1.71 2/194 18010
/proc/meminfo: memFree=27257220/32770624 swapFree=0/385700
[pid=18010] ppid=18007 vsize=13974356 CPUtime=0.18 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 6399 12679 0 0 9 1 5 3 20 0 15 0 32403506 14309740544 7052 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3493589 7052 2847 1 0 3482965 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13974356

[startup+0.700346 s]
/proc/loadavg: 1.92 1.84 1.71 2/194 18010
/proc/meminfo: memFree=27257220/32770624 swapFree=0/385700
[pid=18010] ppid=18007 vsize=13974784 CPUtime=0.72 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 14033 12679 0 0 59 5 5 3 20 0 15 0 32403506 14310178816 14964 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3493696 14964 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50287 s]
/proc/loadavg: 1.92 1.84 1.71 4/209 18073
/proc/meminfo: memFree=27161520/32770624 swapFree=0/386276
[pid=18010] ppid=18007 vsize=13985408 CPUtime=2.01 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 34060 12679 0 0 183 10 5 3 20 0 15 0 32403506 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3496352 42714 3367 1 0 3485525 0
[pid=18010/tid=18060] ppid=18007 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) R 18007 18010 7434 0 -1 4202560 26120 12679 0 0 117 6 5 3 20 0 15 0 32403524 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140360419656960 140360415458461 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) S 18007 18010 7434 0 -1 1077944384 215 12679 0 0 1 0 5 3 20 0 15 0 32403525 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) S 18007 18010 7434 0 -1 1077944384 47 12679 0 0 1 0 5 3 20 0 15 0 32403525 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140360348818192 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) S 18007 18010 7434 0 -1 1077944384 61 12679 0 0 1 0 5 3 20 0 15 0 32403525 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) S 18007 18010 7434 0 -1 1077944384 50 12679 0 0 1 0 5 3 20 0 15 0 32403525 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 1857 12679 0 0 1 0 5 3 20 0 15 0 32403526 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359893624944 140360415447682 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 55 12679 0 0 0 0 5 3 20 0 15 0 32403527 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359892570912 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 44 12679 0 0 0 0 5 3 20 0 15 0 32403527 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359891518576 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 1353 12679 0 0 18 0 5 3 20 0 15 0 32403529 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 550 12679 0 0 15 0 5 3 20 0 15 0 32403529 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=13985408 CPUtime=0.32 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) R 18007 18010 7434 0 -1 4202560 1543 12679 0 0 24 0 5 3 20 0 15 0 32403529 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359887306584 140360394062997 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 7 12679 0 0 0 0 5 3 20 0 15 0 32403534 14321057792 42714 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10054 s]
/proc/loadavg: 1.92 1.84 1.71 4/209 18073
/proc/meminfo: memFree=27088556/32770624 swapFree=0/386260
[pid=18010] ppid=18007 vsize=13995836 CPUtime=5.39 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 41433 12679 0 0 517 14 5 3 20 0 15 0 32403506 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3498959 54420 3446 1 0 3487573 0
[pid=18010/tid=18060] ppid=18007 vsize=13995836 CPUtime=2.9 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) R 18007 18010 7434 0 -1 4202560 30085 12679 0 0 274 8 5 3 20 0 15 0 32403524 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140360419671312 140360397843587 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) S 18007 18010 7434 0 -1 1077944384 215 12679 0 0 1 0 5 3 20 0 15 0 32403525 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) S 18007 18010 7434 0 -1 1077944384 47 12679 0 0 1 0 5 3 20 0 15 0 32403525 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140360348818192 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) S 18007 18010 7434 0 -1 1077944384 61 12679 0 0 1 0 5 3 20 0 15 0 32403525 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) S 18007 18010 7434 0 -1 1077944384 50 12679 0 0 1 0 5 3 20 0 15 0 32403525 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 1885 12679 0 0 1 0 5 3 20 0 15 0 32403526 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359893624944 140360415447682 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 55 12679 0 0 0 0 5 3 20 0 15 0 32403527 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359892570912 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 44 12679 0 0 0 0 5 3 20 0 15 0 32403527 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359891518576 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=13995836 CPUtime=0.87 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 2222 12679 0 0 79 0 5 3 20 0 15 0 32403529 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=13995836 CPUtime=0.82 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 1647 12679 0 0 73 1 5 3 20 0 15 0 32403529 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=13995836 CPUtime=0.92 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 2952 12679 0 0 83 1 5 3 20 0 15 0 32403529 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359887309680 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 10 12679 0 0 0 0 5 3 20 0 15 0 32403534 14331736064 54420 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 13995836

[startup+6.30086 s]
/proc/loadavg: 1.84 1.83 1.70 3/209 18073
/proc/meminfo: memFree=26970796/32770624 swapFree=0/386260
[pid=18010] ppid=18007 vsize=13999932 CPUtime=10.58 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 57357 12679 0 0 1032 18 5 3 20 0 15 0 32403506 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3499983 79025 3462 1 0 3488597 0
[pid=18010/tid=18060] ppid=18007 vsize=13999932 CPUtime=6.07 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) R 18007 18010 7434 0 -1 4202560 38214 12679 0 0 589 10 5 3 20 0 15 0 32403524 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140360419658280 140360025014318 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) S 18007 18010 7434 0 -1 1077944384 237 12679 0 0 1 0 5 3 20 0 15 0 32403525 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) S 18007 18010 7434 0 -1 1077944384 149 12679 0 0 2 0 5 3 20 0 15 0 32403525 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140360348818192 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) S 18007 18010 7434 0 -1 1077944384 451 12679 0 0 2 0 5 3 20 0 15 0 32403525 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) S 18007 18010 7434 0 -1 1077944384 117 12679 0 0 2 0 5 3 20 0 15 0 32403525 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 1939 12679 0 0 2 0 5 3 20 0 15 0 32403526 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359893624944 140360415447682 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 55 12679 0 0 0 0 5 3 20 0 15 0 32403527 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359892570976 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 44 12679 0 0 0 0 5 3 20 0 15 0 32403527 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=13999932 CPUtime=1.63 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) R 18007 18010 7434 0 -1 4202560 3803 12679 0 0 155 0 5 3 20 0 15 0 32403529 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359889399760 140360400316118 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=13999932 CPUtime=1.59 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) R 18007 18010 7434 0 -1 4202560 4263 12679 0 0 149 2 5 3 20 0 15 0 32403529 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359888341904 140360393031552 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=13999932 CPUtime=1.34 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 5914 12679 0 0 124 2 5 3 20 0 15 0 32403529 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359887309680 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 11 12679 0 0 0 0 5 3 20 0 15 0 32403534 14335930368 79025 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 1.86 1.83 1.70 3/209 18073
/proc/meminfo: memFree=26207476/32770624 swapFree=0/386272
[pid=18010] ppid=18007 vsize=13999932 CPUtime=20.27 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 65031 12679 0 0 1982 37 5 3 20 0 15 0 32403506 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3499983 265165 3465 1 0 3488597 0
[pid=18010/tid=18060] ppid=18007 vsize=13999932 CPUtime=12.34 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) R 18007 18010 7434 0 -1 4202560 39746 12679 0 0 1208 18 5 3 20 0 15 0 32403524 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140360419670248 140360031283189 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=13999932 CPUtime=0.18 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) S 18007 18010 7434 0 -1 1077944384 632 12679 0 0 8 2 5 3 20 0 15 0 32403525 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) S 18007 18010 7434 0 -1 1077944384 197 12679 0 0 9 2 5 3 20 0 15 0 32403525 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140360348818192 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) S 18007 18010 7434 0 -1 1077944384 517 12679 0 0 10 3 5 3 20 0 15 0 32403525 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) S 18007 18010 7434 0 -1 1077944384 247 12679 0 0 11 2 5 3 20 0 15 0 32403525 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 2618 12679 0 0 3 0 5 3 20 0 15 0 32403526 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140359893624944 140360415447682 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 55 12679 0 0 0 0 5 3 20 0 15 0 32403527 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140359892570976 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 44 12679 0 0 0 0 5 3 20 0 15 0 32403527 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14335930368 265165 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0

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

/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 76899 12679 0 0 48 6 5 3 20 0 15 0 32403526 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359893623568 140360415446741 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 119 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359892570608 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 86 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=14067516 CPUtime=6.51 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 17718 12679 0 0 640 3 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=14067516 CPUtime=6.12 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 19100 12679 0 0 600 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=14067516 CPUtime=2.06 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 15786 12679 0 0 194 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359887304640 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=14067516 CPUtime=0.28 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 972 12679 0 0 10 10 5 3 20 0 15 0 32403534 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 486.91
Current children cumulated vsize (KiB) 14067516

[startup+319.201 s]
/proc/loadavg: 2.37 2.16 1.88 6/210 18710
/proc/meminfo: memFree=20262392/32770624 swapFree=0/388652
[pid=18010] ppid=18007 vsize=14067516 CPUtime=490.06 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 498557 12679 0 0 48518 480 5 3 20 0 15 0 32403506 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3516879 1750206 3479 1 0 3505493 0
[pid=18010/tid=18060] ppid=18007 vsize=14067516 CPUtime=265.93 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) S 18007 18010 7434 0 -1 1077944384 98684 12679 0 0 26524 61 5 3 20 0 15 0 32403524 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360419674256 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=14067516 CPUtime=52.2 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) R 18007 18010 7434 0 -1 4202560 63132 12679 0 0 5116 96 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360397033543 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=14067516 CPUtime=52.26 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) R 18007 18010 7434 0 -1 4202560 57906 12679 0 0 5120 98 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360348818392 140360397033546 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=14067516 CPUtime=52.36 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) R 18007 18010 7434 0 -1 4202560 92971 12679 0 0 5128 100 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360397033543 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=14067516 CPUtime=52.31 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) R 18007 18010 7434 0 -1 4202560 53028 12679 0 0 5126 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360346712992 140360397033546 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=14067516 CPUtime=0.63 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 76899 12679 0 0 49 6 5 3 20 0 15 0 32403526 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359893623344 140360415446741 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 119 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359892570608 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 86 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=14067516 CPUtime=6.51 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 17718 12679 0 0 640 3 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=14067516 CPUtime=6.12 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 19100 12679 0 0 600 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=14067516 CPUtime=2.06 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 15787 12679 0 0 194 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359887306112 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=14067516 CPUtime=0.28 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 972 12679 0 0 10 10 5 3 20 0 15 0 32403534 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 490.06
Current children cumulated vsize (KiB) 14067516

[startup+320.009 s]
/proc/loadavg: 2.37 2.16 1.88 6/210 18710
/proc/meminfo: memFree=20262392/32770624 swapFree=0/388652
[pid=18010] ppid=18007 vsize=14067516 CPUtime=493.24 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 510874 12679 0 0 48835 481 5 3 20 0 15 0 32403506 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3516879 1750206 3479 1 0 3505493 0
[pid=18010/tid=18060] ppid=18007 vsize=14067516 CPUtime=265.93 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) S 18007 18010 7434 0 -1 1077944384 98684 12679 0 0 26524 61 5 3 20 0 15 0 32403524 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360419674256 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=14067516 CPUtime=53 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) R 18007 18010 7434 0 -1 4202560 65195 12679 0 0 5195 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360400433149 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=14067516 CPUtime=53.05 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) R 18007 18010 7434 0 -1 4202560 62306 12679 0 0 5198 99 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360348818392 140360400432936 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=14067516 CPUtime=53.15 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) R 18007 18010 7434 0 -1 4202560 97486 12679 0 0 5207 100 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360400135351 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=14067516 CPUtime=53.1 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) R 18007 18010 7434 0 -1 4202560 54362 12679 0 0 5205 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360400433028 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=14067516 CPUtime=0.65 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 76899 12679 0 0 51 6 5 3 20 0 15 0 32403526 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359893623568 140360415446741 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 119 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359892570608 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 86 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=14067516 CPUtime=6.51 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 17718 12679 0 0 640 3 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=14067516 CPUtime=6.12 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 19100 12679 0 0 600 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=14067516 CPUtime=2.06 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 15787 12679 0 0 194 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359887306112 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=14067516 CPUtime=0.28 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 972 12679 0 0 10 10 5 3 20 0 15 0 32403534 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 493.24
Current children cumulated vsize (KiB) 14067516

[startup+320.213 s]
/proc/loadavg: 2.50 2.19 1.89 6/210 18710
/proc/meminfo: memFree=20262516/32770624 swapFree=0/388652
[pid=18010] ppid=18007 vsize=14067516 CPUtime=494.04 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 515449 12679 0 0 48915 481 5 3 20 0 15 0 32403506 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3516879 1750206 3479 1 0 3505493 0
[pid=18010/tid=18060] ppid=18007 vsize=14067516 CPUtime=265.93 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) S 18007 18010 7434 0 -1 1077944384 98684 12679 0 0 26524 61 5 3 20 0 15 0 32403524 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360419674256 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=14067516 CPUtime=53.2 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) R 18007 18010 7434 0 -1 4202560 65195 12679 0 0 5215 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360397046290 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=14067516 CPUtime=53.25 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) R 18007 18010 7434 0 -1 4202560 64166 12679 0 0 5218 99 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360348818392 140360400432942 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=14067516 CPUtime=53.35 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) R 18007 18010 7434 0 -1 4202560 100201 12679 0 0 5227 100 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360400433190 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=14067516 CPUtime=53.3 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) R 18007 18010 7434 0 -1 4202560 54362 12679 0 0 5225 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360400432936 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=14067516 CPUtime=0.65 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 76899 12679 0 0 51 6 5 3 20 0 15 0 32403526 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359893623568 140360415446741 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 119 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359892570608 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 86 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=14067516 CPUtime=6.51 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 17718 12679 0 0 640 3 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=14067516 CPUtime=6.12 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 19100 12679 0 0 600 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=14067516 CPUtime=2.06 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 15787 12679 0 0 194 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359887306112 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=14067516 CPUtime=0.28 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 972 12679 0 0 10 10 5 3 20 0 15 0 32403534 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 494.04
Current children cumulated vsize (KiB) 14067516

[startup+320.301 s]
/proc/loadavg: 2.50 2.19 1.89 6/210 18710
/proc/meminfo: memFree=20262516/32770624 swapFree=0/388652
[pid=18010] ppid=18007 vsize=14067516 CPUtime=494.4 cores=0,2,4,6
/proc/18010/stat : 18010 (java) S 18007 18010 7434 0 -1 1077944320 515449 12679 0 0 48951 481 5 3 20 0 15 0 32403506 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140737328304000 140360415436535 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
/proc/18010/statm: 3516879 1750206 3479 1 0 3505493 0
[pid=18010/tid=18060] ppid=18007 vsize=14067516 CPUtime=265.93 cores=0,2,4,6
/proc/18010/task/18060/stat : 18060 (java) S 18007 18010 7434 0 -1 1077944384 98684 12679 0 0 26524 61 5 3 20 0 15 0 32403524 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360419674256 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18061] ppid=18007 vsize=14067516 CPUtime=53.29 cores=0,2,4,6
/proc/18010/task/18061/stat : 18061 (java) R 18007 18010 7434 0 -1 4202560 65195 12679 0 0 5224 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360349870992 140360397046311 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18062] ppid=18007 vsize=14067516 CPUtime=53.34 cores=0,2,4,6
/proc/18010/task/18062/stat : 18062 (java) R 18007 18010 7434 0 -1 4202560 64166 12679 0 0 5227 99 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360348818392 140360400432880 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18063] ppid=18007 vsize=14067516 CPUtime=53.44 cores=0,2,4,6
/proc/18010/task/18063/stat : 18063 (java) R 18007 18010 7434 0 -1 4202560 100201 12679 0 0 5236 100 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360347765904 140360400432936 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18064] ppid=18007 vsize=14067516 CPUtime=53.39 cores=0,2,4,6
/proc/18010/task/18064/stat : 18064 (java) R 18007 18010 7434 0 -1 4202560 54362 12679 0 0 5234 97 5 3 20 0 15 0 32403525 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140360346713104 140360397046306 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18065] ppid=18007 vsize=14067516 CPUtime=0.65 cores=0,2,4,6
/proc/18010/task/18065/stat : 18065 (java) S 18007 18010 7434 0 -1 1077944384 76899 12679 0 0 51 6 5 3 20 0 15 0 32403526 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359893623568 140360415446741 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18066] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18066/stat : 18066 (java) S 18007 18010 7434 0 -1 1077944384 119 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359892570608 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18067] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18067/stat : 18067 (java) S 18007 18010 7434 0 -1 1077944384 86 12679 0 0 0 0 5 3 20 0 15 0 32403527 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359891518592 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18068] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18068/stat : 18068 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359890466896 140360415455131 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18069] ppid=18007 vsize=14067516 CPUtime=6.51 cores=0,2,4,6
/proc/18010/task/18069/stat : 18069 (java) S 18007 18010 7434 0 -1 1077944384 17718 12679 0 0 640 3 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359889414768 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18070] ppid=18007 vsize=14067516 CPUtime=6.12 cores=0,2,4,6
/proc/18010/task/18070/stat : 18070 (java) S 18007 18010 7434 0 -1 1077944384 19100 12679 0 0 600 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359888361968 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18071] ppid=18007 vsize=14067516 CPUtime=2.06 cores=0,2,4,6
/proc/18010/task/18071/stat : 18071 (java) S 18007 18010 7434 0 -1 1077944384 15787 12679 0 0 194 4 5 3 20 0 15 0 32403529 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359887306112 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18072] ppid=18007 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/18010/task/18072/stat : 18072 (java) S 18007 18010 7434 0 -1 1077944384 3 12679 0 0 0 0 5 3 20 0 15 0 32403530 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359886257120 140360415446741 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
[pid=18010/tid=18073] ppid=18007 vsize=14067516 CPUtime=0.28 cores=0,2,4,6
/proc/18010/task/18073/stat : 18073 (java) S 18007 18010 7434 0 -1 1077944384 972 12679 0 0 10 10 5 3 20 0 15 0 32403534 14405136384 1750206 18446744073709551615 4194304 4196468 140737328321456 140359885203888 140360415447682 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28295168 140737328322512 140737328325297 140737328325297 140737328328655 0
Current children cumulated CPU time (s) 494.4
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 320.399
CPU time (s): 494.587
CPU user time (s): 489.683
CPU system time (s): 4.90467
CPU usage (%): 154.366
Max. virtual memory (cumulated for all children) (KiB): 14069692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.682
system time used= 4.90467
maximum resident set size= 7038508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 528425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18125
involuntary context switches= 2798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32492 second user time and 2.16226 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 10:22:52
IDJOB=4262501
IDBENCH=125874
IDSOLVER=2650
FILE ID=node124/4262501-1502440628
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262501-1502440628/watcher-4262501-1502440628 -o /tmp/evaluation-result-4262501-1502440628/solver-4262501-1502440628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262501-1502440628.xml

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

MD5SUM BENCH= 2a6706ebf1a04474da396dd8277f6c47
RANDOM SEED=1800508981

node124.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.51
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.51
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.51
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.51
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:        27259440 kB
MemAvailable:   27673540 kB
Buffers:          202640 kB
Cached:           498972 kB
SwapCached:            0 kB
Active:          4687488 kB
Inactive:         402468 kB
Active(anon):    4388992 kB
Inactive(anon):    16768 kB
Active(file):     298496 kB
Inactive(file):   385700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24460 kB
Writeback:             8 kB
AnonPages:       4388504 kB
Mapped:            50548 kB
Shmem:             17128 kB
Slab:             117248 kB
SReclaimable:      91476 kB
SUnreclaim:        25772 kB
KernelStack:        3408 kB
PageTables:        13404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5052380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4280320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61952 MiB
End job on node124 at 2017-08-11 10:28:13