Trace number 4400921

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.2? (TO) 2520.09 2465.64

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.5215
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.03/2465.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2465.61		at concrete.MAC.mac(MAC.scala:192)
2520.03/2465.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.03/2465.61		at scala.util.Try$.apply(Try.scala:212)
2520.03/2465.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.03/2465.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.03/2465.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.03/2465.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.03/2465.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.03/2465.61		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.03/2465.61		at concrete.ProblemState.map(ProblemState.scala:238)
2520.03/2465.61		at concrete.ProblemState.map(ProblemState.scala:212)
2520.03/2465.61		at concrete.MAC.nextSolution(MAC.scala:348)
2520.03/2465.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.03/2465.61		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.03/2465.61		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.03/2465.61		at concrete.Solver.nextOption(Solver.scala:67)
2520.03/2465.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.03/2465.61		at scala.util.Success.map(Try.scala:264)
2520.03/2465.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2465.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.03/2465.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2465.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2465.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2465.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.03/2465.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.03/2465.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.03/2465.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.03/2465.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.03/2465.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.03/2465.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.03/2465.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.03/2465.61		at scala.App.main(App.scala:75)
2520.03/2465.61		at scala.App.main$(App.scala:73)
2520.03/2465.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2465.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2465.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 (14622 MiB free)
  memory of node 1: 16384 MiB (13087 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400921-1568674895/watcher-4400921-1568674895 -o /tmp/evaluation-result-4400921-1568674895/solver-4400921-1568674895 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4400921-1568674895.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=25383, runsolver pid=25380
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 1.63 1.46 1.70 3/219 25440
/proc/meminfo: memFree=28367540/32770624 swapFree=66953548/67108860
[pid=25383] ppid=25380 vsize=9972712 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 4529 13074 0 0 1 0 5 2 20 0 6 0 443431452 10212057088 4269 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2493178 4269 1935 1 0 2481616 0
[pid=25383/tid=25436] ppid=25380 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 2329 13074 0 0 1 0 5 2 20 0 6 0 443431461 10212057088 4269 33554432000 4194304 4196468 140731262526512 140203920810576 140203930351754 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 6 0 443431461 10212057088 4269 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=9972712 memory=139974782826112 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 6 0 443431461 10212057088 4269 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 6 0 443431461 10212057088 4269 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 6 0 443431461 10212057088 4269 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210528 s]*
/proc/loadavg: 1.63 1.46 1.70 4/228 25449
/proc/meminfo: memFree=28352308/32770624 swapFree=66953548/67108860
[pid=25383] ppid=25380 vsize=10820196 memory=40036 CPUtime=0.26 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 7379 13074 0 0 18 1 5 2 20 0 15 0 443431452 11079880704 10009 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2705049 10009 3256 1 0 2667149 0
[pid=25383/tid=25436] ppid=25380 vsize=10820196 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 3855 13074 0 0 11 1 5 2 20 0 15 0 443431461 11079880704 10009 33554432000 4194304 4196468 140731262526512 140203920796976 140203948995741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 10009 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10820196 memory=139974782826112 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 10009 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 10009 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 10075 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10820196 memory=139974782826112 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 33 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202951320992 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202832029168 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) R 25380 25383 24851 0 -1 4202560 347 13074 0 0 1 0 5 2 20 0 15 0 443431466 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202917763056 140203930518366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 319 13074 0 0 1 0 5 2 20 0 15 0 443431466 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10820196 memory=139974782826112 CPUtime=0.1 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 602 13074 0 0 3 0 5 2 20 0 15 0 443431466 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10820196 memory=139974782826112 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431467 11079880704 10075 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40036 KiB

[startup+0.310608 s]*
/proc/loadavg: 1.63 1.46 1.70 3/228 25449
/proc/meminfo: memFree=28341060/32770624 swapFree=66953548/67108860
[pid=25383] ppid=25380 vsize=10820196 memory=48332 CPUtime=0.39 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 10848 13074 0 0 29 3 5 2 20 0 15 0 443431452 11079880704 12083 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2705049 12083 3304 1 0 2667149 0
[pid=25383/tid=25436] ppid=25380 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 7314 13074 0 0 19 2 5 2 20 0 15 0 443431461 11079880704 12083 33554432000 4194304 4196468 140731262526512 140203920782768 140203935159726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10820196 memory=7812730935452266603 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 12083 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10820196 memory=5787233549803348032 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 12083 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10820196 memory=7649539346109123522 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 12083 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431461 11079880704 12083 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 33 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202951320992 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431463 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202832029168 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 349 13074 0 0 2 0 5 2 20 0 15 0 443431466 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 319 13074 0 0 1 0 5 2 20 0 15 0 443431466 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 609 13074 0 0 5 0 5 2 20 0 15 0 443431466 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431467 11079880704 12083 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48332 KiB

