Trace number 4302756

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)830 252.09 238.236

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had12_c18.xml
MD5SUMfafdea6ca4d8abc1bd6cd2f98399b858
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark830
Best CPU time to get the best result obtained on this benchmark252.036
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size10
Maximum domain size12
Distribution of domain sizes[{"size":10,"count":66},{"size":12,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":12,"count":12}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":66},{"arity":12,"count":1}]
Number of extensional constraints66
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.46/3.76	o 908
7.78/3.84	o 905
7.78/3.86	o 901
7.78/3.88	o 897
8.15/3.91	o 895
8.51/4.03	o 879
8.51/4.06	o 869
8.51/4.08	o 865
8.51/4.09	o 847
9.82/4.48	o 845
13.34/6.26	o 839
15.14/7.49	o 838
112.70/101.28	o 830
252.05/238.20	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/238.20		at concrete.MAC.mac(MAC.scala:188)
252.05/238.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/238.20		at scala.util.Try$.apply(Try.scala:209)
252.05/238.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/238.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/238.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/238.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/238.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/238.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/238.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/238.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/238.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/238.21		at concrete.MAC.oneRun(MAC.scala:253)
252.05/238.21		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/238.21		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/238.21		at concrete.Solver.hasNext(Solver.scala:166)
252.05/238.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/238.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/238.21		at concrete.Solver.foreach(Solver.scala:68)
252.05/238.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/238.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/238.21		at scala.util.Success.map(Try.scala:209)
252.05/238.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/238.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/238.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/238.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/238.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/238.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/238.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/238.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/238.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/238.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/238.21		at scala.App.main(App.scala:76)
252.05/238.21		at scala.App.main$(App.scala:74)
252.05/238.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/238.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/238.21	v <instantiation cost="830">
252.05/238.21	v       <list>
252.05/238.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[7][8] d[7][9] d[7][10] d[7][11] d[8][9] d[8][10] d[8][11] d[9][10] d[9][11] d[10][11]
252.05/238.21	v       </list>
252.05/238.21	v       <values>
252.05/238.21	v         8 3 0 6 5 10 4 1 7 11 9 2 9 5 8 5 5 5 2 1 2 4 2 6 3 5 3 5 3 3 6 4 2 6 5 4 8 3 6 6 1 4 8 6 3 9 6 7 4 4 7 4 9 5 5 5 4 6 4 5 9 7 3 7 4 7 7 6 2 7 7 6 3 5 4 7 6 6
252.05/238.21	v       </values>
252.05/238.21	v     </instantiation>
252.05/238.21	s SATISFIABLE

Verifier Data

OK	830

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302756-1532896148/watcher-4302756-1532896148 -o /tmp/evaluation-result-4302756-1532896148/solver-4302756-1532896148 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1733540287 -superng HOME/instance-4302756-1532896148.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=705, runsolver pid=702

[startup+0.100065 s]*
/proc/loadavg: 1.96 1.91 1.89 3/210 762
/proc/meminfo: memFree=25873424/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=10005480 memory=16288 CPUtime=0.09 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 4230 13000 0 0 1 0 5 3 20 0 6 0 107178045 10245611520 4072 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2501370 4072 1920 1 0 2489808 0
[pid=705/tid=758] ppid=702 vsize=10005480 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 2115 13000 0 0 0 0 5 3 20 0 6 0 107178055 10245611520 4650 33554432000 4194304 4196468 140729917135856 139882806731344 139882834916509 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=10005480 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 6 0 107178055 10245611520 4650 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=10005480 memory=139806878571190 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 6 0 107178055 10245611520 4650 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 6 0 107178055 10245611520 4650 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 6 0 107178055 10245611520 4650 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210142 s]*
/proc/loadavg: 1.96 1.91 1.89 3/219 771
/proc/meminfo: memFree=25848500/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=10982744 memory=43676 CPUtime=0.25 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 7106 13000 0 0 16 1 5 3 20 0 15 0 107178045 11246329856 10853 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2745686 10853 2946 1 0 2708109 0
[pid=705/tid=758] ppid=702 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 4424 13000 0 0 10 1 5 3 20 0 15 0 107178055 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882806691504 139882818975070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=10982744 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=10982744 memory=139806878571190 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=10982744 memory=139806877914752 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 13 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246329856 11645 33554432000 4194304 4196468 140729917135856 139881649005728 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246329856 11645 33554432000 4194304 4196468 140729917135856 139881447678704 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246329856 11645 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 495 13000 0 0 1 0 5 3 20 0 15 0 107178060 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) R 702 705 19273 0 -1 1077944384 127 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=10982744 memory=139806877914752 CPUtime=0.11 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 617 13000 0 0 3 0 5 3 20 0 15 0 107178060 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246329856 11645 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=10982744 memory=139806877914752 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178061 11246329856 11645 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43676 KiB

