Trace number 4305178

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.9.2-SuperNGSAT 19.6834 12.6952

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-m004_c18.xml
MD5SUM2f4e790a4fde13aad103094a46699cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.113265
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
19.55/12.67	v <instantiation>
19.55/12.67	v       <list>
19.55/12.67	v         x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
19.55/12.67	v       </list>
19.55/12.67	v       <values>
19.55/12.67	v         -4 19 30 29 20 21 10 0 23 27 12 4 1 32 -2 31 8 2 7 5 -3 24 14 17 3 -1 26 15 11 16 9 25 13 18 6 28 22
19.55/12.67	v       </values>
19.55/12.67	v     </instantiation>
19.55/12.67	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305178-1534139403/watcher-4305178-1534139403 -o /tmp/evaluation-result-4305178-1534139403/solver-4305178-1534139403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=37092869 -superng HOME/instance-4305178-1534139403.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=8755, runsolver pid=8752
Current StackSize limit: 8192 KiB


[startup+0.101644 s]*
/proc/loadavg: 1.98 1.93 1.93 2/207 8812
/proc/meminfo: memFree=12771424/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=10005480 memory=17072 CPUtime=0.1 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 4391 13240 0 0 1 1 5 3 20 0 6 0 231503495 10245611520 4268 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2501370 4268 1934 1 0 2489808 0
[pid=8755/tid=8808] ppid=8752 vsize=10005480 memory=-8530506832973971397 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 2221 13240 0 0 1 0 5 3 20 0 6 0 231503504 10245611520 4268 33554432000 4194304 4196468 140733369224624 139996918727248 139996930970974 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 231503505 10245611520 4268 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=10005480 memory=140280322422400 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 231503505 10245611520 4268 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 6 0 231503505 10245611520 4268 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 6 0 231503505 10245611520 4268 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.2099 s]*
/proc/loadavg: 1.98 1.93 1.93 3/216 8821
/proc/meminfo: memFree=12750552/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=10982744 memory=43944 CPUtime=0.26 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 7678 13240 0 0 16 2 5 3 20 0 15 0 231503495 11246329856 10986 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2745686 10986 2951 1 0 2708109 0
[pid=8755/tid=8808] ppid=8752 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 4403 13240 0 0 10 1 5 3 20 0 15 0 231503504 11246329856 11118 33554432000 4194304 4196468 140733369224624 139996918714464 139996927166194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=10982744 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246329856 11118 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=10982744 memory=140280322431408 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246329856 11118 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246329856 11118 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246329856 11184 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=10982744 memory=140280322422400 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 231503506 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995801183136 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995599856624 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 362 13240 0 0 1 0 5 3 20 0 15 0 231503509 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 242 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=10982744 memory=140280322422400 CPUtime=0.11 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 608 13240 0 0 3 0 5 3 20 0 15 0 231503510 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246329856 11184 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=10982744 memory=140280322422400 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246329856 11184 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43944 KiB

[startup+0.310225 s]*
/proc/loadavg: 1.98 1.93 1.93 3/216 8821
/proc/meminfo: memFree=12738148/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=10983192 memory=55976 CPUtime=0.39 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 10542 13240 0 0 28 3 5 3 20 0 15 0 231503495 11246788608 13994 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2745798 13994 3070 1 0 2708109 0
[pid=8755/tid=8808] ppid=8752 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 7097 13240 0 0 19 2 5 3 20 0 15 0 231503504 11246788608 13994 33554432000 4194304 4196468 140733369224624 139996918702496 139996946912413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 13994 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 13994 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 13994 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 13994 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 231503506 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995801183136 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995599856624 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 362 13240 0 0 1 0 5 3 20 0 15 0 231503509 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 245 13240 0 0 1 0 5 3 20 0 15 0 231503510 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=10983192 memory=140280322422400 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 618 13240 0 0 5 0 5 3 20 0 15 0 231503510 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246788608 13994 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=10983192 memory=140280322422400 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246788608 13994 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55976 KiB