[startup+0.700709 s]
/proc/loadavg: 1.63 1.46 1.70 5/228 25449
/proc/meminfo: memFree=28324684/32770624 swapFree=66953548/67108860
[pid=25383] ppid=25380 vsize=10824364 memory=81608 CPUtime=1.12 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 15156 13074 0 0 99 6 5 2 20 0 15 0 443431452 11084148736 20402 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2706091 20402 3513 1 0 2668173 0
[pid=25383/tid=25436] ppid=25380 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 10510 13074 0 0 55 4 5 2 20 0 15 0 443431461 11084148736 20402 33554432000 4194304 4196468 140731262526512 140203920800976 140203948995741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11084148736 20402 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11084148736 20402 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431461 11084148736 20402 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431461 11084148736 20402 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 5 13074 0 0 0 0 5 2 20 0 15 0 443431463 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 33 13074 0 0 0 0 5 2 20 0 15 0 443431463 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202951320992 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431463 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202832029168 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10824364 memory=139974661932944 CPUtime=0.2 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) R 25380 25383 24851 0 -1 4202560 801 13074 0 0 13 0 5 2 20 0 15 0 443431466 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202917749248 140203930495811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10824364 memory=24964 CPUtime=0.19 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) R 25380 25383 24851 0 -1 4202560 741 13074 0 0 12 0 5 2 20 0 15 0 443431466 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202916697824 140203933262827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10824364 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) R 25380 25383 24851 0 -1 1077944384 844 13074 0 0 17 0 5 2 20 0 15 0 443431466 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10824364 memory=139974661930352 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) R 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431467 11084148736 20402 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81608 KiB

