Trace number 4402677

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.3? (TO) 2520.08 2467.63

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-0021.xml
MD5SUM5b025fdb2af725278bd5449402283f43
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 benchmark50.8929
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
2520.02/2467.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2467.61		at concrete.MAC.mac(MAC.scala:192)
2520.02/2467.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2467.61		at scala.util.Try$.apply(Try.scala:210)
2520.02/2467.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2467.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2467.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2467.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2467.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2467.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2467.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2467.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2467.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2467.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2467.61		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2467.61		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2467.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2467.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2467.61		at scala.util.Success.map(Try.scala:262)
2520.02/2467.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2467.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2467.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2467.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2467.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2467.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2467.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2467.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2467.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2467.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2467.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2467.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2467.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2467.61		at scala.App.main(App.scala:73)
2520.02/2467.61		at scala.App.main$(App.scala:71)
2520.02/2467.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2467.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2467.62	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402677-1568978718/watcher-4402677-1568978718 -o /var/tmp/evaluation-result-4402677-1568978718/solver-4402677-1568978718 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=376622869 HOME/instance-4402677-1568978718.xml 

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

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=774, runsolver pid=771
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 1.91 1.51 1.45 3/214 827
/proc/meminfo: memFree=4962900/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=9972712 memory=16020 CPUtime=0.08 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 4262 13280 0 0 1 0 5 2 20 0 6 0 473785658 10212057088 4005 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2493178 4005 1895 1 0 2481616 0
[pid=774/tid=827] ppid=771 vsize=9972712 memory=8389772277269004345 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 2223 13280 0 0 0 0 5 2 20 0 6 0 473785667 10212057088 4203 33554432000 4194304 4196468 140735348205408 139699518472784 139699528029754 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=9972712 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 6 0 473785668 10212057088 4203 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=9972712 memory=288370471677249152 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 6 0 473785668 10212057088 4203 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 6 0 473785668 10212057088 4203 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 6 0 473785668 10212057088 4203 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16020 KiB

[startup+0.210115 s]*
/proc/loadavg: 1.91 1.51 1.45 5/227 840
/proc/meminfo: memFree=4942160/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10819716 memory=41572 CPUtime=0.25 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 7209 13280 0 0 16 2 5 2 20 0 15 0 473785658 11079389184 10393 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2704929 10393 3177 1 0 2667149 0
[pid=774/tid=827] ppid=771 vsize=10820164 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 3892 13280 0 0 10 1 5 2 20 0 15 0 473785667 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699518468224 139699539732899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10820164 memory=4294967641 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10820164 memory=288370471677249152 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10820164 memory=140095525537408 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 15 0 473785669 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 13 13280 0 0 0 0 5 2 20 0 15 0 473785670 11079847936 10589 33554432000 4194304 4196468 140735348205408 139698441807136 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785670 11079847936 10589 33554432000 4194304 4196468 140735348205408 139698307589744 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 585 13280 0 0 1 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 70 13280 0 0 1 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10820164 memory=140095525537408 CPUtime=0.1 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 602 13280 0 0 3 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10820164 memory=140095525537408 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079847936 10589 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 41572 KiB

[startup+0.3105 s]*
/proc/loadavg: 1.91 1.51 1.45 3/227 840
/proc/meminfo: memFree=4929840/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10820196 memory=50524 CPUtime=0.39 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 10845 13280 0 0 28 4 5 2 20 0 15 0 473785658 11079880704 12631 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2705049 12631 3309 1 0 2667149 0
[pid=774/tid=827] ppid=771 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 7342 13280 0 0 19 3 5 2 20 0 15 0 473785667 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699518446272 139699530716510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10820196 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785668 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 15 0 473785669 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 13 13280 0 0 0 0 5 2 20 0 15 0 473785670 11079880704 12631 33554432000 4194304 4196468 140735348205408 139698441807136 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785670 11079880704 12631 33554432000 4194304 4196468 140735348205408 139698307589744 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 588 13280 0 0 2 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 80 13280 0 0 2 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 610 13280 0 0 5 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785673 11079880704 12631 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50524 KiB

