Trace number 4402711

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.17 2465.02

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-164.xml
MD5SUMb2fe288f8dde57e646dfc9c4f090c29d
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 benchmark118.733
Satisfiable
(Un)Satisfiability was proved
Number of variables328
Number of constraints172
Number of domains2
Minimum domain size164
Maximum domain size26896
Distribution of domain sizes[{"size":164,"count":164},{"size":26896,"count":164}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":164},{"degree":4,"count":163},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity164
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":164},{"arity":82,"count":6},{"arity":164,"count":1}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.56	c Concrete v3.12.3.1568965526260 running
2520.05/2464.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2464.91		at concrete.MAC.mac(MAC.scala:192)
2520.05/2464.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2464.91		at scala.util.Try$.apply(Try.scala:210)
2520.05/2464.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2464.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2464.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2464.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2464.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2464.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.05/2464.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.05/2464.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.05/2464.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.05/2464.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2464.91		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.05/2464.91		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.05/2464.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.05/2464.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.05/2464.91		at scala.util.Success.map(Try.scala:262)
2520.05/2464.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2464.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2464.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2464.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2464.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2464.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2464.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2464.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2464.91		at scala.App.$anonfun$main$1(App.scala:73)
2520.05/2464.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.05/2464.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.05/2464.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.05/2464.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.05/2464.91		at scala.App.main(App.scala:73)
2520.05/2464.91		at scala.App.main$(App.scala:71)
2520.05/2464.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2464.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2464.91	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 (2007 MiB free)
  memory of node 1: 16384 MiB (611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402711-1568970133/watcher-4402711-1568970133 -o /tmp/evaluation-result-4402711-1568970133/solver-4402711-1568970133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402711-1568970133.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
Current StackSize limit: 8192 KiB

solver pid=8680, runsolver pid=8677

[startup+0.100058 s]*
/proc/loadavg: 1.75 1.58 1.37 3/221 8737
/proc/meminfo: memFree=2678844/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=9972712 memory=16428 CPUtime=0.1 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 4349 13329 0 0 1 1 5 3 20 0 6 0 473266345 10212057088 4107 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2493178 4107 1931 1 0 2481616 0
[pid=8680/tid=8733] ppid=8677 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 2158 13329 0 0 0 0 5 3 20 0 6 0 473266354 10212057088 4107 33554432000 4194304 4196468 140731604448976 140416341099088 140416369284253 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 6 0 473266355 10212057088 4107 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=9972712 memory=139727032604288 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 6 0 473266355 10212057088 4107 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 6 0 473266355 10212057088 4107 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 6 0 473266355 10212057088 4107 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16428 KiB

[startup+0.219011 s]*
/proc/loadavg: 1.75 1.58 1.37 4/230 8746
/proc/meminfo: memFree=2650224/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10821220 memory=48164 CPUtime=0.29 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 8713 13329 0 0 19 2 5 3 20 0 15 0 473266345 11080929280 12041 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2705305 12041 3331 1 0 2667405 0
[pid=8680/tid=8733] ppid=8677 vsize=10820196 memory=7822038051842263955 CPUtime=0.2 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) D 8677 8680 7525 0 -1 1077944384 5439 13329 0 0 11 1 5 3 20 0 15 0 473266354 11079880704 12160 33554432000 4194304 4196468 140731604448976 140416341074688 140416361941549 0 4 0 16800975 18446744072101654052 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 12160 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10820196 memory=139727032604288 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 12160 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 12160 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 12160 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10821220 memory=139727032604288 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266356 11080929280 12160 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 33 13329 0 0 0 0 5 3 20 0 15 0 473266357 11080929280 12160 33554432000 4194304 4196468 140731604448976 140415827141664 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266357 11080929280 12160 33554432000 4194304 4196468 140731604448976 140415701345136 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11080929280 12160 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 612 13329 0 0 1 0 5 3 20 0 15 0 473266359 11080929280 12225 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10821220 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 88 13329 0 0 1 0 5 3 20 0 15 0 473266359 11080929280 12225 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10821220 memory=139727032604288 CPUtime=0.11 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 678 13329 0 0 3 0 5 3 20 0 15 0 473266359 11080929280 12225 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11080929280 12225 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10821220 memory=139727032604288 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266360 11080929280 12291 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 48164 KiB

[startup+0.310945 s]*
/proc/loadavg: 1.75 1.58 1.37 5/230 8746
/proc/meminfo: memFree=2641156/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10820196 memory=54008 CPUtime=0.41 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 10724 13329 0 0 30 3 5 3 20 0 15 0 473266345 11079880704 13502 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2705049 13502 3342 1 0 2667149 0
[pid=8680/tid=8733] ppid=8677 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 7054 13329 0 0 19 2 5 3 20 0 15 0 473266354 11079880704 13502 33554432000 4194304 4196468 140731604448976 140416341066432 140416353305957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10820196 memory=7588675780317245542 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 13502 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10820196 memory=5788339726952981056 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10820196 memory=7019606814819503304 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266356 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 33 13329 0 0 0 0 5 3 20 0 15 0 473266357 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415827141664 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266357 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415701345136 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 622 13329 0 0 2 0 5 3 20 0 15 0 473266359 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 91 13329 0 0 2 0 5 3 20 0 15 0 473266359 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 707 13329 0 0 5 0 5 3 20 0 15 0 473266359 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11079880704 13502 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266360 11079880704 13502 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54008 KiB

[startup+0.705948 s]
/proc/loadavg: 1.75 1.58 1.37 3/230 8746
/proc/meminfo: memFree=2628784/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10824364 memory=89084 CPUtime=1.16 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 14989 13329 0 0 103 5 5 3 20 0 15 0 473266345 11084148736 22271 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2706091 22271 3504 1 0 2668173 0
[pid=8680/tid=8733] ppid=8677 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 9994 13329 0 0 56 3 5 3 20 0 15 0 473266354 11084148736 22271 33554432000 4194304 4196468 140731604448976 140416341078240 140416350838968 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11084148736 22271 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266355 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266355 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 5 13329 0 0 0 0 5 3 20 0 15 0 473266356 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 33 13329 0 0 0 0 5 3 20 0 15 0 473266357 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415827141664 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266357 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415701345136 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 1029 13329 0 0 13 0 5 3 20 0 15 0 473266359 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 776 13329 0 0 15 0 5 3 20 0 15 0 473266359 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 935 13329 0 0 17 0 5 3 20 0 15 0 473266359 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10824364 memory=139726896007088 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11084148736 22271 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266360 11084148736 22271 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 89084 KiB

[startup+1.50074 s]
/proc/loadavg: 1.75 1.58 1.37 3/230 8746
/proc/meminfo: memFree=2583688/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10834680 memory=174712 CPUtime=2.46 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 21750 13329 0 0 229 9 5 3 20 0 15 0 473266345 11094712320 43678 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2708670 43678 3578 1 0 2670733 0
[pid=8680/tid=8733] ppid=8677 vsize=10834680 memory=21 CPUtime=1.43 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 14946 13329 0 0 131 4 5 3 20 0 15 0 473266354 11094712320 43678 33554432000 4194304 4196468 140731604448976 140416341059488 140415973540515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10834680 memory=28 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 57 13329 0 0 1 0 5 3 20 0 15 0 473266355 11094712320 43678 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 44 13329 0 0 1 0 5 3 20 0 15 0 473266355 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 80 13329 0 0 1 0 5 3 20 0 15 0 473266355 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10834680 memory=103052 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 338 13329 0 0 1 0 5 3 20 0 15 0 473266355 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 150 13329 0 0 1 0 5 3 20 0 15 0 473266356 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10834680 memory=7014751519667082600 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 34 13329 0 0 0 0 5 3 20 0 15 0 473266357 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415827141728 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10834680 memory=7734480900601701977 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266357 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415701345152 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10834680 memory=7235708345642476138 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10834680 memory=5571041044932745317 CPUtime=0.31 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) R 8677 8680 7525 0 -1 1077944384 1223 13329 0 0 23 0 5 3 20 0 15 0 473266359 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10834680 memory=7522507191965215077 CPUtime=0.35 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 892 13329 0 0 27 0 5 3 20 0 15 0 473266359 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10834680 memory=7014751519667082600 CPUtime=0.49 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) R 8677 8680 7525 0 -1 4202560 1775 13329 0 0 41 0 5 3 20 0 15 0 473266359 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415791479408 140416347893120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10834680 memory=7014751519667082600 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11094712320 43678 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10834680 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 1 13329 0 0 0 0 5 3 20 0 15 0 473266360 11094712320 43678 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=8680/tid=8737] ppid=8677 vsize=10851096 memory=2668896 CPUtime=13.07 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 35077 13329 0 0 1231 68 5 3 20 0 15 0 473266355 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10851096 memory=2668896 CPUtime=7.21 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 25653 13329 0 0 639 74 5 3 20 0 15 0 473266356 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10851096 memory=2688464 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 39 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415827141728 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10851096 memory=2688464 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 4 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415701345152 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10851096 memory=7450750739340749666 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10851096 memory=2688464 CPUtime=5.9 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 36376 13329 0 0 573 9 5 3 20 0 15 0 473266359 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10851096 memory=2668896 CPUtime=5.92 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 30556 13329 0 0 577 7 5 3 20 0 15 0 473266359 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10851096 memory=2646324 CPUtime=5.69 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 43431 13329 0 0 550 11 5 3 20 0 15 0 473266359 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10851096 memory=2623568 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11111522304 672116 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10851096 memory=2688464 CPUtime=1.43 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 958 13329 0 0 64 71 5 3 20 0 15 0 473266360 11111522304 672116 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 2377.13 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2688464 KiB