[startup+1.50067 s]
/proc/loadavg: 1.63 1.46 1.70 3/228 25449
/proc/meminfo: memFree=28283280/32770624 swapFree=66953548/67108860
[pid=25383] ppid=25380 vsize=10834680 memory=171308 CPUtime=2.43 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 21861 13074 0 0 226 10 5 2 20 0 15 0 443431452 11094712320 42827 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2708670 42827 3576 1 0 2670733 0
[pid=25383/tid=25436] ppid=25380 vsize=10834680 memory=17 CPUtime=1.43 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 15336 13074 0 0 130 6 5 2 20 0 15 0 443431461 11094712320 42827 33554432000 4194304 4196468 140731262526512 140203920773216 140203948985750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10834680 memory=28 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 76 13074 0 0 1 0 5 2 20 0 15 0 443431461 11094712320 42827 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 349 13074 0 0 0 0 5 2 20 0 15 0 443431461 11094712320 42827 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 33 13074 0 0 0 0 5 2 20 0 15 0 443431461 11094712320 42827 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10834680 memory=95280 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 58 13074 0 0 1 0 5 2 20 0 15 0 443431461 11094712320 42827 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 141 13074 0 0 1 0 5 2 20 0 15 0 443431463 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10834680 memory=7018394261716493144 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 34 13074 0 0 0 0 5 2 20 0 15 0 443431463 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202951321056 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10834680 memory=7667209424811287125 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431463 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202832029184 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10834680 memory=7301011622555509354 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10834680 memory=5787220458829273444 CPUtime=0.3 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 928 13074 0 0 23 0 5 2 20 0 15 0 443431466 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10834680 memory=7379824616067520098 CPUtime=0.31 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 956 13074 0 0 24 0 5 2 20 0 15 0 443431466 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10834680 memory=7018394261716493144 CPUtime=0.49 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 1733 13074 0 0 42 0 5 2 20 0 15 0 443431466 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10834680 memory=7018394261716493144 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10834680 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 1 13074 0 0 0 0 5 2 20 0 15 0 443431467 11094712320 42827 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 74833 13074 0 0 229709 45 5 2 20 0 15 0 443431461 11107315712 217501 33554432000 4194304 4196468 140731262526512 140203920809424 140203538415033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10846988 memory=867956 CPUtime=13.78 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 22764 13074 0 0 1319 52 5 2 20 0 15 0 443431461 11107315712 217501 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10846988 memory=870004 CPUtime=13.76 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 24588 13074 0 0 1318 51 5 2 20 0 15 0 443431461 11107315712 217501 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10846988 memory=867956 CPUtime=13.76 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 17749 13074 0 0 1317 52 5 2 20 0 15 0 443431461 11107315712 217501 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10846988 memory=870004 CPUtime=13.74 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 25277 13074 0 0 1314 53 5 2 20 0 15 0 443431461 11107315712 217501 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10846988 memory=870004 CPUtime=8.51 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 18432 13074 0 0 791 53 5 2 20 0 15 0 443431463 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10846988 memory=870004 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 39 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202951321056 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10846988 memory=870004 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202832029184 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10846988 memory=870004 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10846988 memory=870004 CPUtime=4.72 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 28713 13074 0 0 462 3 5 2 20 0 15 0 443431466 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10846988 memory=870004 CPUtime=5.07 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 32999 13074 0 0 496 4 5 2 20 0 15 0 443431466 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10846988 memory=870004 CPUtime=2.12 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 28971 13074 0 0 201 4 5 2 20 0 15 0 443431466 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10846988 memory=5996 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10846988 memory=14012 CPUtime=1.39 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 934 13074 0 0 62 70 5 2 20 0 15 0 443431467 11107315712 217501 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 2373.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 870004 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.29 1.31 3/228 25845
/proc/meminfo: memFree=29505180/32770624 swapFree=66953588/67108860
[pid=25383] ppid=25380 vsize=10846988 memory=878196 CPUtime=2435.1 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 279094 13074 0 0 243157 346 5 2 20 0 15 0 443431452 11107315712 219549 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2711747 219549 3627 1 0 2673805 0
[pid=25383/tid=25436] ppid=25380 vsize=10846988 memory=878196 CPUtime=2356.91 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 75372 13074 0 0 235638 46 5 2 20 0 15 0 443431461 11107315712 219549 33554432000 4194304 4196468 140731262526512 140203920809520 140203520239142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10846988 memory=876148 CPUtime=14.18 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 22930 13074 0 0 1358 53 5 2 20 0 15 0 443431461 11107315712 219549 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10846988 memory=780 CPUtime=14.16 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 24770 13074 0 0 1357 52 5 2 20 0 15 0 443431461 11107315712 219549 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10846988 memory=876148 CPUtime=14.17 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 18074 13074 0 0 1356 54 5 2 20 0 15 0 443431461 11107315712 219549 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10846988 memory=872052 CPUtime=14.14 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 25427 13074 0 0 1353 54 5 2 20 0 15 0 443431461 11107315712 219549 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10846988 memory=876148 CPUtime=8.72 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 18634 13074 0 0 811 54 5 2 20 0 15 0 443431463 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10846988 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 39 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202951321056 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10846988 memory=876148 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202832029184 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10846988 memory=878196 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10846988 memory=878196 CPUtime=4.72 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 28715 13074 0 0 462 3 5 2 20 0 15 0 443431466 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10846988 memory=7 CPUtime=5.07 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 33001 13074 0 0 496 4 5 2 20 0 15 0 443431466 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10846988 memory=876148 CPUtime=2.12 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 28973 13074 0 0 201 4 5 2 20 0 15 0 443431466 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10846988 memory=876148 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10846988 memory=878196 CPUtime=1.43 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 942 13074 0 0 64 72 5 2 20 0 15 0 443431467 11107315712 219549 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 2435.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 878196 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.30 1.31 3/228 25851
/proc/meminfo: memFree=29480688/32770624 swapFree=66953588/67108860
[pid=25383] ppid=25380 vsize=10846988 memory=886388 CPUtime=2496.29 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 281074 13074 0 0 249269 353 5 2 20 0 15 0 443431452 11107315712 221597 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2711747 221597 3627 1 0 2673805 0
[pid=25383/tid=25436] ppid=25380 vsize=10846988 memory=884340 CPUtime=2416.23 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 76068 13074 0 0 241569 47 5 2 20 0 15 0 443431461 11107315712 221597 33554432000 4194304 4196468 140731262526512 140203920809408 140203536270153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10846988 memory=884340 CPUtime=14.58 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 23161 13074 0 0 1397 54 5 2 20 0 15 0 443431461 11107315712 221597 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10846988 memory=884340 CPUtime=14.57 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 24942 13074 0 0 1397 53 5 2 20 0 15 0 443431461 11107315712 221597 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10846988 memory=2044 CPUtime=14.57 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 18237 13074 0 0 1395 55 5 2 20 0 15 0 443431461 11107315712 221597 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10846988 memory=884340 CPUtime=14.55 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 25909 13074 0 0 1393 55 5 2 20 0 15 0 443431461 11107315712 221597 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10846988 memory=882292 CPUtime=8.94 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 18847 13074 0 0 832 55 5 2 20 0 15 0 443431463 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10846988 memory=884340 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 39 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202951321056 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10846988 memory=882292 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202832029184 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10846988 memory=884340 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10846988 memory=1040 CPUtime=4.72 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 28717 13074 0 0 462 3 5 2 20 0 15 0 443431466 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10846988 memory=884340 CPUtime=5.07 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 33003 13074 0 0 496 4 5 2 20 0 15 0 443431466 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10846988 memory=884340 CPUtime=2.13 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 28975 13074 0 0 202 4 5 2 20 0 15 0 443431466 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10846988 memory=886388 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10846988 memory=3612 CPUtime=1.46 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 959 13074 0 0 65 74 5 2 20 0 15 0 443431467 11107315712 221597 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 2496.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 886388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.6 s]
/proc/loadavg: 1.45 1.32 1.32 3/228 25852
/proc/meminfo: memFree=29512464/32770624 swapFree=66953588/67108860
[pid=25383] ppid=25380 vsize=10846988 memory=882280 CPUtime=2520.03 cores=0,2,4,6
/proc/25383/stat : 25383 (java) S 25380 25383 24851 0 -1 1077944320 281518 13074 0 0 251641 355 5 2 20 0 15 0 443431452 11107315712 220570 33554432000 4194304 4196468 140731262526512 140731262509056 140203948973815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
/proc/25383/statm: 2711747 220570 3627 1 0 2673805 0
[pid=25383/tid=25436] ppid=25380 vsize=10846988 memory=1556 CPUtime=2439.26 cores=0,2,4,6
/proc/25383/task/25436/stat : 25436 (java) R 25380 25383 24851 0 -1 4202560 76402 13074 0 0 243872 47 5 2 20 0 15 0 443431461 11107315712 220570 33554432000 4194304 4196468 140731262526512 140203920809600 140203534889387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25437] ppid=25380 vsize=10846988 memory=885356 CPUtime=14.74 cores=0,2,4,6
/proc/25383/task/25437/stat : 25437 (java) S 25380 25383 24851 0 -1 1077944384 23165 13074 0 0 1412 55 5 2 20 0 15 0 443431461 11107315712 220570 33554432000 4194304 4196468 140731262526512 140203953215760 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25438] ppid=25380 vsize=10846988 memory=6791534058613427641 CPUtime=14.72 cores=0,2,4,6
/proc/25383/task/25438/stat : 25438 (java) S 25380 25383 24851 0 -1 1077944384 24965 13074 0 0 1412 53 5 2 20 0 15 0 443431461 11107315712 220570 33554432000 4194304 4196468 140731262526512 140203841489296 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25439] ppid=25380 vsize=10846988 memory=-8990767739041718176 CPUtime=14.73 cores=0,2,4,6
/proc/25383/task/25439/stat : 25439 (java) S 25380 25383 24851 0 -1 1077944384 18294 13074 0 0 1411 55 5 2 20 0 15 0 443431461 11107315712 220570 33554432000 4194304 4196468 140731262526512 140203840436752 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25440] ppid=25380 vsize=10846988 memory=4945125699554088323 CPUtime=14.7 cores=0,2,4,6
/proc/25383/task/25440/stat : 25440 (java) S 25380 25383 24851 0 -1 1077944384 25929 13074 0 0 1408 55 5 2 20 0 15 0 443431461 11107315712 220570 33554432000 4194304 4196468 140731262526512 140203519896208 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25441] ppid=25380 vsize=10846988 memory=6944656592452807314 CPUtime=9.03 cores=0,2,4,6
/proc/25383/task/25441/stat : 25441 (java) S 25380 25383 24851 0 -1 1077944384 18852 13074 0 0 839 57 5 2 20 0 15 0 443431463 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202952374768 140203948984962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25442] ppid=25380 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25442/stat : 25442 (java) S 25380 25383 24851 0 -1 1077944384 39 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202951321056 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25443] ppid=25380 vsize=10846988 memory=12024 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25443/stat : 25443 (java) S 25380 25383 24851 0 -1 1077944384 2 13074 0 0 0 0 5 2 20 0 15 0 443431463 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202832029184 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25444] ppid=25380 vsize=10846988 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25444/stat : 25444 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202524629712 140203948992411 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25445] ppid=25380 vsize=10846988 memory=500 CPUtime=4.72 cores=0,2,4,6
/proc/25383/task/25445/stat : 25445 (java) S 25380 25383 24851 0 -1 1077944384 28717 13074 0 0 462 3 5 2 20 0 15 0 443431466 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202917763056 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25446] ppid=25380 vsize=10846988 memory=6791534058613427641 CPUtime=5.07 cores=0,2,4,6
/proc/25383/task/25446/stat : 25446 (java) S 25380 25383 24851 0 -1 1077944384 33003 13074 0 0 496 4 5 2 20 0 15 0 443431466 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202916710512 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25447] ppid=25380 vsize=10846988 memory=1720 CPUtime=2.13 cores=0,2,4,6
/proc/25383/task/25447/stat : 25447 (java) S 25380 25383 24851 0 -1 1077944384 28975 13074 0 0 202 4 5 2 20 0 15 0 443431466 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202915657968 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25448] ppid=25380 vsize=10846988 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/25383/task/25448/stat : 25448 (java) S 25380 25383 24851 0 -1 1077944384 3 13074 0 0 0 0 5 2 20 0 15 0 443431466 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202491071072 140203948984021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
[pid=25383/tid=25449] ppid=25380 vsize=10846988 memory=5996 CPUtime=1.48 cores=0,2,4,6
/proc/25383/task/25449/stat : 25449 (java) S 25380 25383 24851 0 -1 1077944384 960 13074 0 0 66 75 5 2 20 0 15 0 443431467 11107315712 220570 33554432000 4194304 4196468 140731262526512 140202914605872 140203948984962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37773312 140731262528240 140731262530757 140731262530757 140731262533583 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 882280 KiB

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