[startup+0.700781 s]
/proc/loadavg: 1.98 1.93 1.93 3/216 8821
/proc/meminfo: memFree=12727480/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=10983192 memory=88560 CPUtime=0.98 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 16722 13240 0 0 85 5 5 3 20 0 15 0 231503495 11246788608 22140 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2745798 22140 3247 1 0 2708109 0
[pid=8755/tid=8808] ppid=8752 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 12195 13240 0 0 54 3 5 3 20 0 15 0 231503504 11246788608 22140 33554432000 4194304 4196468 140733369224624 139996918713488 139996927166274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 22140 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 22140 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=10983192 memory=140280208700176 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 22140 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=10983192 memory=140282221822548 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 2 13240 0 0 0 0 5 3 20 0 15 0 231503505 11246788608 22140 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=10983192 memory=5780 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 6 13240 0 0 0 0 5 3 20 0 15 0 231503506 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=10983192 memory=7662705889289527641 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 13 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995801183136 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=10983192 memory=6082220498109623144 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995599856624 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=10983192 memory=12708 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=10983192 memory=34596 CPUtime=0.17 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 949 13240 0 0 9 0 5 3 20 0 15 0 231503509 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=10983192 memory=2324 CPUtime=0.15 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 660 13240 0 0 7 0 5 3 20 0 15 0 231503510 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=10983192 memory=1584 CPUtime=0.21 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 694 13240 0 0 13 0 5 3 20 0 15 0 231503510 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=10983192 memory=496 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246788608 22140 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=10983192 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503510 11246788608 22140 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88560 KiB

[startup+1.50078 s]
/proc/loadavg: 1.98 1.93 1.93 3/216 8821
/proc/meminfo: memFree=12683032/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=10998092 memory=179604 CPUtime=2.26 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 24034 13240 0 0 208 10 5 3 20 0 15 0 231503495 11262046208 44901 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2749523 44901 3470 1 0 2711181 0
[pid=8755/tid=8808] ppid=8752 vsize=10998092 memory=65048 CPUtime=1.42 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 17865 13240 0 0 128 6 5 3 20 0 15 0 231503504 11262046208 44901 33554432000 4194304 4196468 140733369224624 139996918707200 139996930970974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=10998092 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 70 13240 0 0 1 0 5 3 20 0 15 0 231503505 11262046208 44901 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=10998092 memory=280560417431712 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 14 13240 0 0 1 0 5 3 20 0 15 0 231503505 11262046208 44901 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 191 13240 0 0 1 0 5 3 20 0 15 0 231503505 11262046208 44901 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 43 13240 0 0 1 0 5 3 20 0 15 0 231503505 11262046208 44901 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 45 13240 0 0 1 0 5 3 20 0 15 0 231503506 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 14 13240 0 0 0 0 5 3 20 0 15 0 231503507 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995801183200 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995599856640 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=10998092 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 1399 13240 0 0 23 0 5 3 20 0 15 0 231503509 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=10998092 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 906 13240 0 0 18 0 5 3 20 0 15 0 231503510 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=10998092 memory=8112282956445269571 CPUtime=0.38 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 1287 13240 0 0 30 0 5 3 20 0 15 0 231503510 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11262046208 44901 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=10998092 memory=280560417676160 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503510 11262046208 44901 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=8755/tid=8820] ppid=8752 vsize=11077984 memory=10464 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 120147 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=11077984 memory=280560417946880 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1034 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 120147 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 16.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 480588 KiB

[startup+11.2008 s]
/proc/loadavg: 2.14 1.97 1.94 3/216 8821
/proc/meminfo: memFree=12293928/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=11077984 memory=495256 CPUtime=18.13 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 73643 13240 0 0 1779 26 5 3 20 0 15 0 231503495 11343855616 123814 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2769496 123814 3518 1 0 2731149 0
[pid=8755/tid=8808] ppid=8752 vsize=11077984 memory=8112282956445269571 CPUtime=11.02 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 42003 13240 0 0 1082 12 5 3 20 0 15 0 231503504 11343855616 123814 33554432000 4194304 4196468 140733369224624 139996918722728 139996503760929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=11077984 memory=1240 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 355 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 123814 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=11077984 memory=1504 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 97 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 123814 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=11077984 memory=844 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1190 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 123814 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=11077984 memory=3952 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 149 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 123814 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=11077984 memory=2724 CPUtime=0.12 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2236 13240 0 0 4 0 5 3 20 0 15 0 231503506 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=11077984 memory=490952 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 15 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995801183200 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=11077984 memory=280560417551392 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995599856640 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=11077984 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=11077984 memory=6944656575208382560 CPUtime=2.56 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 8143 13240 0 0 247 1 5 3 20 0 15 0 231503509 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=11077984 memory=6944656592455097440 CPUtime=2.87 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 9361 13240 0 0 277 2 5 3 20 0 15 0 231503510 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=11077984 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 6547 13240 0 0 147 2 5 3 20 0 15 0 231503510 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=11077984 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 123814 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=11077984 memory=-8820188211957838939 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1348 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 123814 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 18.13 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 495256 KiB

