Trace number 4305177

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 17.42 11.0669

General information on the benchmark

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

Solver Data

0.97/0.75	c Concrete v3.9.2.1532736233296 running
17.30/11.05	v <instantiation>
17.30/11.05	v       <list>
17.30/11.05	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]
17.30/11.05	v       </list>
17.30/11.05	v       <values>
17.30/11.05	v         -4 32 17 29 19 5 16 4 30 28 13 9 -1 7 18 31 14 1 11 -2 22 -3 10 23 0 15 2 24 8 6 21 12 27 25 3 20 26
17.30/11.05	v       </values>
17.30/11.05	v     </instantiation>
17.30/11.05	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 (6634 MiB free)
  memory of node 1: 16384 MiB (9376 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100136 s]*
/proc/loadavg: 1.61 1.92 1.95 5/197 23588
/proc/meminfo: memFree=16376244/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=10005480 memory=20900 CPUtime=0.09 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 4375 12965 0 0 1 1 5 2 20 0 6 0 231286733 10245611520 5225 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2501370 5225 1934 1 0 2489808 0
[pid=23485/tid=23580] ppid=23478 vsize=10005480 memory=4351193297950770823 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 2189 12965 0 0 0 0 5 2 20 0 6 0 231286741 10245611520 5225 33554432000 4194304 4196468 140735790463616 140054747939408 140054776124573 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 6 0 231286742 10245611520 5225 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=10005480 memory=140413465478784 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 231286742 10245611520 5225 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 231286742 10245611520 5225 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 6 0 231286742 10245611520 5225 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 20900 KiB

[startup+0.209776 s]*
/proc/loadavg: 1.72 1.94 1.96 4/215 23606
/proc/meminfo: memFree=16334572/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=10985364 memory=48240 CPUtime=0.25 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 8258 12965 0 0 16 2 5 2 20 0 15 0 231286733 11249012736 12060 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2746341 12060 2945 1 0 2708764 0
[pid=23485/tid=23580] ppid=23478 vsize=10983736 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 5093 12965 0 0 10 1 5 2 20 0 15 0 231286741 11247345664 11756 33554432000 4194304 4196468 140735790463616 140054747927456 140054768819751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=10983736 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 231286742 11247345664 11718 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=10982776 memory=140413465478784 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246362624 11710 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246329856 11710 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246329856 11710 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=10982744 memory=140413465478784 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246329856 11710 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246329856 11710 33554432000 4194304 4196468 140735790463616 140053649024672 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246329856 11710 33554432000 4194304 4196468 140735790463616 140053447697648 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246329856 11710 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 433 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246362624 11710 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 196 12965 0 0 1 0 5 2 20 0 15 0 231286747 11246362624 11710 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=10982776 memory=140413465478784 CPUtime=0.1 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 609 12965 0 0 3 0 5 2 20 0 15 0 231286747 11246362624 11710 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246362624 11710 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=10982776 memory=140413465478784 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246362624 11775 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48240 KiB

[startup+0.310295 s]*
/proc/loadavg: 1.72 1.94 1.96 4/215 23606
/proc/meminfo: memFree=16309408/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=10983192 memory=57300 CPUtime=0.38 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 10399 12965 0 0 28 3 5 2 20 0 15 0 231286733 11246788608 14325 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2745798 14325 3064 1 0 2708109 0
[pid=23485/tid=23580] ppid=23478 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 6946 12965 0 0 19 2 5 2 20 0 15 0 231286741 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054747914656 140054760183134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=10983192 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 14325 33554432000 4194304 4196468 140735790463616 140053649024672 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 14325 33554432000 4194304 4196468 140735790463616 140053447697648 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 435 12965 0 0 1 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 196 12965 0 0 1 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) R 23478 23485 22605 0 -1 4202560 615 12965 0 0 5 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054266083312 140054755048356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 14325 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57300 KiB

[startup+0.700884 s]
/proc/loadavg: 1.72 1.94 1.96 5/215 23606
/proc/meminfo: memFree=16288852/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=10983192 memory=90144 CPUtime=0.97 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 16680 12965 0 0 85 5 5 2 20 0 15 0 231286733 11246788608 22536 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2745798 22536 3238 1 0 2708109 0
[pid=23485/tid=23580] ppid=23478 vsize=10983192 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 12145 12965 0 0 54 3 5 2 20 0 15 0 231286741 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054747903368 140054757666203 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 2 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286742 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 5 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 13 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 22536 33554432000 4194304 4196468 140735790463616 140053649024672 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286744 11246788608 22536 33554432000 4194304 4196468 140735790463616 140053447697648 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=10983192 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 1027 12965 0 0 10 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 577 12965 0 0 7 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 712 12965 0 0 13 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286747 11246788608 22536 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90144 KiB

