Trace number 4395819

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.12.2SAT 41.1252 28.9104

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P07.xml
MD5SUMda29a6dd83857351367aad9031227a75
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 benchmark5.04114
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":42},{"degree":2,"count":39},{"degree":4,"count":6},{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity39
Distribution of constraint arities[{"arity":3,"count":39},{"arity":21,"count":1},{"arity":39,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
40.96/28.88	v <instantiation
40.96/28.88	v         >
40.96/28.88	v       <list>
40.96/28.88	v         cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] cn[4][0] cn[4][1] cn[4][2] cn[5][0] cn[5][1] cn[5][2] cn[6][0] cn[6][1] cn[6][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] ce[4][0][1] ce[4][0][2] ce[4][1][2] ce[5][0][1] ce[5][0][2] ce[5][1][2] ce[6][0][1] ce[6][0][2] ce[6][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] cie[3][0] cie[3][1] cie[3][2] cie[4][0] cie[4][1] cie[4][2] cie[5][0] cie[5][1] cie[5][2]
40.96/28.88	v       </list>
40.96/28.88	v       <values>
40.96/28.88	v         18 11 22 35 27 9 1 3 36 38 28 0 7 16 39 37 15 34 8 29 14 7 4 11 8 26 18 2 35 33 10 38 28 9 32 23 22 3 19 21 6 15 17 16 13 34 24 27 37 25 36 31 12 39 30 1 5 29 14 20
40.96/28.88	v       </values>
40.96/28.88	v     </instantiation>
40.96/28.88	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 (13974 MiB free)
  memory of node 1: 16384 MiB (15377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395819-1568394206/watcher-4395819-1568394206 -o /tmp/evaluation-result-4395819-1568394206/solver-4395819-1568394206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568390158-11189 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=72978476 HOME/instance-4395819-1568394206.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=11595, runsolver pid=11592
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 1.58 1.34 1.51 3/221 11652
/proc/meminfo: memFree=30048040/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 4519 13230 0 0 1 1 5 2 20 0 6 0 415676658 10212057088 4269 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2493178 4269 1935 1 0 2481616 0
[pid=11595/tid=11648] ppid=11592 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 2347 13230 0 0 1 0 5 2 20 0 6 0 415676667 10212057088 4335 33554432000 4194304 4196468 140725553901136 140124253561424 140124267036665 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 6 0 415676668 10212057088 4335 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=9972712 memory=140466548377216 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 6 0 415676668 10212057088 4335 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 6 0 415676668 10212057088 4335 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 6 0 415676668 10212057088 4335 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210066 s]*
/proc/loadavg: 1.58 1.34 1.51 3/230 11661
/proc/meminfo: memFree=30030424/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10819664 memory=39420 CPUtime=0.25 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 7193 13230 0 0 16 2 5 2 20 0 15 0 415676658 11079335936 9855 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2704916 9855 3163 1 0 2667149 0
[pid=11595/tid=11648] ppid=11592 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 3701 13230 0 0 11 1 5 2 20 0 15 0 415676667 11079335936 10367 33554432000 4194304 4196468 140725553901136 140124253557360 140124274821507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10819664 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079335936 10367 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10819664 memory=140466551317568 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079335936 10367 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079335936 10367 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079335936 10367 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10819664 memory=140466548377216 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 15 0 415676669 11079335936 10367 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 13 13230 0 0 0 0 5 2 20 0 15 0 415676670 11079335936 10367 33554432000 4194304 4196468 140725553901136 140123643569056 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676670 11079335936 10367 33554432000 4194304 4196468 140725553901136 140123039589360 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11079335936 10367 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 359 13230 0 0 1 0 5 2 20 0 15 0 415676672 11079335936 10367 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) S 11592 11595 8521 0 -1 1077944384 309 13230 0 0 0 0 5 2 20 0 15 0 415676672 11079335936 10431 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10819664 memory=140466548377216 CPUtime=0.1 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) R 11592 11595 8521 0 -1 4202560 606 13230 0 0 3 0 5 2 20 0 15 0 415676672 11079335936 10431 33554432000 4194304 4196468 140725553901136 140123738061552 140124265888704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11079335936 10431 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10819664 memory=140466548377216 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676673 11079335936 10431 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39420 KiB