[startup+0.310433 s]*
/proc/loadavg: 1.96 1.91 1.89 3/219 771
/proc/meminfo: memFree=25836288/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=10983192 memory=57112 CPUtime=0.38 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 10378 13000 0 0 28 2 5 3 20 0 15 0 107178045 11246788608 14278 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2745798 14278 3065 1 0 2708109 0
[pid=705/tid=758] ppid=702 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 6912 13000 0 0 19 2 5 3 20 0 15 0 107178055 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882806706592 139882834916509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 13 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 14320 33554432000 4194304 4196468 140729917135856 139881649005728 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 14320 33554432000 4194304 4196468 140729917135856 139881447678704 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246788608 14320 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 496 13000 0 0 1 0 5 3 20 0 15 0 107178060 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 127 13000 0 0 1 0 5 3 20 0 15 0 107178060 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 637 13000 0 0 5 0 5 3 20 0 15 0 107178060 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246788608 14320 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178061 11246788608 14320 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57112 KiB

[startup+0.700718 s]
/proc/loadavg: 1.96 1.91 1.89 4/219 771
/proc/meminfo: memFree=25825372/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=10983192 memory=90484 CPUtime=0.99 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 16736 13000 0 0 87 4 5 3 20 0 15 0 107178045 11246788608 22621 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2745798 22621 3238 1 0 2708109 0
[pid=705/tid=758] ppid=702 vsize=10983192 memory=7809914021240465728 CPUtime=0.67 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 12122 13000 0 0 56 3 5 3 20 0 15 0 107178055 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882806717584 139882735389932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=10983192 memory=279613511045952 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=10983192 memory=139806755528893 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=10983192 memory=139806877913617 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178055 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 5 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 13 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 22621 33554432000 4194304 4196468 140729917135856 139881649005728 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178057 11246788608 22621 33554432000 4194304 4196468 140729917135856 139881447678704 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246788608 22621 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 877 13000 0 0 7 0 5 3 20 0 15 0 107178060 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 775 13000 0 0 9 0 5 3 20 0 15 0 107178060 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 734 13000 0 0 13 0 5 3 20 0 15 0 107178060 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11246788608 22621 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178061 11246788608 22621 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90484 KiB

