Trace number 4387544

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.10? (TO) 2520.08 2472.13

General information on the benchmark

NameXCSP19/hcp/
graph171.xml
MD5SUM889399dd2d9405aab831b2de91bd17ad
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 benchmark72.9286
Satisfiable
(Un)Satisfiability was proved
Number of variables996
Number of constraints1
Number of domains996
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":994},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":996}]
Minimum constraint arity996
Maximum constraint arity996
Distribution of constraint arities[{"arity":996,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.55	c Concrete v3.10.1560635388952 running
2520.04/2472.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2472.12		at concrete.MAC.mac(MAC.scala:189)
2520.04/2472.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.04/2472.12		at scala.util.Try$.apply(Try.scala:212)
2520.04/2472.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2472.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2472.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2472.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.04/2472.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.04/2472.12		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.04/2472.12		at concrete.ProblemState.map(ProblemState.scala:228)
2520.04/2472.12		at concrete.ProblemState.map(ProblemState.scala:210)
2520.04/2472.12		at concrete.MAC.nextSolution(MAC.scala:334)
2520.04/2472.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2472.12		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.04/2472.12		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.04/2472.12		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2472.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.04/2472.12		at scala.util.Success.map(Try.scala:264)
2520.04/2472.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.04/2472.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2472.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2472.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2472.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2472.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2472.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2472.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2472.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2472.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2472.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2472.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2472.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2472.12		at scala.App.main(App.scala:75)
2520.04/2472.12		at scala.App.main$(App.scala:73)
2520.04/2472.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2472.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2472.12	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 (13166 MiB free)
  memory of node 1: 16384 MiB (15460 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387544-1568310108/watcher-4387544-1568310108 -o /tmp/evaluation-result-4387544-1568310108/solver-4387544-1568310108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=229214120 HOME/instance-4387544-1568310108.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13830, runsolver pid=13827
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 1.25 1.45 1.45 3/217 13887
/proc/meminfo: memFree=29307008/32770624 swapFree=66920552/67108860
[pid=13830] ppid=13827 vsize=9972712 memory=15444 CPUtime=0.1 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 4601 13252 0 0 1 1 5 3 20 0 6 0 407266915 10212057088 3861 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2493178 3861 1958 1 0 2481616 0
[pid=13830/tid=13883] ppid=13827 vsize=9988792 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 2429 13252 0 0 0 0 5 3 20 0 6 0 407266924 10228523008 3861 33554432000 4194304 4196468 140729818397040 139882625909328 139882639556606 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 407266925 10228523008 3861 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=9988792 memory=288370594420479616 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 407266925 10228523008 3861 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 6 0 407266925 10228523008 3861 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 6 0 407266925 10228523008 3927 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15444 KiB

[startup+0.209984 s]*
/proc/loadavg: 1.25 1.45 1.45 3/226 13896
/proc/meminfo: memFree=29287264/32770624 swapFree=66920552/67108860
[pid=13830] ppid=13827 vsize=10818940 memory=38808 CPUtime=0.26 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 7132 13252 0 0 16 2 5 3 20 0 15 0 407266915 11078594560 9702 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2704735 9702 2949 1 0 2667149 0
[pid=13830/tid=13883] ppid=13827 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 3534 13252 0 0 10 1 5 3 20 0 15 0 407266924 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882625903808 139882654094493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10818940 memory=288370594420479616 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266925 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266926 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 33 13252 0 0 0 0 5 3 20 0 15 0 407266926 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882112451872 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266927 11078594560 9702 33554432000 4194304 4196468 140729818397040 139881984550512 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11078594560 9702 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 590 13252 0 0 1 0 5 3 20 0 15 0 407266929 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 62 13252 0 0 0 0 5 3 20 0 15 0 407266929 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10818940 memory=140218268767872 CPUtime=0.11 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 692 13252 0 0 3 0 5 3 20 0 15 0 407266929 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11078594560 9702 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10818940 memory=140218268767872 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266930 11078594560 9702 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38808 KiB

[startup+0.31043 s]*
/proc/loadavg: 1.31 1.46 1.45 3/226 13896
/proc/meminfo: memFree=29276124/32770624 swapFree=66920552/67108860
[pid=13830] ppid=13827 vsize=10820096 memory=50948 CPUtime=0.4 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 10910 13252 0 0 28 4 5 3 20 0 15 0 407266915 11079778304 12737 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2705024 12737 3266 1 0 2667149 0
[pid=13830/tid=13883] ppid=13827 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 7254 13252 0 0 19 3 5 3 20 0 15 0 407266924 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882625892784 139882654084502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266925 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10820096 memory=140218268767871 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266926 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 33 13252 0 0 0 0 5 3 20 0 15 0 407266926 11079778304 12737 33554432000 4194304 4196468 140729818397040 139882112451872 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266927 11079778304 12737 33554432000 4194304 4196468 140729818397040 139881984550512 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11079778304 12737 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 596 13252 0 0 2 0 5 3 20 0 15 0 407266929 11079929856 12737 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 67 13252 0 0 1 0 5 3 20 0 15 0 407266929 11079929856 12802 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10820244 memory=140218268767872 CPUtime=0.13 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 738 13252 0 0 5 0 5 3 20 0 15 0 407266929 11079929856 12802 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11079929856 12802 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10820244 memory=140218268767872 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266930 11079929856 12802 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50948 KiB

[startup+0.700719 s]
/proc/loadavg: 1.31 1.46 1.45 5/226 13896
/proc/meminfo: memFree=29260156/32770624 swapFree=66920552/67108860
[pid=13830] ppid=13827 vsize=10824340 memory=81868 CPUtime=1.15 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 15189 13252 0 0 100 7 5 3 20 0 15 0 407266915 11084124160 20467 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2706085 20467 3508 1 0 2668173 0
[pid=13830/tid=13883] ppid=13827 vsize=10824340 memory=5795117241467496816 CPUtime=0.68 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 10574 13252 0 0 55 5 5 3 20 0 15 0 407266924 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882625902144 139882638153054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10824340 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10824340 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10824340 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266925 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266925 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 5 13252 0 0 0 0 5 3 20 0 15 0 407266926 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 33 13252 0 0 0 0 5 3 20 0 15 0 407266926 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882112451872 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266927 11084124160 20467 33554432000 4194304 4196468 140729818397040 139881984550512 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11084124160 20467 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 980 13252 0 0 15 0 5 3 20 0 15 0 407266929 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 331 13252 0 0 12 0 5 3 20 0 15 0 407266929 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 1044 13252 0 0 17 0 5 3 20 0 15 0 407266929 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11084124160 20467 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10824340 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266930 11084124160 20467 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81868 KiB

[startup+1.50069 s]
/proc/loadavg: 1.31 1.46 1.45 3/226 13896
/proc/meminfo: memFree=29216672/32770624 swapFree=66920552/67108860
[pid=13830] ppid=13827 vsize=10834656 memory=178296 CPUtime=2.65 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 22965 13252 0 0 246 11 5 3 20 0 15 0 407266915 11094687744 44574 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2708664 44574 3580 1 0 2670733 0
[pid=13830/tid=13883] ppid=13827 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 15880 13252 0 0 128 7 5 3 20 0 15 0 407266924 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882625897952 139882654084502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10834656 memory=5938394571683950701 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 67 13252 0 0 1 0 5 3 20 0 15 0 407266925 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10834656 memory=6153724019505721961 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 299 13252 0 0 1 0 5 3 20 0 15 0 407266925 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10834656 memory=5938394571683948905 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 20 13252 0 0 1 0 5 3 20 0 15 0 407266925 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10834656 memory=280436266069792 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 60 13252 0 0 1 0 5 3 20 0 15 0 407266925 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10834656 memory=3540060922844393105 CPUtime=0.09 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 116 13252 0 0 1 0 5 3 20 0 15 0 407266926 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10834656 memory=280436265737216 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 34 13252 0 0 0 0 5 3 20 0 15 0 407266926 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882112451936 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266927 11094687744 44574 33554432000 4194304 4196468 140729818397040 139881984550528 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11094687744 44574 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10834656 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 1322 13252 0 0 35 0 5 3 20 0 15 0 407266929 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10834656 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 1122 13252 0 0 32 0 5 3 20 0 15 0 407266929 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10834656 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) R 13827 13830 5621 0 -1 4202560 1830 13252 0 0 42 0 5 3 20 0 15 0 407266929 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882076789104 139882647169403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10834656 memory=280436266278912 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11094687744 44574 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1 13252 0 0 0 0 5 3 20 0 15 0 407266930 11094687744 44574 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834656 KiB

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

/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 107003 13252 0 0 235461 65 5 3 20 0 15 0 407266924 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882625908032 139882268281570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10844916 memory=367356 CPUtime=12.21 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 14705 13252 0 0 1143 70 5 3 20 0 15 0 407266925 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10844916 memory=370632 CPUtime=12.17 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 14433 13252 0 0 1137 72 5 3 20 0 15 0 407266925 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10844916 memory=388696 CPUtime=12.19 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 14804 13252 0 0 1144 67 5 3 20 0 15 0 407266925 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10844916 memory=391108 CPUtime=12.19 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 14556 13252 0 0 1141 70 5 3 20 0 15 0 407266925 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10844916 memory=391108 CPUtime=12.31 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 12967 13252 0 0 1144 79 5 3 20 0 15 0 407266926 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10844916 memory=379872 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 38 13252 0 0 0 0 5 3 20 0 15 0 407266926 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882112451936 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10844916 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266927 11105193984 97777 33554432000 4194304 4196468 140729818397040 139881984550528 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10844916 memory=390740 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 97777 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10844916 memory=389468 CPUtime=3.68 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 38333 13252 0 0 354 6 5 3 20 0 15 0 407266929 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10844916 memory=16700 CPUtime=4.01 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 39964 13252 0 0 388 5 5 3 20 0 15 0 407266929 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10844916 memory=988 CPUtime=3.66 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 43003 13252 0 0 349 9 5 3 20 0 15 0 407266929 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10844916 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 97777 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10844916 memory=1412 CPUtime=1.6 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1117 13252 0 0 69 83 5 3 20 0 15 0 407266930 11105193984 97777 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 2428.76 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 391108 KiB

[startup+2442.3 s]
/proc/loadavg: 0.80 0.72 0.81 2/206 14199
/proc/meminfo: memFree=31177072/32770624 swapFree=66920616/67108860
[pid=13830] ppid=13827 vsize=10844916 memory=380964 CPUtime=2489.76 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 307747 13252 0 0 248512 456 5 3 20 0 15 0 407266915 11105193984 95241 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2711229 95241 3624 1 0 2673293 0
[pid=13830/tid=13883] ppid=13827 vsize=10844916 memory=378916 CPUtime=2414.65 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 110112 13252 0 0 241390 67 5 3 20 0 15 0 407266924 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882625908224 139882638387804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10844916 memory=377836 CPUtime=12.54 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 14966 13252 0 0 1174 72 5 3 20 0 15 0 407266925 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10844916 memory=375272 CPUtime=12.51 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 14833 13252 0 0 1169 74 5 3 20 0 15 0 407266925 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10844916 memory=380964 CPUtime=12.53 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 15125 13252 0 0 1176 69 5 3 20 0 15 0 407266925 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10844916 memory=380964 CPUtime=12.53 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 14847 13252 0 0 1174 71 5 3 20 0 15 0 407266925 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10844916 memory=381412 CPUtime=12.63 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 13170 13252 0 0 1174 81 5 3 20 0 15 0 407266926 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10844916 memory=381412 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 38 13252 0 0 0 0 5 3 20 0 15 0 407266926 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882112451936 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10844916 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266927 11105193984 95241 33554432000 4194304 4196468 140729818397040 139881984550528 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10844916 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 95241 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10844916 memory=380964 CPUtime=3.68 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 38335 13252 0 0 354 6 5 3 20 0 15 0 407266929 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10844916 memory=380964 CPUtime=4.02 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 39966 13252 0 0 389 5 5 3 20 0 15 0 407266929 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10844916 memory=380384 CPUtime=3.66 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 43005 13252 0 0 349 9 5 3 20 0 15 0 407266929 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10844916 memory=380384 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 95241 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10844916 memory=6791534058613427641 CPUtime=1.63 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1133 13252 0 0 71 84 5 3 20 0 15 0 407266930 11105193984 95241 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 2489.76 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 380964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.11 s]
/proc/loadavg: 0.88 0.74 0.81 2/206 14201
/proc/meminfo: memFree=31172688/32770624 swapFree=66920616/67108860
[pid=13830] ppid=13827 vsize=10844916 memory=387352 CPUtime=2520.04 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 309299 13252 0 0 251535 461 5 3 20 0 15 0 407266915 11105193984 96838 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2711229 96838 3624 1 0 2673293 0
[pid=13830/tid=13883] ppid=13827 vsize=10844916 memory=387352 CPUtime=2444.11 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 111089 13252 0 0 244336 67 5 3 20 0 15 0 407266924 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882625908192 139882268363509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10844916 memory=387352 CPUtime=12.71 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 15124 13252 0 0 1190 73 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10844916 memory=387352 CPUtime=12.67 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 14995 13252 0 0 1184 75 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10844916 memory=380432 CPUtime=12.69 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 15231 13252 0 0 1191 70 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10844916 memory=380348 CPUtime=12.69 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 14983 13252 0 0 1189 72 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10844916 memory=373248 CPUtime=12.78 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 13181 13252 0 0 1187 83 5 3 20 0 15 0 407266926 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10844916 memory=381132 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 38 13252 0 0 0 0 5 3 20 0 15 0 407266926 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882112451936 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10844916 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266927 11105193984 96838 33554432000 4194304 4196468 140729818397040 139881984550528 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10844916 memory=380432 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10844916 memory=387352 CPUtime=3.68 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 38335 13252 0 0 354 6 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10844916 memory=387352 CPUtime=4.02 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 39966 13252 0 0 389 5 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10844916 memory=386596 CPUtime=3.66 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 43005 13252 0 0 349 9 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10844916 memory=380348 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10844916 memory=380348 CPUtime=1.65 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1135 13252 0 0 72 85 5 3 20 0 15 0 407266930 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 387352 KiB

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

[startup+2472.13 s]
# the end of solver process 13830 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.43 s, system=4.65779 s

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

[startup+2472.11 s]
/proc/loadavg: 0.88 0.74 0.81 2/206 14201
/proc/meminfo: memFree=31172688/32770624 swapFree=66920616/67108860
[pid=13830] ppid=13827 vsize=10844916 memory=387352 CPUtime=2520.04 cores=1,3,5,7
/proc/13830/stat : 13830 (java) S 13827 13830 5621 0 -1 1077944320 309299 13252 0 0 251535 461 5 3 20 0 15 0 407266915 11105193984 96838 33554432000 4194304 4196468 140729818397040 140729818379584 139882654072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
/proc/13830/statm: 2711229 96838 3624 1 0 2673293 0
[pid=13830/tid=13883] ppid=13827 vsize=10844916 memory=387352 CPUtime=2444.11 cores=1,3,5,7
/proc/13830/task/13883/stat : 13883 (java) R 13827 13830 5621 0 -1 4202560 111089 13252 0 0 244336 67 5 3 20 0 15 0 407266924 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882625908192 139882268363509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13884] ppid=13827 vsize=10844916 memory=387352 CPUtime=12.71 cores=1,3,5,7
/proc/13830/task/13884/stat : 13884 (java) S 13827 13830 5621 0 -1 1077944384 15124 13252 0 0 1190 73 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882658314640 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13885] ppid=13827 vsize=10844916 memory=387352 CPUtime=12.67 cores=1,3,5,7
/proc/13830/task/13885/stat : 13885 (java) S 13827 13830 5621 0 -1 1077944384 14995 13252 0 0 1184 75 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882590226704 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13886] ppid=13827 vsize=10844916 memory=380432 CPUtime=12.69 cores=1,3,5,7
/proc/13830/task/13886/stat : 13886 (java) S 13827 13830 5621 0 -1 1077944384 15231 13252 0 0 1191 70 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882226125456 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13887] ppid=13827 vsize=10844916 memory=380348 CPUtime=12.69 cores=1,3,5,7
/proc/13830/task/13887/stat : 13887 (java) S 13827 13830 5621 0 -1 1077944384 14983 13252 0 0 1189 72 5 3 20 0 15 0 407266925 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882225072656 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13888] ppid=13827 vsize=10844916 memory=373248 CPUtime=12.78 cores=1,3,5,7
/proc/13830/task/13888/stat : 13888 (java) S 13827 13830 5621 0 -1 1077944384 13181 13252 0 0 1187 83 5 3 20 0 15 0 407266926 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882113505904 139882654083714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13889] ppid=13827 vsize=10844916 memory=381132 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13889/stat : 13889 (java) S 13827 13830 5621 0 -1 1077944384 38 13252 0 0 0 0 5 3 20 0 15 0 407266926 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882112451936 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13890] ppid=13827 vsize=10844916 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13890/stat : 13890 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266927 11105193984 96838 33554432000 4194304 4196468 140729818397040 139881984550528 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13891] ppid=13827 vsize=10844916 memory=380432 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13891/stat : 13891 (java) S 13827 13830 5621 0 -1 1077944384 2 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139881380571728 139882654091163 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13892] ppid=13827 vsize=10844916 memory=387352 CPUtime=3.68 cores=1,3,5,7
/proc/13830/task/13892/stat : 13892 (java) S 13827 13830 5621 0 -1 1077944384 38335 13252 0 0 354 6 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882078894192 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13893] ppid=13827 vsize=10844916 memory=387352 CPUtime=4.02 cores=1,3,5,7
/proc/13830/task/13893/stat : 13893 (java) S 13827 13830 5621 0 -1 1077944384 39966 13252 0 0 389 5 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882077841392 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13894] ppid=13827 vsize=10844916 memory=386596 CPUtime=3.66 cores=1,3,5,7
/proc/13830/task/13894/stat : 13894 (java) S 13827 13830 5621 0 -1 1077944384 43005 13252 0 0 349 9 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882076789104 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13895] ppid=13827 vsize=10844916 memory=380348 CPUtime=0.08 cores=1,3,5,7
/proc/13830/task/13895/stat : 13895 (java) S 13827 13830 5621 0 -1 1077944384 3 13252 0 0 0 0 5 3 20 0 15 0 407266929 11105193984 96838 33554432000 4194304 4196468 140729818397040 139880910809568 139882654082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
[pid=13830/tid=13896] ppid=13827 vsize=10844916 memory=380348 CPUtime=1.65 cores=1,3,5,7
/proc/13830/task/13896/stat : 13896 (java) S 13827 13830 5621 0 -1 1077944384 1135 13252 0 0 72 85 5 3 20 0 15 0 407266930 11105193984 96838 33554432000 4194304 4196468 140729818397040 139882075737008 139882654083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140729818401526 140729818404037 140729818404037 140729818406863 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 387352 KiB

