Trace number 4305179

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.2SAT 872.305 853.426

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-0006_c18.xml
MD5SUMc9b27afa5f83f52385759d74be3b3eae
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 benchmark10.1912
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"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":27}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
872.27/853.40	v <instantiation>
872.27/853.40	v       <list>
872.27/853.40	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4]
872.27/853.40	v       </list>
872.27/853.40	v       <values>
872.27/853.40	v         8 65 52 55 64 57 25 19 35 45 63 54 29 22 20 13 44 62 59 40 36 23 18 16 6 46 66 38 39 10 7 11 30 34 9 47 28 14 12 17 24 42 60 48 37 21 15 41 26 56 50 31 27 32 43 61 33 51 49 53 58
872.27/853.40	v       </values>
872.27/853.40	v     </instantiation>
872.27/853.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 (5784 MiB free)
  memory of node 1: 16384 MiB (9375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305179-1534137248/watcher-4305179-1534137248 -o /tmp/evaluation-result-4305179-1534137248/solver-4305179-1534137248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23445 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=747951444 HOME/instance-4305179-1534137248.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=23667, runsolver pid=23664
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.76 1.94 1.96 3/206 23724
/proc/meminfo: memFree=15516472/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=10005480 memory=17072 CPUtime=0.09 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 4426 12801 0 0 1 0 5 3 20 0 6 0 231287946 10245611520 4268 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2501370 4268 1934 1 0 2489808 0
[pid=23667/tid=23720] ppid=23664 vsize=10005480 memory=4279135703946853774 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 2267 12801 0 0 1 0 5 3 20 0 6 0 231287955 10245611520 4334 33554432000 4194304 4196468 140727416045104 139676676555344 139676690030585 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 6 0 231287956 10245611520 4334 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=10005480 memory=140123852895872 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 6 0 231287956 10245611520 4334 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 6 0 231287956 10245611520 4334 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 6 0 231287956 10245611520 4334 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.2098 s]*
/proc/loadavg: 1.76 1.94 1.96 4/215 23733
/proc/meminfo: memFree=15494292/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=10985364 memory=47036 CPUtime=0.27 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 8435 12801 0 0 17 2 5 3 20 0 15 0 231287946 11249012736 11759 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2746341 11759 2959 1 0 2708764 0
[pid=23667/tid=23720] ppid=23664 vsize=10985364 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 5318 12801 0 0 10 1 5 3 20 0 15 0 231287955 11249012736 11671 33554432000 4194304 4196468 140727416045104 139676676543392 139676697435687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=10983736 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11247345664 11431 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=10983736 memory=140123852895872 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11247345664 11431 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246362624 11423 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246329856 11423 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=10982744 memory=140123852895872 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246329856 11423 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 13 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246329856 11423 33554432000 4194304 4196468 140727416045104 139675557684128 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246329856 11423 33554432000 4194304 4196468 140727416045104 139675356357616 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246329856 11423 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=10982776 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 428 12801 0 0 1 0 5 3 20 0 15 0 231287961 11246362624 11423 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=10982776 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 183 12801 0 0 1 0 5 3 20 0 15 0 231287961 11246362624 11423 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=10982776 memory=140123852895872 CPUtime=0.11 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 605 12801 0 0 3 0 5 3 20 0 15 0 231287961 11246362624 11423 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246362624 11423 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=10982776 memory=140123852895872 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246362624 11488 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47036 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.76 1.94 1.96 5/215 23733
/proc/meminfo: memFree=15480400/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=10983192 memory=56152 CPUtime=0.39 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 10623 12801 0 0 29 2 5 3 20 0 15 0 231287946 11246788608 14038 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2745798 14038 3078 1 0 2708109 0
[pid=23667/tid=23720] ppid=23664 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 7181 12801 0 0 19 2 5 3 20 0 15 0 231287955 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676676530592 139676688799070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 13 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 14038 33554432000 4194304 4196468 140727416045104 139675557684128 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 14038 33554432000 4194304 4196468 140727416045104 139675356357616 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 431 12801 0 0 1 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 185 12801 0 0 1 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 613 12801 0 0 5 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 14038 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56152 KiB