[startup+0.70072 s]
/proc/loadavg: 1.91 1.51 1.45 3/227 840
/proc/meminfo: memFree=4914556/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10824364 memory=83964 CPUtime=1.14 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 15172 13280 0 0 101 6 5 2 20 0 15 0 473785658 11084148736 20991 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2706091 20991 3508 1 0 2668173 0
[pid=774/tid=827] ppid=771 vsize=10824364 memory=7595725831727968097 CPUtime=0.66 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 10456 13280 0 0 55 4 5 2 20 0 15 0 473785667 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699518463648 139699530716510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10824364 memory=280190781494080 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785668 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10824364 memory=140095390773880 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 2 13280 0 0 0 0 5 2 20 0 15 0 473785668 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10824364 memory=140095525536273 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785668 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 5 13280 0 0 0 0 5 2 20 0 15 0 473785669 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 13 13280 0 0 0 0 5 2 20 0 15 0 473785670 11084148736 20991 33554432000 4194304 4196468 140735348205408 139698441807136 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785670 11084148736 20991 33554432000 4194304 4196468 140735348205408 139698307589744 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 1018 13280 0 0 12 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 665 13280 0 0 15 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 794 13280 0 0 16 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785673 11084148736 20991 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83964 KiB

[startup+1.50072 s]
/proc/loadavg: 1.91 1.52 1.45 3/227 840
/proc/meminfo: memFree=4870260/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10834680 memory=169928 CPUtime=2.45 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 22011 13280 0 0 227 11 5 2 20 0 15 0 473785658 11094712320 42482 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2708670 42482 3584 1 0 2670733 0
[pid=774/tid=827] ppid=771 vsize=10834680 memory=-6293032277941393324 CPUtime=1.42 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 15567 13280 0 0 129 6 5 2 20 0 15 0 473785667 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699518438688 139699546647958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10834680 memory=-7161133236767397804 CPUtime=0.08 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 69 13280 0 0 1 0 5 2 20 0 15 0 473785668 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10834680 memory=54 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 22 13280 0 0 0 0 5 2 20 0 15 0 473785668 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10834680 memory=9176 CPUtime=0.08 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 74 13280 0 0 1 0 5 2 20 0 15 0 473785668 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10834680 memory=22732 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 391 13280 0 0 0 0 5 2 20 0 15 0 473785668 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10834680 memory=280190781507008 CPUtime=0.08 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 189 13280 0 0 1 0 5 2 20 0 15 0 473785669 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 14 13280 0 0 0 0 5 2 20 0 15 0 473785670 11094712320 42482 33554432000 4194304 4196468 140735348205408 139698441807200 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10834680 memory=3512 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785670 11094712320 42482 33554432000 4194304 4196468 140735348205408 139698307589760 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10834680 memory=55500 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10834680 memory=2020 CPUtime=0.31 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 1161 13280 0 0 24 0 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10834680 memory=988 CPUtime=0.33 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 740 13280 0 0 26 0 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10834680 memory=1368 CPUtime=0.47 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) R 771 774 29663 0 -1 4202560 1570 13280 0 0 39 1 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699002526064 139699539740108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10834680 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10834680 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1 13280 0 0 0 0 5 2 20 0 15 0 473785673 11094712320 42482 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 113763 13280 0 0 229544 60 5 2 20 0 15 0 473785667 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699518471376 139699131106366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10849048 memory=435808 CPUtime=12.71 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 16110 13280 0 0 1211 53 5 2 20 0 15 0 473785668 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10849048 memory=437332 CPUtime=12.71 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 13333 13280 0 0 1211 53 5 2 20 0 15 0 473785668 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10849048 memory=432728 CPUtime=12.69 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 15330 13280 0 0 1205 57 5 2 20 0 15 0 473785668 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10849048 memory=431100 CPUtime=12.72 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 16950 13280 0 0 1209 56 5 2 20 0 15 0 473785668 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10849048 memory=431124 CPUtime=10.3 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 10282 13280 0 0 961 62 5 2 20 0 15 0 473785669 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10849048 memory=431124 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 19 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 107781 33554432000 4194304 4196468 140735348205408 139698441807264 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10849048 memory=431124 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 11 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 107781 33554432000 4194304 4196468 140735348205408 139698307589760 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10849048 memory=55552 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10849048 memory=2020 CPUtime=4.13 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 18366 13280 0 0 401 5 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10849048 memory=436320 CPUtime=4.9 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 20947 13280 0 0 477 6 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10849048 memory=436832 CPUtime=4.95 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 29077 13280 0 0 479 9 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10849048 memory=431124 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10849048 memory=4104 CPUtime=1.46 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1158 13280 0 0 66 73 5 2 20 0 15 0 473785673 11109425152 107781 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 2372.15 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 431124 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.34 1.38 3/228 1223
/proc/meminfo: memFree=4406708/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10849048 memory=455144 CPUtime=2433.19 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 261491 13280 0 0 242928 384 5 2 20 0 15 0 473785658 11109425152 113786 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2712262 113786 3633 1 0 2674317 0
[pid=774/tid=827] ppid=771 vsize=10849048 memory=7 CPUtime=2355.42 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 116488 13280 0 0 235473 62 5 2 20 0 15 0 473785667 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699518470912 139699141671999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10849048 memory=456172 CPUtime=13.06 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 16382 13280 0 0 1246 53 5 2 20 0 15 0 473785668 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10849048 memory=455656 CPUtime=13.07 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 13503 13280 0 0 1246 54 5 2 20 0 15 0 473785668 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10849048 memory=456724 CPUtime=13.07 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 15672 13280 0 0 1241 59 5 2 20 0 15 0 473785668 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10849048 memory=0 CPUtime=13.08 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 17134 13280 0 0 1243 58 5 2 20 0 15 0 473785668 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10849048 memory=457236 CPUtime=10.55 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 10505 13280 0 0 984 64 5 2 20 0 15 0 473785669 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10849048 memory=456684 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 19 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 113786 33554432000 4194304 4196468 140735348205408 139698441807264 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10849048 memory=3512 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 11 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 113786 33554432000 4194304 4196468 140735348205408 139698307589760 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10849048 memory=55552 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10849048 memory=2020 CPUtime=4.13 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 18368 13280 0 0 401 5 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10849048 memory=988 CPUtime=4.9 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 20947 13280 0 0 477 6 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10849048 memory=455656 CPUtime=4.95 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 29077 13280 0 0 479 9 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10849048 memory=455656 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10849048 memory=449536 CPUtime=1.49 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1172 13280 0 0 67 75 5 2 20 0 15 0 473785673 11109425152 113786 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 2433.19 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 455144 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.28 1.35 3/228 1229
/proc/meminfo: memFree=4415300/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10849048 memory=455420 CPUtime=2494.27 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 267782 13280 0 0 249029 391 5 2 20 0 15 0 473785658 11109425152 113855 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2712262 113855 3633 1 0 2674317 0
[pid=774/tid=827] ppid=771 vsize=10849048 memory=455420 CPUtime=2414.74 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 121775 13280 0 0 241404 63 5 2 20 0 15 0 473785667 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699518471472 139699130939502 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10849048 memory=454960 CPUtime=13.43 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 16579 13280 0 0 1282 54 5 2 20 0 15 0 473785668 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10849048 memory=447348 CPUtime=13.44 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 13610 13280 0 0 1282 55 5 2 20 0 15 0 473785668 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10849048 memory=447348 CPUtime=13.43 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 15895 13280 0 0 1276 60 5 2 20 0 15 0 473785668 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10849048 memory=455420 CPUtime=13.45 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 17371 13280 0 0 1279 59 5 2 20 0 15 0 473785668 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10849048 memory=455420 CPUtime=10.81 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 10723 13280 0 0 1008 66 5 2 20 0 15 0 473785669 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10849048 memory=455420 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 19 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 113855 33554432000 4194304 4196468 140735348205408 139698441807264 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10849048 memory=455420 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 11 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 113855 33554432000 4194304 4196468 140735348205408 139698307589760 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10849048 memory=447348 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10849048 memory=0 CPUtime=4.13 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 18370 13280 0 0 401 5 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10849048 memory=3512 CPUtime=4.9 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 20949 13280 0 0 477 6 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10849048 memory=5931353337892203110 CPUtime=4.95 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 29079 13280 0 0 479 9 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10849048 memory=6947385649911455296 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10849048 memory=4126316290023845779 CPUtime=1.53 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1188 13280 0 0 69 77 5 2 20 0 15 0 473785673 11109425152 113855 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 2494.27 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 455420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 1.27 1.30 1.36 3/228 1229
/proc/meminfo: memFree=4423784/32770624 swapFree=66935820/67108860
[pid=774] ppid=771 vsize=10849048 memory=450980 CPUtime=2520.02 cores=0,2,4,6
/proc/774/stat : 774 (java) S 771 774 29663 0 -1 1077944320 268222 13280 0 0 251599 396 5 2 20 0 15 0 473785658 11109425152 112745 33554432000 4194304 4196468 140735348205408 140735348187952 139699546636023 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
/proc/774/statm: 2712262 112745 3633 1 0 2674317 0
[pid=774/tid=827] ppid=771 vsize=10849048 memory=450980 CPUtime=2439.74 cores=0,2,4,6
/proc/774/task/827/stat : 827 (java) R 771 774 29663 0 -1 4202560 121982 13280 0 0 243904 63 5 2 20 0 15 0 473785667 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699518471264 139699141671935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=828] ppid=771 vsize=10849048 memory=6947385649911455296 CPUtime=13.58 cores=0,2,4,6
/proc/774/task/828/stat : 828 (java) S 771 774 29663 0 -1 1077944384 16607 13280 0 0 1297 54 5 2 20 0 15 0 473785668 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699550878096 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=829] ppid=771 vsize=10849048 memory=1980 CPUtime=13.58 cores=0,2,4,6
/proc/774/task/829/stat : 829 (java) S 771 774 29663 0 -1 1077944384 13653 13280 0 0 1296 55 5 2 20 0 15 0 473785668 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699449768208 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=830] ppid=771 vsize=10849048 memory=2520 CPUtime=13.58 cores=0,2,4,6
/proc/774/task/830/stat : 830 (java) S 771 774 29663 0 -1 1077944384 15994 13280 0 0 1290 61 5 2 20 0 15 0 473785668 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699119057552 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=831] ppid=771 vsize=10849048 memory=1760 CPUtime=13.6 cores=0,2,4,6
/proc/774/task/831/stat : 831 (java) S 771 774 29663 0 -1 1077944384 17427 13280 0 0 1293 60 5 2 20 0 15 0 473785668 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699118004752 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=832] ppid=771 vsize=10849048 memory=1660 CPUtime=10.93 cores=0,2,4,6
/proc/774/task/832/stat : 832 (java) S 771 774 29663 0 -1 1077944384 10728 13280 0 0 1019 67 5 2 20 0 15 0 473785669 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699005684336 139699546647170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=833] ppid=771 vsize=10849048 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/833/stat : 833 (java) S 771 774 29663 0 -1 1077944384 19 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 112745 33554432000 4194304 4196468 140735348205408 139698441807264 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=834] ppid=771 vsize=10849048 memory=492 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/834/stat : 834 (java) S 771 774 29663 0 -1 1077944384 11 13280 0 0 0 0 5 2 20 0 15 0 473785670 11109425152 112745 33554432000 4194304 4196468 140735348205408 139698307589760 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=835] ppid=771 vsize=10849048 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/835/stat : 835 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139698067298896 139699546654619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=836] ppid=771 vsize=10849048 memory=1408 CPUtime=4.13 cores=0,2,4,6
/proc/774/task/836/stat : 836 (java) S 771 774 29663 0 -1 1077944384 18370 13280 0 0 401 5 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699004631152 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=837] ppid=771 vsize=10849048 memory=3096 CPUtime=4.9 cores=0,2,4,6
/proc/774/task/837/stat : 837 (java) S 771 774 29663 0 -1 1077944384 20949 13280 0 0 477 6 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699003578352 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=838] ppid=771 vsize=10849048 memory=911760 CPUtime=4.95 cores=0,2,4,6
/proc/774/task/838/stat : 838 (java) S 771 774 29663 0 -1 1077944384 29079 13280 0 0 479 9 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699002526064 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=839] ppid=771 vsize=10849048 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/774/task/839/stat : 839 (java) S 771 774 29663 0 -1 1077944384 3 13280 0 0 0 0 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139698033740256 139699546646229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
[pid=774/tid=840] ppid=771 vsize=10849048 memory=1980 CPUtime=1.55 cores=0,2,4,6
/proc/774/task/840/stat : 840 (java) S 771 774 29663 0 -1 1077944384 1190 13280 0 0 70 78 5 2 20 0 15 0 473785673 11109425152 112745 33554432000 4194304 4196468 140735348205408 139699001473968 139699546647170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24104960 140735348214372 140735348217013 140735348217013 140735348219855 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 450980 KiB

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