[startup+1.50078 s]
/proc/loadavg: 1.96 1.91 1.89 3/219 771
/proc/meminfo: memFree=25781708/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=10998092 memory=181100 CPUtime=2.29 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 23906 13000 0 0 212 9 5 3 20 0 15 0 107178045 11262046208 45275 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2749523 45275 3469 1 0 2711181 0
[pid=705/tid=758] ppid=702 vsize=10998092 memory=6943526294502006880 CPUtime=1.44 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 17730 13000 0 0 130 6 5 3 20 0 15 0 107178055 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882806724496 139882815169718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=10998092 memory=6944656592455360604 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 57 13000 0 0 1 0 5 3 20 0 15 0 107178055 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=10998092 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 218 13000 0 0 1 0 5 3 20 0 15 0 107178055 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=10998092 memory=54 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 25 13000 0 0 1 0 5 3 20 0 15 0 107178055 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=10998092 memory=13884 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 29 13000 0 0 0 0 5 3 20 0 15 0 107178055 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=10998092 memory=541374 CPUtime=0.09 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 58 13000 0 0 1 0 5 3 20 0 15 0 107178057 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=10998092 memory=279613511058880 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 14 13000 0 0 0 0 5 3 20 0 15 0 107178057 11262046208 45275 33554432000 4194304 4196468 140729917135856 139881649005792 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 107178057 11262046208 45275 33554432000 4194304 4196468 140729917135856 139881447678720 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=10998092 memory=79446830 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11262046208 45275 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=10998092 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 1012 13000 0 0 17 0 5 3 20 0 15 0 107178060 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=10998092 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 1261 13000 0 0 24 0 5 3 20 0 15 0 107178060 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=10998092 memory=7 CPUtime=0.41 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 1297 13000 0 0 33 0 5 3 20 0 15 0 107178060 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11262046208 45275 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=10998092 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 107178061 11262046208 45275 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 54866 13000 0 0 10165 17 5 3 20 0 15 0 107178055 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882806729104 139882416934354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=11080032 memory=279613511644960 CPUtime=0.24 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 1947 13000 0 0 13 3 5 3 20 0 15 0 107178055 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=11080032 memory=6947385649911455296 CPUtime=0.23 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 1948 13000 0 0 12 3 5 3 20 0 15 0 107178055 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=11080032 memory=1200 CPUtime=0.23 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 876 13000 0 0 12 3 5 3 20 0 15 0 107178055 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=11080032 memory=691512 CPUtime=0.24 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 3527 13000 0 0 12 4 5 3 20 0 15 0 107178055 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=11080032 memory=691512 CPUtime=0.2 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 2678 13000 0 0 11 1 5 3 20 0 15 0 107178057 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 15 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 172878 33554432000 4194304 4196468 140729917135856 139881649005856 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=11080032 memory=4 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 6 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 172878 33554432000 4194304 4196468 140729917135856 139881447678720 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=11080032 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 172878 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=11080032 memory=30696 CPUtime=4.52 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 20260 13000 0 0 441 3 5 3 20 0 15 0 107178060 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=11080032 memory=0 CPUtime=4.72 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 22638 13000 0 0 461 3 5 3 20 0 15 0 107178060 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=11080032 memory=1008 CPUtime=2.05 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 18227 13000 0 0 194 3 5 3 20 0 15 0 107178060 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=11080032 memory=5404 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 172878 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=11080032 memory=796 CPUtime=0.13 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 850 13000 0 0 3 2 5 3 20 0 15 0 107178061 11345952768 172878 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 113.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 691512 KiB

[startup+162.301 s]
/proc/loadavg: 1.23 1.69 1.82 3/221 909
/proc/meminfo: memFree=26789776/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=11080032 memory=693636 CPUtime=174.88 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 140133 13000 0 0 17429 51 5 3 20 0 15 0 107178045 11345952768 173409 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2770008 173409 3523 1 0 2731661 0
[pid=705/tid=758] ppid=702 vsize=11080032 memory=693636 CPUtime=161.55 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) S 702 705 19273 0 -1 1077944384 55954 13000 0 0 16129 18 5 3 20 0 15 0 107178055 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882806729152 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=11080032 memory=693636 CPUtime=0.39 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) R 702 705 19273 0 -1 4202560 3187 13000 0 0 27 4 5 3 20 0 15 0 107178055 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882839137416 139882827522791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=11080032 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) R 702 705 19273 0 -1 4202560 1992 13000 0 0 26 4 5 3 20 0 15 0 107178055 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882724334736 139882817298327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=11080032 memory=693636 CPUtime=0.39 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) R 702 705 19273 0 -1 4202560 953 13000 0 0 27 4 5 3 20 0 15 0 107178055 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882373503760 139882827522791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=11080032 memory=693636 CPUtime=0.39 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) R 702 705 19273 0 -1 4202560 4087 13000 0 0 26 5 5 3 20 0 15 0 107178055 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882372451216 139882827522791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=11080032 memory=693580 CPUtime=0.33 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 3003 13000 0 0 23 2 5 3 20 0 15 0 107178057 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882328007456 139882834904789 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=11080032 memory=693636 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 15 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173409 33554432000 4194304 4196468 140729917135856 139881649005856 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=11080032 memory=11116 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 6 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173409 33554432000 4194304 4196468 140729917135856 139881447678720 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=11080032 memory=693636 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173409 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=11080032 memory=836 CPUtime=4.79 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 23609 13000 0 0 468 3 5 3 20 0 15 0 107178060 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=11080032 memory=11116 CPUtime=4.99 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 24776 13000 0 0 487 4 5 3 20 0 15 0 107178060 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=11080032 memory=1200 CPUtime=2.12 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 19467 13000 0 0 201 3 5 3 20 0 15 0 107178060 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=11080032 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173409 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=11080032 memory=3848 CPUtime=0.17 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 882 13000 0 0 5 4 5 3 20 0 15 0 107178061 11345952768 173409 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 174.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 693636 KiB