[startup+1.50074 s]
/proc/loadavg: 1.72 1.94 1.96 4/215 23606
/proc/meminfo: memFree=16198236/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=10998092 memory=182024 CPUtime=2.23 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 24007 12965 0 0 206 10 5 2 20 0 15 0 231286733 11262046208 45506 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2749523 45506 3472 1 0 2711181 0
[pid=23485/tid=23580] ppid=23478 vsize=10998092 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 17819 12965 0 0 127 6 5 2 20 0 15 0 231286741 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054747919360 140054762308833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 257 12965 0 0 1 0 5 2 20 0 15 0 231286742 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 68 12965 0 0 1 0 5 2 20 0 15 0 231286742 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=10998092 memory=3539892194917298225 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 18 12965 0 0 1 0 5 2 20 0 15 0 231286742 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 28 12965 0 0 1 0 5 2 20 0 15 0 231286742 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 65 12965 0 0 1 0 5 2 20 0 15 0 231286744 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=10998092 memory=280826705160448 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 14 12965 0 0 0 0 5 2 20 0 15 0 231286744 11262046208 45506 33554432000 4194304 4196468 140735790463616 140053649024736 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286744 11262046208 45506 33554432000 4194304 4196468 140735790463616 140053447697664 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=10998092 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=10998092 memory=3732 CPUtime=0.27 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 1208 12965 0 0 20 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=10998092 memory=1228 CPUtime=0.28 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 1070 12965 0 0 21 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=10998092 memory=10624 CPUtime=0.37 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 1264 12965 0 0 30 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=10998092 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=10998092 memory=6776 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1 12965 0 0 0 0 5 2 20 0 15 0 231286747 11262046208 45506 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

[pid=23485/tid=23605] ppid=23478 vsize=11077984 memory=-3621219749712857441 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 120337 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1043 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 120337 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 481348 KiB

[startup+9.60071 s]
/proc/loadavg: 1.82 1.95 1.96 4/215 23606
/proc/meminfo: memFree=15099472/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=11077984 memory=622580 CPUtime=15.83 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 65962 12965 0 0 1549 27 5 2 20 0 15 0 231286733 11343855616 155645 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2769496 155645 3522 1 0 2731149 0
[pid=23485/tid=23580] ppid=23478 vsize=11077984 memory=1116 CPUtime=9.41 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 38874 12965 0 0 918 16 5 2 20 0 15 0 231286741 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054747936224 140054343899535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=11077984 memory=2144 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 303 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=11077984 memory=1752 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 107 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=11077984 memory=748 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 105 12965 0 0 5 0 5 2 20 0 15 0 231286742 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=11077984 memory=1820 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 288 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=11077984 memory=4552 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 1468 12965 0 0 5 0 5 2 20 0 15 0 231286744 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=11077984 memory=3732 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 18 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 155645 33554432000 4194304 4196468 140735790463616 140053649024736 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=11077984 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 4 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 155645 33554432000 4194304 4196468 140735790463616 140053447697664 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=11077984 memory=10624 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=11077984 memory=2209 CPUtime=2.71 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 11153 12965 0 0 262 2 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=11077984 memory=24452 CPUtime=2.19 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 4614 12965 0 0 210 2 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=11077984 memory=379464 CPUtime=1.4 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 5791 12965 0 0 131 2 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=11077984 memory=14127849082719526 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1043 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 155645 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 622580 KiB