[startup+12.0008 s]*
/proc/loadavg: 2.14 1.97 1.94 3/216 8821
/proc/meminfo: memFree=12267056/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=11077984 memory=521880 CPUtime=18.96 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 74068 13240 0 0 1861 27 5 3 20 0 15 0 231503495 11343855616 130470 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2769496 130470 3518 1 0 2731149 0
[pid=8755/tid=8808] ppid=8752 vsize=11077984 memory=7311146985107750967 CPUtime=11.83 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 42265 13240 0 0 1162 13 5 3 20 0 15 0 231503504 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996918724880 139996501513932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=11077984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 366 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=11077984 memory=140280322431273 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 100 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=11077984 memory=6944656592387989600 CPUtime=0.14 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1201 13240 0 0 5 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=11077984 memory=6655300316396806240 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 216 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2254 13240 0 0 4 0 5 3 20 0 15 0 231503506 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=11077984 memory=2319412293205499952 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 15 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995801183200 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995599856640 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=11077984 memory=0 CPUtime=2.57 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 8148 13240 0 0 248 1 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=11077984 memory=140280208556151 CPUtime=2.88 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 9386 13240 0 0 278 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=11077984 memory=140280322422546 CPUtime=1.57 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 6568 13240 0 0 147 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=11077984 memory=3184097920075968559 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=11077984 memory=140280322422400 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1350 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 18.96 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 521880 KiB

[startup+12.4008 s]
/proc/loadavg: 2.14 1.97 1.94 3/216 8821
/proc/meminfo: memFree=12267056/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=11077984 memory=521880 CPUtime=19.35 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 74117 13240 0 0 1900 27 5 3 20 0 15 0 231503495 11343855616 130470 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2769496 130470 3518 1 0 2731149 0
[pid=8755/tid=8808] ppid=8752 vsize=11077984 memory=8112282956445269571 CPUtime=12.22 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 42309 13240 0 0 1201 13 5 3 20 0 15 0 231503504 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996918724880 139996499363648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=11077984 memory=12708 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 366 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=11077984 memory=34596 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 100 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=11077984 memory=2324 CPUtime=0.14 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1201 13240 0 0 5 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=11077984 memory=1584 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 216 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=11077984 memory=496 CPUtime=0.12 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2254 13240 0 0 4 0 5 3 20 0 15 0 231503506 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=11077984 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 15 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995801183200 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=11077984 memory=1172 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995599856640 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=11077984 memory=2096 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=11077984 memory=1572 CPUtime=2.57 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 8153 13240 0 0 248 1 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=11077984 memory=924 CPUtime=2.88 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 9386 13240 0 0 278 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=11077984 memory=1992 CPUtime=1.57 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 6568 13240 0 0 147 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=11077984 memory=2236 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=11077984 memory=1992 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1350 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 19.35 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 521880 KiB