[startup+2382.31 s]
/proc/loadavg: 2.00 1.75 1.55 3/227 9214
/proc/meminfo: memFree=197080/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10851096 memory=2866996 CPUtime=2437.23 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 1202537 13329 1 0 243115 600 5 3 20 0 15 0 473266345 11111522304 716749 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2712774 716749 3637 1 0 2674829 0
[pid=8680/tid=8733] ppid=8677 vsize=10851096 memory=2849792 CPUtime=2359.24 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 920899 13329 1 0 235713 203 5 3 20 0 15 0 473266354 11111522304 716749 33554432000 4194304 4196468 140731604448976 140416341097280 140415991209772 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10851096 memory=2830228 CPUtime=13.08 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 37725 13329 0 0 1230 70 5 3 20 0 15 0 473266355 11111522304 716749 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10851096 memory=2830228 CPUtime=13.13 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 33840 13329 0 0 1236 69 5 3 20 0 15 0 473266355 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10851096 memory=2849668 CPUtime=13.1 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 33950 13329 0 0 1234 68 5 3 20 0 15 0 473266355 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10851096 memory=2849792 CPUtime=13.08 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 36581 13329 0 0 1232 68 5 3 20 0 15 0 473266355 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10851096 memory=2830320 CPUtime=7.22 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 25944 13329 0 0 640 74 5 3 20 0 15 0 473266356 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10851096 memory=3188 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 39 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415827141728 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10851096 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 4 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415701345152 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10851096 memory=279453792094336 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10851096 memory=3504 CPUtime=5.9 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 36378 13329 0 0 573 9 5 3 20 0 15 0 473266359 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10851096 memory=2849792 CPUtime=5.92 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 30558 13329 0 0 577 7 5 3 20 0 15 0 473266359 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10851096 memory=14008 CPUtime=5.69 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 43433 13329 0 0 550 11 5 3 20 0 15 0 473266359 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10851096 memory=2849668 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11111522304 716749 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10851096 memory=2849668 CPUtime=1.47 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 976 13329 0 0 67 72 5 3 20 0 15 0 473266360 11111522304 716749 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 2437.23 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2866996 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.66 1.53 3/228 9221
/proc/meminfo: memFree=212688/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10851096 memory=3026832 CPUtime=2497.31 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 1464541 13329 1 0 249099 624 5 3 20 0 15 0 473266345 11111522304 756708 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2712774 756708 3637 1 0 2674829 0
[pid=8680/tid=8733] ppid=8677 vsize=10851096 memory=3026832 CPUtime=2419.18 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 1174851 13329 1 0 241685 225 5 3 20 0 15 0 473266354 11111522304 756708 33554432000 4194304 4196468 140731604448976 140416341097152 140415991415549 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10851096 memory=2830228 CPUtime=13.11 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 39598 13329 0 0 1233 70 5 3 20 0 15 0 473266355 11111522304 756708 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10851096 memory=2999384 CPUtime=13.16 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 35805 13329 0 0 1239 69 5 3 20 0 15 0 473266355 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10851096 memory=2848616 CPUtime=13.12 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 35726 13329 0 0 1236 68 5 3 20 0 15 0 473266355 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10851096 memory=2999580 CPUtime=13.12 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 38712 13329 0 0 1235 69 5 3 20 0 15 0 473266355 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10851096 memory=3002484 CPUtime=7.23 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 26228 13329 0 0 641 74 5 3 20 0 15 0 473266356 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10851096 memory=3024192 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 39 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415827141728 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10851096 memory=3026832 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 4 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415701345152 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10851096 memory=2950964 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10851096 memory=3026832 CPUtime=5.9 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 36380 13329 0 0 573 9 5 3 20 0 15 0 473266359 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10851096 memory=3026832 CPUtime=5.92 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 30560 13329 0 0 577 7 5 3 20 0 15 0 473266359 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10851096 memory=3024192 CPUtime=5.69 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 43435 13329 0 0 550 11 5 3 20 0 15 0 473266359 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10851096 memory=3024192 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11111522304 756708 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10851096 memory=3002484 CPUtime=1.49 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 993 13329 0 0 69 72 5 3 20 0 15 0 473266360 11111522304 756708 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 2497.31 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3026832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.9 s]
/proc/loadavg: 1.69 1.69 1.54 3/228 9222
/proc/meminfo: memFree=225736/32770624 swapFree=66999216/67108860
[pid=8680] ppid=8677 vsize=10851096 memory=3152024 CPUtime=2520.05 cores=0,2,4,6
/proc/8680/stat : 8680 (java) S 8677 8680 7525 0 -1 1077944320 1608686 13329 1 0 251336 661 5 3 20 0 15 0 473266345 11111522304 788006 33554432000 4194304 4196468 140731604448976 140731604431520 140416369262327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
/proc/8680/statm: 2712774 788006 3637 1 0 2674829 0
[pid=8680/tid=8733] ppid=8677 vsize=10851096 memory=3152024 CPUtime=2441.73 cores=0,2,4,6
/proc/8680/task/8733/stat : 8733 (java) R 8677 8680 7525 0 -1 4202560 1314509 13329 1 0 243916 249 5 3 20 0 15 0 473266354 11111522304 788006 33554432000 4194304 4196468 140731604448976 140416341097440 140415990896428 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8734] ppid=8677 vsize=10851096 memory=3152024 CPUtime=13.16 cores=0,2,4,6
/proc/8680/task/8734/stat : 8734 (java) S 8677 8680 7525 0 -1 1077944384 40475 13329 0 0 1234 74 5 3 20 0 15 0 473266355 11111522304 788006 33554432000 4194304 4196468 140731604448976 140416373505168 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8735] ppid=8677 vsize=10851096 memory=3075556 CPUtime=13.21 cores=0,2,4,6
/proc/8680/task/8735/stat : 8735 (java) S 8677 8680 7525 0 -1 1077944384 37083 13329 0 0 1241 72 5 3 20 0 15 0 473266355 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415942921232 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8736] ppid=8677 vsize=10851096 memory=3152024 CPUtime=13.17 cores=0,2,4,6
/proc/8680/task/8736/stat : 8736 (java) S 8677 8680 7525 0 -1 1077944384 36676 13329 0 0 1236 73 5 3 20 0 15 0 473266355 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415941868432 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8737] ppid=8677 vsize=10851096 memory=932 CPUtime=13.16 cores=0,2,4,6
/proc/8680/task/8737/stat : 8737 (java) S 8677 8680 7525 0 -1 1077944384 39821 13329 0 0 1235 73 5 3 20 0 15 0 473266355 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415940815632 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8738] ppid=8677 vsize=10851096 memory=3208 CPUtime=7.23 cores=0,2,4,6
/proc/8680/task/8738/stat : 8738 (java) S 8677 8680 7525 0 -1 1077944384 26478 13329 0 0 641 74 5 3 20 0 15 0 473266356 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415828195696 140416369273474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8739] ppid=8677 vsize=10851096 memory=3152024 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8739/stat : 8739 (java) S 8677 8680 7525 0 -1 1077944384 39 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415827141728 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8740] ppid=8677 vsize=10851096 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8740/stat : 8740 (java) S 8677 8680 7525 0 -1 1077944384 4 13329 0 0 0 0 5 3 20 0 15 0 473266357 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415701345152 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8741] ppid=8677 vsize=10851096 memory=3071988 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8741/stat : 8741 (java) S 8677 8680 7525 0 -1 1077944384 2 13329 0 0 0 0 5 3 20 0 15 0 473266359 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415097366352 140416369280923 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8742] ppid=8677 vsize=10851096 memory=3048880 CPUtime=5.9 cores=0,2,4,6
/proc/8680/task/8742/stat : 8742 (java) S 8677 8680 7525 0 -1 1077944384 36382 13329 0 0 573 9 5 3 20 0 15 0 473266359 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415793585008 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8743] ppid=8677 vsize=10851096 memory=30180 CPUtime=5.92 cores=0,2,4,6
/proc/8680/task/8743/stat : 8743 (java) S 8677 8680 7525 0 -1 1077944384 30562 13329 0 0 577 7 5 3 20 0 15 0 473266359 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415792532208 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8744] ppid=8677 vsize=10851096 memory=12024 CPUtime=5.69 cores=0,2,4,6
/proc/8680/task/8744/stat : 8744 (java) S 8677 8680 7525 0 -1 1077944384 43438 13329 0 0 550 11 5 3 20 0 15 0 473266359 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415791479408 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8745] ppid=8677 vsize=10851096 memory=3152024 CPUtime=0.08 cores=0,2,4,6
/proc/8680/task/8745/stat : 8745 (java) S 8677 8680 7525 0 -1 1077944384 3 13329 0 0 0 0 5 3 20 0 15 0 473266360 11111522304 788006 33554432000 4194304 4196468 140731604448976 140414627605216 140416369272533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
[pid=8680/tid=8746] ppid=8677 vsize=10851096 memory=3152024 CPUtime=1.51 cores=0,2,4,6
/proc/8680/task/8746/stat : 8746 (java) S 8677 8680 7525 0 -1 1077944384 1009 13329 0 0 70 73 5 3 20 0 15 0 473266360 11111522304 788006 33554432000 4194304 4196468 140731604448976 140415790426800 140416369273474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21270528 140731604450031 140731604452549 140731604452549 140731604455375 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 3152024 KiB

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

