Trace number 4295565

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.8 2018-06-13SAT 38.1622 31.4274

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0003_c18.xml
MD5SUMdd4ed178c47046d12ce38b3d0d17c272
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.108401
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.74	c Concrete v3.8.1528841891564 running
38.10/31.41	v <instantiation>
38.10/31.41	v       <list>
38.10/31.41	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]
38.10/31.41	v       </list>
38.10/31.41	v       <values>
38.10/31.41	v         7 36 38 30 33 19 16 14 29 32 18 4 17 15 25 39 3 5 6 10 21 27 35 20 13 12 8 23 28 22 11 26 24 9 34 31 37
38.10/31.41	v       </values>
38.10/31.41	v     </instantiation>
38.10/31.41	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 (2344 MiB free)
  memory of node 1: 16384 MiB (9581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295565-1532585120/watcher-4295565-1532585120 -o /tmp/evaluation-result-4295565-1532585120/solver-4295565-1532585120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=760014053 HOME/instance-4295565-1532585120.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=30090, runsolver pid=30087
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.27 1.26 1.21 3/207 30147
/proc/meminfo: memFree=12204008/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 4376 13159 0 0 1 1 5 2 20 0 6 0 76075136 10212057088 4715 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2493178 4715 1934 1 0 2481616 0
[pid=30090/tid=30143] ppid=30087 vsize=9972712 memory=4279135703913235855 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 2197 13159 0 0 0 0 5 2 20 0 6 0 76075145 10212057088 4780 33554432000 4194304 4196468 140723782469328 139628206301776 139628219587952 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 76075146 10212057088 4780 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=9972712 memory=140204391822976 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 76075146 10212057088 4780 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 76075146 10212057088 4780 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 76075146 10212057088 4780 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.20991 s]*
/proc/loadavg: 1.27 1.26 1.21 3/216 30156
/proc/meminfo: memFree=12182384/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10821524 memory=46488 CPUtime=0.25 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 8339 13159 0 0 16 2 5 2 20 0 15 0 76075136 11081240576 11622 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2705381 11622 2951 1 0 2667804 0
[pid=30090/tid=30143] ppid=30087 vsize=10821524 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 4994 13159 0 0 10 1 5 2 20 0 15 0 76075145 11081240576 11754 33554432000 4194304 4196468 140723782469328 139628206289824 139628227144733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10821524 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11081240576 11754 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10821524 memory=140204392239802 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11081240576 11754 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11081240576 11754 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075146 11081240576 11820 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10821524 memory=140204391822976 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075147 11081240576 11820 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 33 13159 0 0 0 0 5 2 20 0 15 0 76075148 11081240576 11820 33554432000 4194304 4196468 140723782469328 139627692221216 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11081240576 11820 33554432000 4194304 4196468 140723782469328 139627440628848 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11081240576 11886 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 352 13159 0 0 1 0 5 2 20 0 15 0 76075151 11081240576 11886 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 246 13159 0 0 0 0 5 2 20 0 15 0 76075151 11081240576 11746 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10821524 memory=140204391822976 CPUtime=0.1 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 613 13159 0 0 3 0 5 2 20 0 15 0 76075151 11081240576 11495 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11081240576 11495 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10819896 memory=140204391822976 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079573504 11255 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 46488 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.27 1.26 1.21 6/216 30156
/proc/meminfo: memFree=12169856/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10819352 memory=55448 CPUtime=0.38 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 10454 13159 0 0 28 3 5 2 20 0 15 0 76075136 11079016448 13862 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2704838 13862 3070 1 0 2667149 0
[pid=30090/tid=30143] ppid=30087 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 6993 13159 0 0 20 1 5 2 20 0 15 0 76075145 11079016448 13862 33554432000 4194304 4196468 140723782469328 139628206277024 139628218545502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 13862 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 13862 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 13862 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 13862 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075147 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 33 13159 0 0 0 0 5 2 20 0 15 0 76075148 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627692221216 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627440628848 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 352 13159 0 0 1 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 249 13159 0 0 1 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10819352 memory=140204391822976 CPUtime=0.12 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) R 30087 30090 29230 0 -1 4202560 624 13159 0 0 5 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627656559472 139628214436200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10819352 memory=140204391822976 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 13862 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700722 s]
/proc/loadavg: 1.27 1.26 1.21 3/216 30156
/proc/meminfo: memFree=12158724/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10819352 memory=88420 CPUtime=0.98 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 16781 13159 0 0 87 4 5 2 20 0 15 0 76075136 11079016448 22105 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2704838 22105 3238 1 0 2667149 0
[pid=30090/tid=30143] ppid=30087 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 12197 13159 0 0 56 3 5 2 20 0 15 0 76075145 11079016448 22105 33554432000 4194304 4196468 140723782469328 139628206285840 139628214740318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 22105 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 22105 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10819352 memory=140204241466160 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 22105 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10819352 memory=140204912411212 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075146 11079016448 22105 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10819352 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 5 13159 0 0 0 0 5 2 20 0 15 0 76075147 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 33 13159 0 0 0 0 5 2 20 0 15 0 76075148 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627692221216 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627440628848 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10819352 memory=13348 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 768 13159 0 0 7 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10819352 memory=16432 CPUtime=0.16 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 857 13159 0 0 9 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10819352 memory=1792 CPUtime=0.2 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 718 13159 0 0 13 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075151 11079016448 22105 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88420 KiB