Child status: 143
Real time (s): 2472.13
CPU time (s): 2520.08
CPU user time (s): 2515.43
CPU system time (s): 4.65779
CPU usage (%): 101.94
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 970344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.43
system time used= 4.65779
maximum resident set size= 970344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316357
involuntary context switches= 7317


# summary of solver processes directly reported to runsolver:
#   pid: 13830
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.43
#   total CPU system time (s): 4.65779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2481 second user time and 23.0319 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 18:39:52
IDJOB=4387544
IDBENCH=141696
IDSOLVER=2823
FILE ID=node107/4387544-1568310108
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 55672 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/hcp/graph171.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387544-1568310108/watcher-4387544-1568310108 -o /tmp/evaluation-result-4387544-1568310108/solver-4387544-1568310108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=229214120 HOME/instance-4387544-1568310108.xml

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

MD5SUM BENCH= 889399dd2d9405aab831b2de91bd17ad
RANDOM SEED=229214120

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29313928 kB
MemAvailable:   29634132 kB
Buffers:          109044 kB
Cached:           480224 kB
SwapCached:        80468 kB
Active:          2573352 kB
Inactive:         291172 kB
Active(anon):    2203332 kB
Inactive(anon):   100864 kB
Active(file):     370020 kB
Inactive(file):   190308 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920552 kB
Dirty:             35380 kB
Writeback:            16 kB
AnonPages:       2305536 kB
Mapped:            44808 kB
Shmem:             20300 kB
Slab:             179916 kB
SReclaimable:     151420 kB
SUnreclaim:        28496 kB
KernelStack:        3712 kB
PageTables:        10216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3211628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2107392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55672 MiB
End job on node107 at 2019-09-12 19:21:05