[startup+10.4007 s]
/proc/loadavg: 1.82 1.95 1.96 6/215 23606
/proc/meminfo: memFree=15014636/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=11077984 memory=667788 CPUtime=16.64 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 67762 12965 0 0 1629 28 5 2 20 0 15 0 231286733 11343855616 166947 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2769496 166947 3522 1 0 2731149 0
[pid=23485/tid=23580] ppid=23478 vsize=11077984 memory=0 CPUtime=10.21 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 39018 12965 0 0 997 17 5 2 20 0 15 0 231286741 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054747936704 140054347707612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=11077984 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 382 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=11077984 memory=6944656592455097440 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 129 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=11077984 memory=6944656592387989600 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 156 12965 0 0 5 0 5 2 20 0 15 0 231286742 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=11077984 memory=7 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1238 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=11077984 memory=7 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 1497 12965 0 0 5 0 5 2 20 0 15 0 231286744 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=11077984 memory=622580 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 18 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 166947 33554432000 4194304 4196468 140735790463616 140053649024736 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=11077984 memory=7682744562830902074 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 4 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 166947 33554432000 4194304 4196468 140735790463616 140053447697664 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=11077984 memory=7016714186490735262 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=11077984 memory=8761640388318109335 CPUtime=2.71 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 11153 12965 0 0 262 2 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=11077984 memory=4137293581110450563 CPUtime=2.19 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 4614 12965 0 0 210 2 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=11077984 memory=6944656592455350634 CPUtime=1.4 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 5791 12965 0 0 131 2 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=11077984 memory=8761640388318109335 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=11077984 memory=-7385037615309293161 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1568 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 166947 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 667788 KiB

[startup+10.8007 s]
/proc/loadavg: 1.82 1.95 1.96 6/215 23606
/proc/meminfo: memFree=15014636/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=11077984 memory=668040 CPUtime=17.04 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 67984 12965 0 0 1669 28 5 2 20 0 15 0 231286733 11343855616 167010 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2769496 167010 3522 1 0 2731149 0
[pid=23485/tid=23580] ppid=23478 vsize=11077984 memory=6791534058613427641 CPUtime=10.61 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 39071 12965 0 0 1037 17 5 2 20 0 15 0 231286741 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054747936704 140054347800422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=11077984 memory=202653736941645 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 382 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=11077984 memory=24091 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 129 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=11077984 memory=4715435516538746410 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 156 12965 0 0 5 0 5 2 20 0 15 0 231286742 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=11077984 memory=-8486080722631693414 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1238 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=11077984 memory=-7023579799431922829 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 1497 12965 0 0 5 0 5 2 20 0 15 0 231286744 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=11077984 memory=4426639978525455914 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 18 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 167010 33554432000 4194304 4196468 140735790463616 140053649024736 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=11077984 memory=3047711553219693942 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 4 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 167010 33554432000 4194304 4196468 140735790463616 140053447697664 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=11077984 memory=4572164749098055210 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=11077984 memory=8328453600958622283 CPUtime=2.71 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) S 23478 23485 22605 0 -1 1077944384 11153 12965 0 0 262 2 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054268188912 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=11077984 memory=-8412652160765825907 CPUtime=2.19 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) S 23478 23485 22605 0 -1 1077944384 4614 12965 0 0 210 2 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054267136368 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=11077984 memory=-8634980985311628903 CPUtime=1.4 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 5960 12965 0 0 131 2 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=11077984 memory=7100839878645619564 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=11077984 memory=280826705084656 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1568 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167010 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 668040 KiB