[startup+1.50068 s]
/proc/loadavg: 1.40 1.29 1.22 3/216 30156
/proc/meminfo: memFree=12112764/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10836300 memory=179984 CPUtime=2.23 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 24120 13159 0 0 207 9 5 2 20 0 15 0 76075136 11096371200 44996 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2709075 44996 3477 1 0 2670733 0
[pid=30090/tid=30143] ppid=30087 vsize=10836300 memory=65468 CPUtime=1.42 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 17877 13159 0 0 130 5 5 2 20 0 15 0 76075145 11096371200 44996 33554432000 4194304 4196468 140723782469328 139628206296784 139628217657749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10836300 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 209 13159 0 0 1 0 5 2 20 0 15 0 76075146 11096371200 44996 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10836300 memory=280408482963616 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 20 13159 0 0 1 0 5 2 20 0 15 0 76075146 11096371200 44996 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 28 13159 0 0 1 0 5 2 20 0 15 0 76075146 11096371200 44996 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 70 13159 0 0 1 0 5 2 20 0 15 0 76075146 11096371200 44996 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 64 13159 0 0 1 0 5 2 20 0 15 0 76075147 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 34 13159 0 0 0 0 5 2 20 0 15 0 76075148 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627692221280 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627440628864 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10836300 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10836300 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 1010 13159 0 0 18 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10836300 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 1297 13159 0 0 22 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10836300 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 1313 13159 0 0 29 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10836300 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10836300 memory=280408483208064 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075151 11096371200 44996 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10836300 KiB

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

[pid=30090/tid=30155] ppid=30087 vsize=10914144 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 229755 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10914144 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 898 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 229755 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 32.2 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 919020 KiB

[startup+28.8007 s]
/proc/loadavg: 1.39 1.30 1.22 3/216 30156
/proc/meminfo: memFree=11288344/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10914144 memory=935432 CPUtime=35.41 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 85824 13159 0 0 3496 38 5 2 20 0 15 0 76075136 11176083456 233858 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2728536 233858 3518 1 0 2690189 0
[pid=30090/tid=30143] ppid=30087 vsize=10914144 memory=8564 CPUtime=28.56 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 47320 13159 0 0 2830 19 5 2 20 0 15 0 76075145 11176083456 233858 33554432000 4194304 4196468 140723782469328 139628206301112 139627803969611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10914144 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 2316 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 233858 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10914144 memory=862244 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 204 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 233858 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10914144 memory=22752 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 418 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 233858 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10914144 memory=2416 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 1267 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 233858 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10914144 memory=1300 CPUtime=0.13 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 3144 13159 0 0 6 0 5 2 20 0 15 0 76075147 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10914144 memory=1732 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 37 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627692221280 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10914144 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627440628864 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10914144 memory=1008 CPUtime=2.47 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 11569 13159 0 0 237 3 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10914144 memory=1952 CPUtime=2.71 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 9212 13159 0 0 262 2 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10914144 memory=8564 CPUtime=1.41 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 7222 13159 0 0 132 2 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10914144 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 918 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 233858 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 35.41 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 935432 KiB