[startup+0.70079 s]
/proc/loadavg: 1.76 1.94 1.96 3/215 23733
/proc/meminfo: memFree=15461724/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=10983192 memory=88724 CPUtime=0.99 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 16764 12801 0 0 87 4 5 3 20 0 15 0 231287946 11246788608 22181 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2745798 22181 3238 1 0 2708109 0
[pid=23667/tid=23720] ppid=23664 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 12211 12801 0 0 56 3 5 3 20 0 15 0 231287955 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676676539408 139676686282175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=10983192 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287956 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 6 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 13 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 22181 33554432000 4194304 4196468 140727416045104 139675557684128 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287958 11246788608 22181 33554432000 4194304 4196468 140727416045104 139675356357616 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 851 12801 0 0 7 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=10983192 memory=15460 CPUtime=0.18 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 803 12801 0 0 10 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 679 12801 0 0 13 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287961 11246788608 22181 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88724 KiB

[startup+1.50077 s]
/proc/loadavg: 1.76 1.94 1.96 3/215 23733
/proc/meminfo: memFree=15363200/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=11000140 memory=180508 CPUtime=2.27 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 24167 12801 0 0 210 9 5 3 20 0 15 0 231287946 11264143360 45127 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2750035 45127 3467 1 0 2711693 0
[pid=23667/tid=23720] ppid=23664 vsize=11000140 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 17959 12801 0 0 130 5 5 3 20 0 15 0 231287955 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676676535296 139676704740509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 60 12801 0 0 0 0 5 3 20 0 15 0 231287956 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 29 12801 0 0 1 0 5 3 20 0 15 0 231287956 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=11000140 memory=3539892194917298225 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 247 12801 0 0 1 0 5 3 20 0 15 0 231287956 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 37 12801 0 0 0 0 5 3 20 0 15 0 231287956 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=11000140 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 58 12801 0 0 1 0 5 3 20 0 15 0 231287958 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=11000140 memory=280247421446400 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 13 12801 0 0 0 0 5 3 20 0 15 0 231287958 11264143360 45127 33554432000 4194304 4196468 140727416045104 139675557684192 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 2 12801 0 0 0 0 5 3 20 0 15 0 231287958 11264143360 45127 33554432000 4194304 4196468 140727416045104 139675356357632 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=11000140 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=11000140 memory=3732 CPUtime=0.32 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 1388 12801 0 0 24 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=11000140 memory=1228 CPUtime=0.25 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 973 12801 0 0 17 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=11000140 memory=10624 CPUtime=0.39 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 1206 12801 0 0 31 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=11000140 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11000140 memory=6776 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 1 12801 0 0 0 0 5 3 20 0 15 0 231287961 11264143360 45127 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 11000140 KiB

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

[pid=23667/tid=23732] ppid=23664 vsize=11077984 memory=3356 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241137 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=0.6 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 383 12801 0 0 23 29 5 3 20 0 15 0 231287961 11343855616 241137 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 866.7 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 964548 KiB

[startup+851.201 s]
/proc/loadavg: 1.46 1.47 1.64 3/215 23756
/proc/meminfo: memFree=14165212/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=11077984 memory=964628 CPUtime=869.94 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 140791 12801 0 0 86834 152 5 3 20 0 15 0 231287946 11343855616 241157 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2769496 241157 3523 1 0 2731149 0
[pid=23667/tid=23720] ppid=23664 vsize=11077984 memory=924 CPUtime=841.84 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 61460 12801 0 0 84145 31 5 3 20 0 15 0 231287955 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676676553328 139676256953700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=11077984 memory=1576 CPUtime=4.08 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 8657 12801 0 0 376 24 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=11077984 memory=2196 CPUtime=4.08 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 6196 12801 0 0 378 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=11077984 memory=964548 CPUtime=4.09 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 6820 12801 0 0 378 23 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=11077984 memory=1616 CPUtime=4.08 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 4874 12801 0 0 378 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=11077984 memory=932 CPUtime=4 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 5281 12801 0 0 372 20 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=11077984 memory=964364 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 15 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675557684256 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=11077984 memory=1752 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 10 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675356357632 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=11077984 memory=748 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=2.93 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 16770 12801 0 0 283 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=11077984 memory=964364 CPUtime=3.33 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 14519 12801 0 0 323 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=1.52 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 13608 12801 0 0 140 4 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11077984 memory=932 CPUtime=0.61 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 387 12801 0 0 24 29 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 869.94 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 964628 KiB