[startup+2465.64 s]
# the end of solver process 25383 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.49 s, system=3.59635 s

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

Child status: 143
Real time (s): 2465.64
CPU time (s): 2520.09
CPU user time (s): 2516.49
CPU system time (s): 3.59635
CPU usage (%): 102.208
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 1227812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.49
system time used= 3.59635
maximum resident set size= 1229860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252308
involuntary context switches= 8253


# summary of solver processes directly reported to runsolver:
#   pid: 25383
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.49
#   total CPU system time (s): 3.59635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8631 second user time and 23.8995 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 01:00:53
IDJOB=4400921
IDBENCH=120660
IDSOLVER=2857
FILE ID=node117/4400921-1568674895
RUNJOBID= node117-1568673289-24882
PBS_JOBID= 21703791
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400921-1568674895/watcher-4400921-1568674895 -o /tmp/evaluation-result-4400921-1568674895/solver-4400921-1568674895 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568673289-24882 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4400921-1568674895.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=140789969

node117.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.75
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.75
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.75
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.75
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:        28375856 kB
MemAvailable:   29519412 kB
Buffers:          113144 kB
Cached:          1309860 kB
SwapCached:        50156 kB
Active:          2953336 kB
Inactive:         852476 kB
Active(anon):    2333668 kB
Inactive(anon):    87432 kB
Active(file):     619668 kB
Inactive(file):   765044 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66953548 kB
Dirty:             35520 kB
Writeback:             0 kB
AnonPages:       2442896 kB
Mapped:            55188 kB
Shmem:             29512 kB
Slab:             178268 kB
SReclaimable:     149360 kB
SUnreclaim:        28908 kB
KernelStack:        3744 kB
PageTables:        10604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3507928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2267136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-17 01:41:59