[startup+30.4007 s]
/proc/loadavg: 1.39 1.30 1.22 3/216 30156
/proc/meminfo: memFree=11271836/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10914144 memory=951876 CPUtime=37.03 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 86819 13159 0 0 3657 39 5 2 20 0 15 0 76075136 11176083456 237969 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2728536 237969 3518 1 0 2690189 0
[pid=30090/tid=30143] ppid=30087 vsize=10914144 memory=796 CPUtime=30.16 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 47351 13159 0 0 2990 19 5 2 20 0 15 0 76075145 11176083456 237969 33554432000 4194304 4196468 140723782469328 139628206298912 139627803720093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10914144 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 2319 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 237969 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10914144 memory=1008 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 206 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 237969 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10914144 memory=1952 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 420 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 237969 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10914144 memory=8564 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 1267 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 237969 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10914144 memory=1228 CPUtime=0.13 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 3153 13159 0 0 6 0 5 2 20 0 15 0 76075147 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10914144 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 37 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627692221280 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10914144 memory=935432 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627440628864 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10914144 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10914144 memory=11008 CPUtime=2.48 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 12517 13159 0 0 238 3 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10914144 memory=1008 CPUtime=2.71 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 9212 13159 0 0 262 2 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10914144 memory=1952 CPUtime=1.41 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 7222 13159 0 0 132 2 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10914144 memory=8564 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 918 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 237969 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 37.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 951876 KiB

[startup+31.2008 s]
/proc/loadavg: 1.44 1.31 1.23 3/216 30156
/proc/meminfo: memFree=11269788/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10914144 memory=955972 CPUtime=37.83 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 86832 13159 0 0 3737 39 5 2 20 0 15 0 76075136 11176083456 238993 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2728536 238993 3518 1 0 2690189 0
[pid=30090/tid=30143] ppid=30087 vsize=10914144 memory=6791534058613427641 CPUtime=30.96 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 47363 13159 0 0 3070 19 5 2 20 0 15 0 76075145 11176083456 238993 33554432000 4194304 4196468 140723782469328 139628206296208 139627804207272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10914144 memory=1440 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 2319 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 238993 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10914144 memory=4612 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 206 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 238993 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10914144 memory=1200 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 420 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 238993 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10914144 memory=1300 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 1267 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 238993 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10914144 memory=1732 CPUtime=0.13 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 3154 13159 0 0 6 0 5 2 20 0 15 0 76075147 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10914144 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 37 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627692221280 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10914144 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627440628864 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10914144 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 238993 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10914144 memory=1008 CPUtime=2.48 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 12517 13159 0 0 238 3 5 2 20 0 15 0 76075151 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10914144 memory=1952 CPUtime=2.71 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 9212 13159 0 0 262 2 5 2 20 0 15 0 76075151 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10914144 memory=8564 CPUtime=1.41 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) S 30087 30090 29230 0 -1 1077944384 7222 13159 0 0 132 2 5 2 20 0 15 0 76075151 11176083456 238993 33554432000 4194304 4196468 140723782469328 139627656559472 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 238993 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10914144 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 918 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 239505 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 37.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 955972 KiB