[startup+222.302 s]
/proc/loadavg: 1.37 1.65 1.80 3/221 911
/proc/meminfo: memFree=26860508/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=11080032 memory=695744 CPUtime=235.81 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 144438 13000 0 0 23517 56 5 3 20 0 15 0 107178045 11345952768 173936 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2770008 173936 3523 1 0 2731661 0
[pid=705/tid=758] ppid=702 vsize=11080032 memory=695744 CPUtime=221.14 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 56625 13000 0 0 22088 18 5 3 20 0 15 0 107178055 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882806729120 139882421515833 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=11080032 memory=695688 CPUtime=0.57 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 3215 13000 0 0 44 5 5 3 20 0 15 0 107178055 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=11080032 memory=695744 CPUtime=0.56 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 2059 13000 0 0 43 5 5 3 20 0 15 0 107178055 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=11080032 memory=695744 CPUtime=0.57 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 2071 13000 0 0 44 5 5 3 20 0 15 0 107178055 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=11080032 memory=695744 CPUtime=0.57 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 4119 13000 0 0 43 6 5 3 20 0 15 0 107178055 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=11080032 memory=695740 CPUtime=0.49 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 3054 13000 0 0 39 2 5 3 20 0 15 0 107178057 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=11080032 memory=695744 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 15 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173936 33554432000 4194304 4196468 140729917135856 139881649005856 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=11080032 memory=695744 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 6 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173936 33554432000 4194304 4196468 140729917135856 139881447678720 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=11080032 memory=695744 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173936 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=11080032 memory=695744 CPUtime=4.96 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 24687 13000 0 0 485 3 5 3 20 0 15 0 107178060 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=11080032 memory=4096 CPUtime=5.16 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 25391 13000 0 0 504 4 5 3 20 0 15 0 107178060 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=11080032 memory=1408 CPUtime=2.19 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 20102 13000 0 0 208 3 5 3 20 0 15 0 107178060 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=11080032 memory=3000 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173936 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=11080032 memory=4096 CPUtime=0.2 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 892 13000 0 0 6 6 5 3 20 0 15 0 107178061 11345952768 173936 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 235.81 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 695744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.201 s]
/proc/loadavg: 1.36 1.64 1.79 3/221 912
/proc/meminfo: memFree=26863272/32770624 swapFree=67108744/67108860
[pid=705] ppid=702 vsize=11080032 memory=695808 CPUtime=252.05 cores=0,2,4,6
/proc/705/stat : 705 (java) S 702 705 19273 0 -1 1077944320 149159 13000 0 0 25139 58 5 3 20 0 15 0 107178045 11345952768 173952 33554432000 4194304 4196468 140729917135856 140729917118400 139882834894583 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
/proc/705/statm: 2770008 173952 3523 1 0 2731661 0
[pid=705/tid=758] ppid=702 vsize=11080032 memory=6947385649911455296 CPUtime=236.93 cores=0,2,4,6
/proc/705/task/758/stat : 758 (java) R 702 705 19273 0 -1 4202560 57346 13000 0 0 23667 18 5 3 20 0 15 0 107178055 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882806730176 139882417056178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=759] ppid=702 vsize=11080032 memory=288230596050944315 CPUtime=0.62 cores=0,2,4,6
/proc/705/task/759/stat : 759 (java) S 702 705 19273 0 -1 1077944384 3252 13000 0 0 49 5 5 3 20 0 15 0 107178055 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882839137296 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=760] ppid=702 vsize=11080032 memory=16102559064524194 CPUtime=0.62 cores=0,2,4,6
/proc/705/task/760/stat : 760 (java) S 702 705 19273 0 -1 1077944384 2149 13000 0 0 48 6 5 3 20 0 15 0 107178055 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882724334736 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=761] ppid=702 vsize=11080032 memory=1844 CPUtime=0.62 cores=0,2,4,6
/proc/705/task/761/stat : 761 (java) S 702 705 19273 0 -1 1077944384 2579 13000 0 0 49 5 5 3 20 0 15 0 107178055 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882373503760 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=762] ppid=702 vsize=11080032 memory=1008 CPUtime=0.62 cores=0,2,4,6
/proc/705/task/762/stat : 762 (java) S 702 705 19273 0 -1 1077944384 4126 13000 0 0 48 6 5 3 20 0 15 0 107178055 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882372451216 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=763] ppid=702 vsize=11080032 memory=5404 CPUtime=0.54 cores=0,2,4,6
/proc/705/task/763/stat : 763 (java) S 702 705 19273 0 -1 1077944384 3297 13000 0 0 43 3 5 3 20 0 15 0 107178057 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882328008944 139882834905730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=764] ppid=702 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/764/stat : 764 (java) S 702 705 19273 0 -1 1077944384 15 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173952 33554432000 4194304 4196468 140729917135856 139881649005856 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=765] ppid=702 vsize=11080032 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/765/stat : 765 (java) S 702 705 19273 0 -1 1077944384 6 13000 0 0 0 0 5 3 20 0 15 0 107178057 11345952768 173952 33554432000 4194304 4196468 140729917135856 139881447678720 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=766] ppid=702 vsize=11080032 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/766/stat : 766 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173952 33554432000 4194304 4196468 140729917135856 139881140279248 139882834913179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=767] ppid=702 vsize=11080032 memory=11116 CPUtime=5.04 cores=0,2,4,6
/proc/705/task/767/stat : 767 (java) S 702 705 19273 0 -1 1077944384 26213 13000 0 0 493 3 5 3 20 0 15 0 107178060 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882326956784 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=768] ppid=702 vsize=11080032 memory=1200 CPUtime=5.24 cores=0,2,4,6
/proc/705/task/768/stat : 768 (java) S 702 705 19273 0 -1 1077944384 25936 13000 0 0 512 4 5 3 20 0 15 0 107178060 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882325904240 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=769] ppid=702 vsize=11080032 memory=1228 CPUtime=2.22 cores=0,2,4,6
/proc/705/task/769/stat : 769 (java) S 702 705 19273 0 -1 1077944384 21126 13000 0 0 211 3 5 3 20 0 15 0 107178060 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882324851184 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=770] ppid=702 vsize=11080032 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/705/task/770/stat : 770 (java) S 702 705 19273 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 107178060 11345952768 173952 33554432000 4194304 4196468 140729917135856 139880709483360 139882834904789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
[pid=705/tid=771] ppid=702 vsize=11080032 memory=1952 CPUtime=0.21 cores=0,2,4,6
/proc/705/task/771/stat : 771 (java) S 702 705 19273 0 -1 1077944384 912 13000 0 0 6 7 5 3 20 0 15 0 107178061 11345952768 173952 33554432000 4194304 4196468 140729917135856 139882323798576 139882834905730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32858112 140729917139560 140729917142369 140729917142369 140729917145039 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 695808 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+238.236 s]
# the end of solver process 705 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.456 s, system=0.634036 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 238.236
CPU time (s): 252.09
CPU user time (s): 251.456
CPU system time (s): 0.634036
CPU usage (%): 105.815
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 755124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.456
system time used= 0.634036
maximum resident set size= 757184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22727
involuntary context switches= 843