[startup+2467.63 s]
# the end of solver process 774 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=3.99734 s

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

Child status: 143
Real time (s): 2467.63
CPU time (s): 2520.08
CPU user time (s): 2516.08
CPU system time (s): 3.99734
CPU usage (%): 102.125
Max. virtual memory (cumulated for all children) (KiB): 10852036
Max. memory (cumulated for all children) (KiB): 1044592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 3.99734
maximum resident set size= 1047120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278787
involuntary context switches= 8598


# summary of solver processes directly reported to runsolver:
#   pid: 774
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 3.99734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5997 second user time and 23.8794 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 13:24:35
IDJOB=4402677
IDBENCH=133559
IDSOLVER=2861
FILE ID=node147/4402677-1568978718
RUNJOBID= node147-1568967593-29694
PBS_JOBID= 21704613
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-0021.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402677-1568978718/watcher-4402677-1568978718 -o /var/tmp/evaluation-result-4402677-1568978718/solver-4402677-1568978718 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568967593-29694 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=376622869 HOME/instance-4402677-1568978718.xml

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

MD5SUM BENCH= 5b025fdb2af725278bd5449402283f43
RANDOM SEED=376622869

node147.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.52
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.52
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.52
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.52
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:         4967288 kB
MemAvailable:   30984516 kB
Buffers:          145168 kB
Cached:         25797300 kB
SwapCached:        68668 kB
Active:         13728120 kB
Inactive:       13086188 kB
Active(anon):     803012 kB
Inactive(anon):   118348 kB
Active(file):   12925108 kB
Inactive(file): 12967840 kB
Unevictable:      109104 kB
Mlocked:          109104 kB
SwapTotal:      67108860 kB
SwapFree:       66935820 kB
Dirty:             35452 kB
Writeback:             0 kB
AnonPages:        913532 kB
Mapped:            64852 kB
Shmem:             40772 kB
Slab:             582128 kB
SReclaimable:     552740 kB
SUnreclaim:        29388 kB
KernelStack:        3792 kB
PageTables:         7372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2081208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 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 /var/tmp at the end= 13440 MiB
End job on node147 at 2019-09-20 14:05:43