[startup+11.0118 s]*
/proc/loadavg: 1.76 1.94 1.96 5/215 23606
/proc/meminfo: memFree=14871588/32770624 swapFree=67108504/67108860
[pid=23485] ppid=23478 vsize=11077984 memory=670412 CPUtime=17.3 cores=1,3,5,7
/proc/23485/stat : 23485 (java) S 23478 23485 22605 0 -1 1077944320 69896 12965 0 0 1694 29 5 2 20 0 15 0 231286733 11343855616 167603 33554432000 4194304 4196468 140735790463616 140735790446160 140054776102647 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
/proc/23485/statm: 2769496 167603 3522 1 0 2731149 0
[pid=23485/tid=23580] ppid=23478 vsize=11077984 memory=7022364594140610616 CPUtime=10.83 cores=1,3,5,7
/proc/23485/task/23580/stat : 23580 (java) R 23478 23485 22605 0 -1 4202560 40012 12965 0 0 1059 17 5 2 20 0 15 0 231286741 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054747936496 140054759298432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23585] ppid=23478 vsize=11077984 memory=365 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23585/stat : 23585 (java) S 23478 23485 22605 0 -1 1077944384 384 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054780344848 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23586] ppid=23478 vsize=11077984 memory=4051464948725794464 CPUtime=0.11 cores=1,3,5,7
/proc/23485/task/23586/stat : 23586 (java) S 23478 23485 22605 0 -1 1077944384 130 12965 0 0 4 0 5 2 20 0 15 0 231286742 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054661610128 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23587] ppid=23478 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23587/stat : 23587 (java) S 23478 23485 22605 0 -1 1077944384 157 12965 0 0 5 0 5 2 20 0 15 0 231286742 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054660557072 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23588] ppid=23478 vsize=11077984 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23588/stat : 23588 (java) S 23478 23485 22605 0 -1 1077944384 1239 12965 0 0 4 1 5 2 20 0 15 0 231286742 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054659504528 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23590] ppid=23478 vsize=11077984 memory=140413465478784 CPUtime=0.12 cores=1,3,5,7
/proc/23485/task/23590/stat : 23590 (java) S 23478 23485 22605 0 -1 1077944384 1498 12965 0 0 5 0 5 2 20 0 15 0 231286744 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054269242096 140054776113794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23593] ppid=23478 vsize=11077984 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23593/stat : 23593 (java) S 23478 23485 22605 0 -1 1077944384 18 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 167603 33554432000 4194304 4196468 140735790463616 140053649024736 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23594] ppid=23478 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23594/stat : 23594 (java) S 23478 23485 22605 0 -1 1077944384 4 12965 0 0 0 0 5 2 20 0 15 0 231286744 11343855616 167603 33554432000 4194304 4196468 140735790463616 140053447697664 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23600] ppid=23478 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23600/stat : 23600 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140053140298192 140054776121243 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23601] ppid=23478 vsize=11077984 memory=0 CPUtime=2.73 cores=1,3,5,7
/proc/23485/task/23601/stat : 23601 (java) R 23478 23485 22605 0 -1 4202560 11448 12965 0 0 264 2 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054268188912 140054762130841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23602] ppid=23478 vsize=11077984 memory=-1 CPUtime=2.21 cores=1,3,5,7
/proc/23485/task/23602/stat : 23602 (java) R 23478 23485 22605 0 -1 4202560 5182 12965 0 0 212 2 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054267122464 140054761228037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23603] ppid=23478 vsize=11077984 memory=140413465478784 CPUtime=1.41 cores=1,3,5,7
/proc/23485/task/23603/stat : 23603 (java) S 23478 23485 22605 0 -1 1077944384 6068 12965 0 0 132 2 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054266083312 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23605] ppid=23478 vsize=11077984 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23605/stat : 23605 (java) S 23478 23485 22605 0 -1 1077944384 3 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140052709501280 140054776112853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
[pid=23485/tid=23606] ppid=23478 vsize=11077984 memory=140413465478784 CPUtime=0.07 cores=1,3,5,7
/proc/23485/task/23606/stat : 23606 (java) S 23478 23485 22605 0 -1 1077944384 1568 12965 0 0 0 0 5 2 20 0 15 0 231286747 11343855616 167603 33554432000 4194304 4196468 140735790463616 140054265031728 140054776113794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18825216 140735790467692 140735790470492 140735790470492 140735790473167 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 670412 KiB

Child status: 0
Real time (s): 11.0669
CPU time (s): 17.42
CPU user time (s): 17.0827
CPU system time (s): 0.337363
CPU usage (%): 157.406
Max. virtual memory (cumulated for all children) (KiB): 11080804
Max. memory (cumulated for all children) (KiB): 670412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0827
system time used= 0.337363
maximum resident set size= 672776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83538
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= 6691
involuntary context switches= 70


# summary of solver processes directly reported to runsolver:
#   pid: 23485
#   total CPU time (s): 17.42
#   total CPU user time (s): 17.0827
#   total CPU system time (s): 0.337363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094168 second user time and 0.145096 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 07:13:56
IDJOB=4305177
IDBENCH=141563
IDSOLVER=2780
FILE ID=node104/4305177-1534137235
RUNJOBID= node104-1534137235-23445
PBS_JOBID= 21037018
Free space on /tmp= 37544 MiB

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

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

MD5SUM BENCH= 2f4e790a4fde13aad103094a46699cf0
RANDOM SEED=1614534083

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:        16396088 kB
MemAvailable:   31907496 kB
Buffers:          211188 kB
Cached:         15338184 kB
SwapCached:            8 kB
Active:          7678788 kB
Inactive:        7923356 kB
Active(anon):       4132 kB
Inactive(anon):   100964 kB
Active(file):    7674656 kB
Inactive(file):  7822392 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             52880 kB
Writeback:             0 kB
AnonPages:         63516 kB
Mapped:            53160 kB
Shmem:             49636 kB
Slab:             471104 kB
SReclaimable:     442820 kB
SUnreclaim:        28284 kB
KernelStack:        3360 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:14:07