[startup+852.801 s]
/proc/loadavg: 1.46 1.47 1.64 3/215 23756
/proc/meminfo: memFree=14165280/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=11077984 memory=964628 CPUtime=871.56 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 140818 12801 0 0 86996 152 5 3 20 0 15 0 231287946 11343855616 241157 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2769496 241157 3523 1 0 2731149 0
[pid=23667/tid=23720] ppid=23664 vsize=11077984 memory=964628 CPUtime=843.42 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 61472 12801 0 0 84303 31 5 3 20 0 15 0 231287955 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676676552272 139676257583707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=11077984 memory=288230574492221466 CPUtime=4.09 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 8658 12801 0 0 377 24 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=11077984 memory=288230596050944315 CPUtime=4.09 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 6198 12801 0 0 379 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 6821 12801 0 0 379 23 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=11077984 memory=3296 CPUtime=4.09 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 4874 12801 0 0 379 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=11077984 memory=1284664 CPUtime=4.01 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 5284 12801 0 0 372 21 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=11077984 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 15 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675557684256 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=11077984 memory=964548 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 10 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675356357632 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=11077984 memory=13776 CPUtime=2.93 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 16772 12801 0 0 283 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=11077984 memory=3356 CPUtime=3.33 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 14522 12801 0 0 323 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=11077984 memory=492 CPUtime=1.52 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 13611 12801 0 0 140 4 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=11077984 memory=1616 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11077984 memory=964628 CPUtime=0.61 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 387 12801 0 0 24 29 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 871.56 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 964628 KiB

[startup+853.201 s]
/proc/loadavg: 1.46 1.47 1.64 3/215 23756
/proc/meminfo: memFree=14165280/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=11077984 memory=964628 CPUtime=871.98 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 140821 12801 0 0 87038 152 5 3 20 0 15 0 231287946 11343855616 241157 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2769496 241157 3523 1 0 2731149 0
[pid=23667/tid=23720] ppid=23664 vsize=11077984 memory=808 CPUtime=843.81 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 61475 12801 0 0 84342 31 5 3 20 0 15 0 231287955 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676676552496 139676257237559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=11077984 memory=1692 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 8658 12801 0 0 378 24 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=11077984 memory=916 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 6198 12801 0 0 380 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=11077984 memory=3848 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 6821 12801 0 0 379 23 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=11077984 memory=4104 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 4874 12801 0 0 380 22 5 3 20 0 15 0 231287956 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=11077984 memory=2300 CPUtime=4.02 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 5284 12801 0 0 373 21 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=11077984 memory=2592 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 15 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675557684256 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=11077984 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 10 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675356357632 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=11077984 memory=3296 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=11077984 memory=1284764 CPUtime=2.93 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 16772 12801 0 0 283 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=11077984 memory=1404 CPUtime=3.33 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 14522 12801 0 0 323 2 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=11077984 memory=964628 CPUtime=1.52 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 13611 12801 0 0 140 4 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=11077984 memory=964628 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11077984 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 387 12801 0 0 24 29 5 3 20 0 15 0 231287961 11343855616 241157 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 871.98 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 964628 KiB