[startup+0.31058 s]*
/proc/loadavg: 1.58 1.34 1.51 3/230 11661
/proc/meminfo: memFree=30017612/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10820148 memory=50568 CPUtime=0.4 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 10897 13230 0 0 29 4 5 2 20 0 15 0 415676658 11079831552 12642 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2705037 12642 3295 1 0 2667149 0
[pid=11595/tid=11648] ppid=11592 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 7371 13230 0 0 19 2 5 2 20 0 15 0 415676667 11079831552 12642 33554432000 4194304 4196468 140725553901136 140124253546064 140124265805150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079831552 12642 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079831552 12642 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079831552 12642 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 15 0 415676668 11079831552 12642 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 15 0 415676669 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 13 13230 0 0 0 0 5 2 20 0 15 0 415676670 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123643569056 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676670 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123039589360 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11079831552 12642 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) R 11592 11595 8521 0 -1 4202560 369 13230 0 0 2 0 5 2 20 0 15 0 415676672 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) R 11592 11595 8521 0 -1 4202560 309 13230 0 0 1 0 5 2 20 0 15 0 415676672 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10820148 memory=140466548377216 CPUtime=0.12 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) R 11592 11595 8521 0 -1 4202560 615 13230 0 0 5 0 5 2 20 0 15 0 415676672 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123738061552 140124281746010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11079831552 12642 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10820148 memory=140466548377216 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676673 11079831552 12642 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50568 KiB

[startup+0.704005 s]
/proc/loadavg: 1.58 1.34 1.51 5/230 11661
/proc/meminfo: memFree=30005976/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10825384 memory=84180 CPUtime=1.15 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 15171 13230 0 0 103 5 5 2 20 0 15 0 415676658 11085193216 20981 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2706346 21045 3512 1 0 2668429 0
[pid=11595/tid=11648] ppid=11592 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 10405 13230 0 0 56 4 5 2 20 0 15 0 415676667 11084144640 21023 33554432000 4194304 4196468 140725553901136 140124253542592 140124274403885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11084144640 21023 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11084144640 21023 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10825384 memory=140466435797200 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676668 11085193216 21023 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10825384 memory=140466905416282 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 2 13230 0 0 0 0 5 2 20 0 15 0 415676668 11085193216 21023 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10825384 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 6 13230 0 0 0 0 5 2 20 0 15 0 415676669 11085193216 21023 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10825384 memory=7014751519667541329 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 13 13230 0 0 0 0 5 2 20 0 15 0 415676670 11085193216 21023 33554432000 4194304 4196468 140725553901136 140123643569056 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10824360 memory=7884225510935582830 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676670 11084144640 21023 33554432000 4194304 4196468 140725553901136 140123039589360 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10824360 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11084144640 21023 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10825384 memory=12020 CPUtime=0.19 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 806 13230 0 0 12 0 5 2 20 0 15 0 415676672 11085193216 21023 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10825384 memory=496 CPUtime=0.24 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) R 11592 11595 8521 0 -1 4202560 908 13230 0 0 17 0 5 2 20 0 15 0 415676672 11085193216 21023 33554432000 4194304 4196468 140725553901136 140123739114096 140124260140819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10824360 memory=1560 CPUtime=0.24 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) S 11592 11595 8521 0 -1 1077944384 843 13230 0 0 17 0 5 2 20 0 15 0 415676672 11084144640 21023 33554432000 4194304 4196468 140725553901136 140123738061552 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10824360 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11084144640 21023 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10824360 memory=1680 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676673 11084144640 21023 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825384 KiB
Current children cumulated memory: 84180 KiB