[startup+2465.02 s]
# the end of solver process 8680 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.44 s, system=6.72852 s

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

[startup+2465.01 s]*
/proc/loadavg: 1.69 1.69 1.54 3/215 9224
/proc/meminfo: memFree=3257724/32770624 swapFree=66999216/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2465.02
CPU time (s): 2520.17
CPU user time (s): 2513.44
CPU system time (s): 6.72852
CPU usage (%): 102.238
Max. virtual memory (cumulated for all children) (KiB): 10851968
Max. memory (cumulated for all children) (KiB): 3152024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.44
system time used= 6.72852
maximum resident set size= 3152988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1623065
page faults= 1
swaps= 0
block input operations= 3856
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215844
involuntary context switches= 7554


# summary of solver processes directly reported to runsolver:
#   pid: 8680
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2513.44
#   total CPU system time (s): 6.72852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7432 second user time and 23.2332 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 11:01:14
IDJOB=4402711
IDBENCH=122900
IDSOLVER=2861
FILE ID=node103/4402711-1568970133
RUNJOBID= node103-1568967579-7556
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-164.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402711-1568970133/watcher-4402711-1568970133 -o /tmp/evaluation-result-4402711-1568970133/solver-4402711-1568970133 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402711-1568970133.xml

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

MD5SUM BENCH= b2fe288f8dde57e646dfc9c4f090c29d
RANDOM SEED=1567823593

node103.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.74
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.74
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.74
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.74
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:         2681832 kB
MemAvailable:   30032912 kB
Buffers:           92276 kB
Cached:         27508220 kB
SwapCached:         6972 kB
Active:         15586348 kB
Inactive:       13837032 kB
Active(anon):    1810628 kB
Inactive(anon):    61736 kB
Active(file):   13775720 kB
Inactive(file): 13775296 kB
Unevictable:      106736 kB
Mlocked:          106736 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35612 kB
Writeback:             0 kB
AnonPages:       1936080 kB
Mapped:            65828 kB
Shmem:             40864 kB
Slab:             257740 kB
SReclaimable:     228524 kB
SUnreclaim:        29216 kB
KernelStack:        4016 kB
PageTables:         9280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2996684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1708032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 11:42:19