# summary of solver processes directly reported to runsolver:
#   pid: 705
#   total CPU time (s): 252.09
#   total CPU user time (s): 251.456
#   total CPU system time (s): 0.634036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29748 second user time and 2.41809 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:29:08
IDJOB=4302756
IDBENCH=141240
IDSOLVER=2777
FILE ID=node134/4302756-1532896148
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302756-1532896148/watcher-4302756-1532896148 -o /tmp/evaluation-result-4302756-1532896148/solver-4302756-1532896148 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1733540287 -superng HOME/instance-4302756-1532896148.xml

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

MD5SUM BENCH= fafdea6ca4d8abc1bd6cd2f98399b858
RANDOM SEED=1733540287

node134.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.68
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.68
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.68
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.68
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:        25880692 kB
MemAvailable:   29526240 kB
Buffers:          208756 kB
Cached:          3707228 kB
SwapCached:            0 kB
Active:          4143168 kB
Inactive:        2266144 kB
Active(anon):    2442892 kB
Inactive(anon):    78480 kB
Active(file):    1700276 kB
Inactive(file):  2187664 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26664 kB
Writeback:             0 kB
AnonPages:       2613568 kB
Mapped:            57720 kB
Shmem:             25132 kB
Slab:             175808 kB
SReclaimable:     146888 kB
SUnreclaim:        28920 kB
KernelStack:        3888 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3382932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:33:07