[startup+1.50071 s]
/proc/loadavg: 1.58 1.34 1.51 3/230 11661
/proc/meminfo: memFree=29961308/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10834676 memory=171764 CPUtime=2.46 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 22002 13230 0 0 228 11 5 2 20 0 15 0 415676658 11094708224 42941 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2708669 42941 3582 1 0 2670733 0
[pid=11595/tid=11648] ppid=11592 vsize=10834676 memory=168196 CPUtime=1.43 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 15025 13230 0 0 130 6 5 2 20 0 15 0 415676667 11094708224 42941 33554432000 4194304 4196468 140725553901136 140124253536992 140124281736598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10834676 memory=2552 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 419 13230 0 0 0 0 5 2 20 0 15 0 415676668 11094708224 42941 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10834676 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 79 13230 0 0 0 0 5 2 20 0 15 0 415676668 11094708224 42941 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 21 13230 0 0 1 0 5 2 20 0 15 0 415676668 11094708224 42941 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10834676 memory=-6154581634397065563 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 100 13230 0 0 1 0 5 2 20 0 15 0 415676668 11094708224 42941 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10834676 memory=3833724587141655355 CPUtime=0.08 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 150 13230 0 0 1 0 5 2 20 0 15 0 415676669 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10834676 memory=-6798310482166503264 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 14 13230 0 0 0 0 5 2 20 0 15 0 415676670 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123643569120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10834676 memory=-6078294146213043397 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676670 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123039589376 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11094708224 42941 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10834676 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 955 13230 0 0 23 0 5 2 20 0 15 0 415676672 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10834676 memory=4580 CPUtime=0.34 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) S 11592 11595 8521 0 -1 1077944384 1082 13230 0 0 27 0 5 2 20 0 15 0 415676672 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10834676 memory=7518308028191494224 CPUtime=0.49 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) R 11592 11595 8521 0 -1 4202560 1945 13230 0 0 41 1 5 2 20 0 15 0 415676672 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123738061552 140124265805150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10834676 memory=7079773312759388513 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11094708224 42941 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10834676 memory=7446545223614622823 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 1 13230 0 0 0 0 5 2 20 0 15 0 415676673 11094708224 42941 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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


[startup+27.2015 s]
/proc/loadavg: 1.84 1.42 1.53 3/230 11664
/proc/meminfo: memFree=29458000/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10849044 memory=668860 CPUtime=39.31 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 76625 13230 0 0 3883 41 5 2 20 0 15 0 415676658 11109421056 167215 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2712261 167215 3630 1 0 2674317 0
[pid=11595/tid=11648] ppid=11592 vsize=10849044 memory=496 CPUtime=26.96 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 25708 13230 0 0 2673 16 5 2 20 0 15 0 415676667 11109421056 167215 33554432000 4194304 4196468 140725553901136 140124253559824 140123868612751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10849044 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 658 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 167215 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10849044 memory=290763870841340219 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 2439 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 167215 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10849044 memory=14973369229511284 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 817 13230 0 0 6 1 5 2 20 0 15 0 415676668 11109421056 167215 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10849044 memory=2241 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 750 13230 0 0 7 1 5 2 20 0 15 0 415676668 11109421056 167215 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10849044 memory=3473595693362640375 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 1803 13230 0 0 7 0 5 2 20 0 15 0 415676669 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10849044 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 25 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123643569120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10849044 memory=19920 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 14 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123039589376 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10849044 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11109421056 167215 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10849044 memory=2016 CPUtime=4.32 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 16465 13230 0 0 421 4 5 2 20 0 15 0 415676672 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10849044 memory=1284 CPUtime=4.4 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) R 11592 11595 8521 0 -1 4202560 10870 13230 0 0 430 3 5 2 20 0 15 0 415676672 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123739114392 140124265135554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10849044 memory=1044 CPUtime=3.34 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) S 11592 11595 8521 0 -1 1077944384 14366 13230 0 0 321 6 5 2 20 0 15 0 415676672 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123738061552 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10849044 memory=708 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 167215 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10849044 memory=9364 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 498 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 167215 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 39.31 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 668860 KiB

[startup+28.0007 s]*
/proc/loadavg: 1.84 1.42 1.53 3/230 11664
/proc/meminfo: memFree=29454512/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10849044 memory=672956 CPUtime=40.15 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 77941 13230 0 0 3967 41 5 2 20 0 15 0 415676658 11109421056 168239 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2712261 168239 3630 1 0 2674317 0
[pid=11595/tid=11648] ppid=11592 vsize=10849044 memory=8317482817917895235 CPUtime=27.77 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 25709 13230 0 0 2754 16 5 2 20 0 15 0 415676667 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124253559408 140123874747074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10849044 memory=4872558044660077418 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 660 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10849044 memory=1556 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 2441 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10849044 memory=2832 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 819 13230 0 0 6 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10849044 memory=984 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 753 13230 0 0 7 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10849044 memory=14012 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 1803 13230 0 0 7 0 5 2 20 0 15 0 415676669 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10849044 memory=6352 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 25 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123643569120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10849044 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 14 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123039589376 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10849044 memory=12020 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10849044 memory=496 CPUtime=4.32 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 16658 13230 0 0 421 4 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10849044 memory=1560 CPUtime=4.41 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) S 11592 11595 8521 0 -1 1077944384 11526 13230 0 0 431 3 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10849044 memory=928 CPUtime=3.35 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) S 11592 11595 8521 0 -1 1077944384 14823 13230 0 0 322 6 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123738061552 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10849044 memory=1680 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10849044 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 498 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 40.15 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 672956 KiB