[startup+31.4007 s]
/proc/loadavg: 1.44 1.31 1.23 3/216 30156
/proc/meminfo: memFree=11269788/32770624 swapFree=67108852/67108860
[pid=30090] ppid=30087 vsize=10914144 memory=964568 CPUtime=38.1 cores=1,3,5,7
/proc/30090/stat : 30090 (java) S 30087 30090 29230 0 -1 1077944320 94436 13159 0 0 3764 39 5 2 20 0 15 0 76075136 11176083456 241142 33554432000 4194304 4196468 140723782469328 140723782451872 139628234465015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
/proc/30090/statm: 2728536 241142 3518 1 0 2690189 0
[pid=30090/tid=30143] ppid=30087 vsize=10914144 memory=280408483102928 CPUtime=31.15 cores=1,3,5,7
/proc/30090/task/30143/stat : 30143 (java) R 30087 30090 29230 0 -1 4202560 51521 13159 0 0 3089 19 5 2 20 0 15 0 76075145 11176083456 241142 33554432000 4194304 4196468 140723782469328 139628206293456 139628227561851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30144] ppid=30087 vsize=10914144 memory=280408482728848 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30144/stat : 30144 (java) S 30087 30090 29230 0 -1 1077944384 2319 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 241142 33554432000 4194304 4196468 140723782469328 139628238707600 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30145] ppid=30087 vsize=10914144 memory=280408483102864 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30145/stat : 30145 (java) S 30087 30090 29230 0 -1 1077944384 210 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 241142 33554432000 4194304 4196468 140723782469328 139628126980880 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30146] ppid=30087 vsize=10914144 memory=280408482728784 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30146/stat : 30146 (java) S 30087 30090 29230 0 -1 1077944384 420 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 241142 33554432000 4194304 4196468 140723782469328 139628125928592 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30147] ppid=30087 vsize=10914144 memory=280408482729424 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30147/stat : 30147 (java) S 30087 30090 29230 0 -1 1077944384 1267 13159 0 0 5 2 5 2 20 0 15 0 76075146 11176083456 241142 33554432000 4194304 4196468 140723782469328 139628124875792 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30148] ppid=30087 vsize=10914144 memory=280408482729168 CPUtime=0.14 cores=1,3,5,7
/proc/30090/task/30148/stat : 30148 (java) S 30087 30090 29230 0 -1 1077944384 4243 13159 0 0 7 0 5 2 20 0 15 0 76075147 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627693275248 139628234476162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30149] ppid=30087 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30149/stat : 30149 (java) S 30087 30090 29230 0 -1 1077944384 37 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627692221280 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30150] ppid=30087 vsize=10914144 memory=280408482729744 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30150/stat : 30150 (java) S 30087 30090 29230 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 76075148 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627440628864 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30151] ppid=30087 vsize=10914144 memory=280408482729936 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30151/stat : 30151 (java) S 30087 30090 29230 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139626970867792 139628234483611 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30152] ppid=30087 vsize=10914144 memory=4012 CPUtime=2.51 cores=1,3,5,7
/proc/30090/task/30152/stat : 30152 (java) S 30087 30090 29230 0 -1 1077944384 13025 13159 0 0 241 3 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627658664560 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30153] ppid=30087 vsize=10914144 memory=22752 CPUtime=2.74 cores=1,3,5,7
/proc/30090/task/30153/stat : 30153 (java) S 30087 30090 29230 0 -1 1077944384 10256 13159 0 0 265 2 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627657611760 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30154] ppid=30087 vsize=10914144 memory=2416 CPUtime=1.43 cores=1,3,5,7
/proc/30090/task/30154/stat : 30154 (java) R 30087 30090 29230 0 -1 4202560 8024 13159 0 0 133 3 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627656559280 139628213593408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30155] ppid=30087 vsize=10914144 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30155/stat : 30155 (java) S 30087 30090 29230 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139626501106656 139628234475221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
[pid=30090/tid=30156] ppid=30087 vsize=10914144 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/30090/task/30156/stat : 30156 (java) S 30087 30090 29230 0 -1 1077944384 918 13159 0 0 0 0 5 2 20 0 15 0 76075151 11176083456 241142 33554432000 4194304 4196468 140723782469328 139627655506352 139628234476162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10076160 140723782474351 140723782477148 140723782477148 140723782479823 0
Current children cumulated CPU time: 38.1 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 964568 KiB

Child status: 0
Real time (s): 31.4274
CPU time (s): 38.1622
CPU user time (s): 37.7194
CPU system time (s): 0.442723
CPU usage (%): 121.429
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 964568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7194
system time used= 0.442723
maximum resident set size= 966796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108524
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= 8213
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 30090
#   total CPU time (s): 38.1622
#   total CPU user time (s): 37.7194
#   total CPU system time (s): 0.442723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208178 second user time and 0.340835 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 08:05:20
IDJOB=4295565
IDBENCH=141567
IDSOLVER=2750
FILE ID=node148/4295565-1532585120
RUNJOBID= node148-1532582651-29262
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0003_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295565-1532585120/watcher-4295565-1532585120 -o /tmp/evaluation-result-4295565-1532585120/solver-4295565-1532585120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=760014053 HOME/instance-4295565-1532585120.xml

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

MD5SUM BENCH= dd4ed178c47046d12ce38b3d0d17c272
RANDOM SEED=760014053

node148.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:        12211904 kB
MemAvailable:   31088456 kB
Buffers:          218924 kB
Cached:         18593212 kB
SwapCached:            8 kB
Active:          3248192 kB
Inactive:       16456624 kB
Active(anon):     846456 kB
Inactive(anon):    74280 kB
Active(file):    2401736 kB
Inactive(file): 16382344 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:        899536 kB
Mapped:            53596 kB
Shmem:             25216 kB
Slab:             549292 kB
SReclaimable:     520932 kB
SUnreclaim:        28360 kB
KernelStack:        3568 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1785596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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= 43212 MiB
End job on node148 at 2018-07-26 08:05:51