[startup+853.401 s]
/proc/loadavg: 1.46 1.47 1.64 3/215 23756
/proc/meminfo: memFree=14165280/32770624 swapFree=67108504/67108860
[pid=23667] ppid=23664 vsize=11077984 memory=964936 CPUtime=872.27 cores=1,3,5,7
/proc/23667/stat : 23667 (java) S 23664 23667 22605 0 -1 1077944320 150164 12801 0 0 87066 153 5 3 20 0 15 0 231287946 11343855616 241234 33554432000 4194304 4196468 140727416045104 140727416027648 139676704718583 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
/proc/23667/statm: 2769496 241234 3523 1 0 2731149 0
[pid=23667/tid=23720] ppid=23664 vsize=11077984 memory=288230596050944315 CPUtime=844.01 cores=1,3,5,7
/proc/23667/task/23720/stat : 23720 (java) R 23664 23667 22605 0 -1 4202560 66414 12801 0 0 84362 31 5 3 20 0 15 0 231287955 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676676539424 139676686282158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23721] ppid=23664 vsize=11077984 memory=14127849082719526 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23721/stat : 23721 (java) S 23664 23667 22605 0 -1 1077944384 8658 12801 0 0 378 24 5 3 20 0 15 0 231287956 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676708961040 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23722] ppid=23664 vsize=11077984 memory=2144 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23722/stat : 23722 (java) S 23664 23667 22605 0 -1 1077944384 6198 12801 0 0 380 22 5 3 20 0 15 0 231287956 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676574296976 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23723] ppid=23664 vsize=11077984 memory=1752 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23723/stat : 23723 (java) S 23664 23667 22605 0 -1 1077944384 6821 12801 0 0 379 23 5 3 20 0 15 0 231287956 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676573244432 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23724] ppid=23664 vsize=11077984 memory=748 CPUtime=4.1 cores=1,3,5,7
/proc/23667/task/23724/stat : 23724 (java) S 23664 23667 22605 0 -1 1077944384 4874 12801 0 0 380 22 5 3 20 0 15 0 231287956 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676572191888 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23725] ppid=23664 vsize=11077984 memory=1820 CPUtime=4.02 cores=1,3,5,7
/proc/23667/task/23725/stat : 23725 (java) S 23664 23667 22605 0 -1 1077944384 6188 12801 0 0 373 21 5 3 20 0 15 0 231287958 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676129982448 139676704729730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23726] ppid=23664 vsize=11077984 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23726/stat : 23726 (java) S 23664 23667 22605 0 -1 1077944384 15 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241234 33554432000 4194304 4196468 140727416045104 139675557684256 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23727] ppid=23664 vsize=11077984 memory=3732 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23727/stat : 23727 (java) S 23664 23667 22605 0 -1 1077944384 10 12801 0 0 0 0 5 3 20 0 15 0 231287958 11343855616 241234 33554432000 4194304 4196468 140727416045104 139675356357632 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23728] ppid=23664 vsize=11077984 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23728/stat : 23728 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139675048958160 139676704737179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23729] ppid=23664 vsize=11077984 memory=10624 CPUtime=2.96 cores=1,3,5,7
/proc/23667/task/23729/stat : 23729 (java) S 23664 23667 22605 0 -1 1077944384 17421 12801 0 0 286 2 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676128930288 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23730] ppid=23664 vsize=11077984 memory=1624 CPUtime=3.36 cores=1,3,5,7
/proc/23667/task/23730/stat : 23730 (java) S 23664 23667 22605 0 -1 1077944384 15878 12801 0 0 326 2 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676127877744 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23731] ppid=23664 vsize=11077984 memory=6776 CPUtime=1.53 cores=1,3,5,7
/proc/23667/task/23731/stat : 23731 (java) S 23664 23667 22605 0 -1 1077944384 15106 12801 0 0 141 4 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676126825200 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23732] ppid=23664 vsize=11077984 memory=876 CPUtime=0.08 cores=1,3,5,7
/proc/23667/task/23732/stat : 23732 (java) S 23664 23667 22605 0 -1 1077944384 3 12801 0 0 0 0 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139674618162272 139676704728789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
[pid=23667/tid=23733] ppid=23664 vsize=11077984 memory=3992 CPUtime=0.61 cores=1,3,5,7
/proc/23667/task/23733/stat : 23733 (java) S 23664 23667 22605 0 -1 1077944384 387 12801 0 0 24 29 5 3 20 0 15 0 231287961 11343855616 241234 33554432000 4194304 4196468 140727416045104 139676125772080 139676704729730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14766080 140727416048237 140727416051036 140727416051036 140727416053711 0
Current children cumulated CPU time: 872.27 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 964936 KiB

Child status: 0
Real time (s): 853.426
CPU time (s): 872.305
CPU user time (s): 870.723
CPU system time (s): 1.58206
CPU usage (%): 102.212
Max. virtual memory (cumulated for all children) (KiB): 11080804
Max. memory (cumulated for all children) (KiB): 964936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.723
system time used= 1.58206
maximum resident set size= 967132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106654
involuntary context switches= 2780


# summary of solver processes directly reported to runsolver:
#   pid: 23667
#   total CPU time (s): 872.305
#   total CPU user time (s): 870.723
#   total CPU system time (s): 1.58206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.7912 second user time and 7.44079 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 07:14:08
IDJOB=4305179
IDBENCH=141564
IDSOLVER=2780
FILE ID=node104/4305179-1534137248
RUNJOBID= node104-1534137235-23445
PBS_JOBID= 21037018
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-0006_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305179-1534137248/watcher-4305179-1534137248 -o /tmp/evaluation-result-4305179-1534137248/solver-4305179-1534137248 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23445 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=747951444 HOME/instance-4305179-1534137248.xml

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

MD5SUM BENCH= c9b27afa5f83f52385759d74be3b3eae
RANDOM SEED=747951444

node104.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.11
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.11
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.11
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.11
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:        15524800 kB
MemAvailable:   31036856 kB
Buffers:          211208 kB
Cached:         15338544 kB
SwapCached:            8 kB
Active:          8548720 kB
Inactive:        7923376 kB
Active(anon):     873500 kB
Inactive(anon):   100964 kB
Active(file):    7675220 kB
Inactive(file):  7822412 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             27008 kB
Writeback:             0 kB
AnonPages:        925312 kB
Mapped:            65756 kB
Shmem:             49636 kB
Slab:             471480 kB
SReclaimable:     442884 kB
SUnreclaim:        28596 kB
KernelStack:        3504 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2171772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 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= 37500 MiB
End job on node104 at 2018-08-13 07:28:21