[startup+28.4007 s]
/proc/loadavg: 1.84 1.42 1.53 3/230 11664
/proc/meminfo: memFree=29454512/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10849044 memory=672956 CPUtime=40.55 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 78296 13230 0 0 4007 41 5 2 20 0 15 0 415676658 11109421056 168239 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2712261 168239 3630 1 0 2674317 0
[pid=11595/tid=11648] ppid=11592 vsize=10849044 memory=56 CPUtime=28.16 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 25711 13230 0 0 2793 16 5 2 20 0 15 0 415676667 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124253556368 140123873899113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10849044 memory=288230376974057755 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 660 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10849044 memory=288286679834559705 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 2441 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10849044 memory=668860 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 819 13230 0 0 6 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10849044 memory=804 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 753 13230 0 0 7 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10849044 memory=1808 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 1803 13230 0 0 7 0 5 2 20 0 15 0 415676669 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10849044 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 25 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123643569120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10849044 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 14 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123039589376 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10849044 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10849044 memory=2308 CPUtime=4.32 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 16856 13230 0 0 421 4 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10849044 memory=2632 CPUtime=4.41 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) S 11592 11595 8521 0 -1 1077944384 11527 13230 0 0 431 3 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10849044 memory=1408 CPUtime=3.35 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) S 11592 11595 8521 0 -1 1077944384 14977 13230 0 0 322 6 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123738061552 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10849044 memory=3148 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10849044 memory=1214140 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 498 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 40.55 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 672956 KiB