[startup+12.6008 s]
/proc/loadavg: 2.14 1.97 1.94 3/216 8821
/proc/meminfo: memFree=12267056/32770624 swapFree=67108844/67108860
[pid=8755] ppid=8752 vsize=11077984 memory=521880 CPUtime=19.55 cores=1,3,5,7
/proc/8755/stat : 8755 (java) S 8752 8755 7925 0 -1 1077944320 74127 13240 0 0 1920 27 5 3 20 0 15 0 231503495 11343855616 130470 33554432000 4194304 4196468 140733369224624 140733369207168 139996946890487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
/proc/8755/statm: 2769496 130470 3518 1 0 2731149 0
[pid=8755/tid=8808] ppid=8752 vsize=11077984 memory=288230621803970871 CPUtime=12.42 cores=1,3,5,7
/proc/8755/task/8808/stat : 8808 (java) R 8752 8755 7925 0 -1 4202560 42319 13240 0 0 1221 13 5 3 20 0 15 0 231503504 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996918724880 139996503764007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8809] ppid=8752 vsize=11077984 memory=15258159904197040 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8809/stat : 8809 (java) S 8752 8755 7925 0 -1 1077944384 366 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996951132944 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8810] ppid=8752 vsize=11077984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8810/stat : 8810 (java) S 8752 8755 7925 0 -1 1077944384 100 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996816468880 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8811] ppid=8752 vsize=11077984 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/8755/task/8811/stat : 8811 (java) S 8752 8755 7925 0 -1 1077944384 1201 13240 0 0 5 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996815416336 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8812] ppid=8752 vsize=11077984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8755/task/8812/stat : 8812 (java) S 8752 8755 7925 0 -1 1077944384 216 13240 0 0 4 1 5 3 20 0 15 0 231503505 11343855616 130470 33554432000 4194304 4196468 140733369224624 139996814363792 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8813] ppid=8752 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8755/task/8813/stat : 8813 (java) S 8752 8755 7925 0 -1 1077944384 2254 13240 0 0 4 0 5 3 20 0 15 0 231503506 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995915266032 139996946901634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8814] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8814/stat : 8814 (java) S 8752 8755 7925 0 -1 1077944384 15 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995801183200 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8815] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8815/stat : 8815 (java) S 8752 8755 7925 0 -1 1077944384 1 13240 0 0 0 0 5 3 20 0 15 0 231503507 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995599856640 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8816] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8816/stat : 8816 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995292457168 139996946909083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8817] ppid=8752 vsize=11077984 memory=0 CPUtime=2.57 cores=1,3,5,7
/proc/8755/task/8817/stat : 8817 (java) S 8752 8755 7925 0 -1 1077944384 8153 13240 0 0 248 1 5 3 20 0 15 0 231503509 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995914213872 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8818] ppid=8752 vsize=11077984 memory=0 CPUtime=2.88 cores=1,3,5,7
/proc/8755/task/8818/stat : 8818 (java) S 8752 8755 7925 0 -1 1077944384 9386 13240 0 0 278 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995913161328 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8819] ppid=8752 vsize=11077984 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/8755/task/8819/stat : 8819 (java) S 8752 8755 7925 0 -1 1077944384 6568 13240 0 0 147 2 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995912108784 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8820] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8820/stat : 8820 (java) S 8752 8755 7925 0 -1 1077944384 3 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139994861661280 139996946900693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
[pid=8755/tid=8821] ppid=8752 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8755/task/8821/stat : 8821 (java) S 8752 8755 7925 0 -1 1077944384 1350 13240 0 0 0 0 5 3 20 0 15 0 231503510 11343855616 130470 33554432000 4194304 4196468 140733369224624 139995911055664 139996946901634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39227392 140733369227877 140733369230684 140733369230684 140733369233359 0
Current children cumulated CPU time: 19.55 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 521880 KiB

Child status: 0
Real time (s): 12.6952
CPU time (s): 19.6834
CPU user time (s): 19.3561
CPU system time (s): 0.327361
CPU usage (%): 155.047
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 521880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3561
system time used= 0.327361
maximum resident set size= 524500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7416
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 8755
#   total CPU time (s): 19.6834
#   total CPU user time (s): 19.3561
#   total CPU system time (s): 0.327361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.107686 second user time and 0.151698 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-13 07:50:03
IDJOB=4305178
IDBENCH=141563
IDSOLVER=2781
FILE ID=node136/4305178-1534139403
RUNJOBID= node136-1534136980-8318
PBS_JOBID= 21037023
Free space on /tmp= 35516 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-m004_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305178-1534139403/watcher-4305178-1534139403 -o /tmp/evaluation-result-4305178-1534139403/solver-4305178-1534139403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534136980-8318 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=37092869 -superng HOME/instance-4305178-1534139403.xml

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=37092869

node136.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.50
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.50
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.50
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.50
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:        12780108 kB
MemAvailable:   27409520 kB
Buffers:          240816 kB
Cached:         14498084 kB
SwapCached:            8 kB
Active:         11760856 kB
Inactive:        7518244 kB
Active(anon):    4491148 kB
Inactive(anon):   101788 kB
Active(file):    7269708 kB
Inactive(file):  7416456 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:       4547484 kB
Mapped:            66808 kB
Shmem:             49788 kB
Slab:             400296 kB
SReclaimable:     371708 kB
SUnreclaim:        28588 kB
KernelStack:        3504 kB
PageTables:        14204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5546732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4288512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35488 MiB
End job on node136 at 2018-08-13 07:50:16