[startup+28.8007 s]
/proc/loadavg: 1.84 1.42 1.53 3/230 11664
/proc/meminfo: memFree=29454512/32770624 swapFree=66922312/67108860
[pid=11595] ppid=11592 vsize=10849044 memory=672956 CPUtime=40.96 cores=1,3,5,7
/proc/11595/stat : 11595 (java) S 11592 11595 8521 0 -1 1077944320 78358 13230 0 0 4048 41 5 2 20 0 15 0 415676658 11109421056 168239 33554432000 4194304 4196468 140725553901136 140725553883680 140124281724663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
/proc/11595/statm: 2712261 168239 3630 1 0 2674317 0
[pid=11595/tid=11648] ppid=11592 vsize=10849044 memory=7886479599228708968 CPUtime=28.56 cores=1,3,5,7
/proc/11595/task/11648/stat : 11648 (java) R 11592 11595 8521 0 -1 4202560 25740 13230 0 0 2833 16 5 2 20 0 15 0 415676667 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124253556368 140123873894660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11649] ppid=11592 vsize=10849044 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11649/stat : 11649 (java) S 11592 11595 8521 0 -1 1077944384 660 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124285967120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11650] ppid=11592 vsize=10849044 memory=280932871651362 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11650/stat : 11650 (java) S 11592 11595 8521 0 -1 1077944384 2441 13230 0 0 6 2 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124184857488 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11651] ppid=11592 vsize=10849044 memory=280932871514520 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11651/stat : 11651 (java) S 11592 11595 8521 0 -1 1077944384 819 13230 0 0 6 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124183804944 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11652] ppid=11592 vsize=10849044 memory=280932871772344 CPUtime=0.15 cores=1,3,5,7
/proc/11595/task/11652/stat : 11652 (java) S 11592 11595 8521 0 -1 1077944384 753 13230 0 0 7 1 5 2 20 0 15 0 415676668 11109421056 168239 33554432000 4194304 4196468 140725553901136 140124182752400 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11653] ppid=11592 vsize=10849044 memory=140466436020512 CPUtime=0.14 cores=1,3,5,7
/proc/11595/task/11653/stat : 11653 (java) S 11592 11595 8521 0 -1 1077944384 1803 13230 0 0 7 0 5 2 20 0 15 0 415676669 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123741218800 140124281735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11654] ppid=11592 vsize=10849044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11654/stat : 11654 (java) S 11592 11595 8521 0 -1 1077944384 25 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123643569120 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11655] ppid=11592 vsize=10849044 memory=-2893623298589923098 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11655/stat : 11655 (java) S 11592 11595 8521 0 -1 1077944384 14 13230 0 0 0 0 5 2 20 0 15 0 415676670 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123039589376 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11656] ppid=11592 vsize=10849044 memory=288285575927300511 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11656/stat : 11656 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122799298768 140124281743259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11657] ppid=11592 vsize=10849044 memory=3848718825479289376 CPUtime=4.34 cores=1,3,5,7
/proc/11595/task/11657/stat : 11657 (java) S 11592 11595 8521 0 -1 1077944384 16873 13230 0 0 422 5 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123740166640 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11658] ppid=11592 vsize=10849044 memory=6933690279252828305 CPUtime=4.42 cores=1,3,5,7
/proc/11595/task/11658/stat : 11658 (java) S 11592 11595 8521 0 -1 1077944384 11527 13230 0 0 432 3 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123739114096 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11659] ppid=11592 vsize=10849044 memory=-7966001734603266090 CPUtime=3.36 cores=1,3,5,7
/proc/11595/task/11659/stat : 11659 (java) S 11592 11595 8521 0 -1 1077944384 14993 13230 0 0 323 6 5 2 20 0 15 0 415676672 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123738061552 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11660] ppid=11592 vsize=10849044 memory=-7101718590825193272 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11660/stat : 11660 (java) S 11592 11595 8521 0 -1 1077944384 3 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140122765741152 140124281734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
[pid=11595/tid=11661] ppid=11592 vsize=10849044 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11595/task/11661/stat : 11661 (java) S 11592 11595 8521 0 -1 1077944384 498 13230 0 0 0 0 5 2 20 0 15 0 415676673 11109421056 168239 33554432000 4194304 4196468 140725553901136 140123737008432 140124281735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35999744 140725553904369 140725553906885 140725553906885 140725553909711 0
Current children cumulated CPU time: 40.96 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 672956 KiB

[startup+28.9006 s]*
/proc/loadavg: 1.84 1.42 1.53 3/217 11665
/proc/meminfo: memFree=30097160/32770624 swapFree=66922312/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 28.9104
CPU time (s): 41.1252
CPU user time (s): 40.664
CPU system time (s): 0.461263
CPU usage (%): 142.251
Max. virtual memory (cumulated for all children) (KiB): 10853208
Max. memory (cumulated for all children) (KiB): 672956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.664
system time used= 0.461263
maximum resident set size= 675248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93985
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= 16135
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 11595
#   total CPU time (s): 41.1252
#   total CPU user time (s): 40.664
#   total CPU system time (s): 0.461263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184891 second user time and 0.333058 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 18:01:30
IDJOB=4395819
IDBENCH=120691
IDSOLVER=2846
FILE ID=node107/4395819-1568394206
RUNJOBID= node107-1568390158-11189
PBS_JOBID= 21701847
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395819-1568394206/watcher-4395819-1568394206 -o /tmp/evaluation-result-4395819-1568394206/solver-4395819-1568394206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568390158-11189 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=72978476 HOME/instance-4395819-1568394206.xml

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

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=72978476

node107.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        30057648 kB
MemAvailable:   30575796 kB
Buffers:          153212 kB
Cached:           637372 kB
SwapCached:        79424 kB
Active:          1740164 kB
Inactive:         386360 kB
Active(anon):    1265636 kB
Inactive(anon):   100840 kB
Active(file):     474528 kB
Inactive(file):   285520 kB
Unevictable:      109976 kB
Mlocked:          109976 kB
SwapTotal:      67108860 kB
SwapFree:       66922312 kB
Dirty:             35036 kB
Writeback:           104 kB
AnonPages:       1334804 kB
Mapped:            47560 kB
Shmem:             22048 kB
Slab:             177020 kB
SReclaimable:     147868 kB
SUnreclaim:        29152 kB
KernelStack:        4048 kB
PageTables:         8888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2337308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1130496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-13 18:01:59