Trace number 4402597

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.11 2476.05

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-8_X2.xml
MD5SUM5c0d10b65067a89bbe36375c556425e1
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 benchmark166.47
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402597-1568979950/watcher-4402597-1568979950 -o /tmp/evaluation-result-4402597-1568979950/solver-4402597-1568979950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402597-1568979950.xml 

running on 4 cores: 0-3

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=17913, runsolver pid=17910

[startup+0.100199 s]*
/proc/loadavg: 1.16 1.36 1.43 4/214 17966
/proc/meminfo: memFree=3769600/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=9972712 memory=15956 CPUtime=0.09 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 3736 13036 0 0 1 0 5 3 20 0 6 0 474001200 10212057088 3989 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2493178 3989 1437 1 0 2481616 0
[pid=17913/tid=17966] ppid=17910 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 1620 13036 0 0 0 0 5 3 20 0 6 0 474001210 10212057088 4121 33554432000 4194304 4196468 140731708279088 140202244645456 140202195885029 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 474001211 10212057088 4121 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=9972712 memory=139830994187904 CPUtime=0.08 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 474001211 10212057088 4121 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 6 0 474001211 10212057088 4121 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 474001211 10212057088 4121 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15956 KiB

[startup+0.211162 s]*
/proc/loadavg: 1.16 1.36 1.43 5/227 17979
/proc/meminfo: memFree=3746916/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10820196 memory=38408 CPUtime=0.26 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 6997 13036 0 0 16 2 5 3 20 0 15 0 474001200 11079880704 9602 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2705049 9602 3266 1 0 2667149 0
[pid=17913/tid=17966] ppid=17910 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 3504 13036 0 0 10 1 5 3 20 0 15 0 474001210 11079880704 9602 33554432000 4194304 4196468 140731708279088 140202244626240 140202272830621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10820196 memory=364 CPUtime=0.08 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 9602 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10820196 memory=3977153881464420000 CPUtime=0.08 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 9602 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 9602 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 9602 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10820196 memory=139830994187904 CPUtime=0.08 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 474001212 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 474001213 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201731118240 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001213 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201154306800 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10820196 memory=0 CPUtime=0.09 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) R 17910 17913 13981 0 -1 4202560 564 13036 0 0 1 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201697561328 140202254333053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.09 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 66 13036 0 0 1 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10820196 memory=139830994187904 CPUtime=0.1 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 614 13036 0 0 2 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10820196 memory=139830994187904 CPUtime=0.08 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 9602 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 38408 KiB

[startup+0.311507 s]*
/proc/loadavg: 1.16 1.36 1.43 4/227 17979
/proc/meminfo: memFree=3734704/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10820196 memory=50316 CPUtime=0.4 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 10476 13036 0 0 28 4 5 3 20 0 15 0 474001200 11079880704 12579 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2705049 12579 3321 1 0 2667149 0
[pid=17913/tid=17966] ppid=17910 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 6963 13036 0 0 18 2 5 3 20 0 15 0 474001210 11079880704 12579 33554432000 4194304 4196468 140731708279088 140202244617616 140202252340091 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 12579 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 12579 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 12579 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11079880704 12579 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 474001212 11079880704 12579 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 474001213 11079880704 12579 33554432000 4194304 4196468 140731708279088 140201731118240 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001213 11079880704 12579 33554432000 4194304 4196468 140731708279088 140201154306800 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 12579 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10820196 memory=0 CPUtime=0.1 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 565 13036 0 0 2 0 5 3 20 0 15 0 474001216 11079880704 12581 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.1 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 67 13036 0 0 2 0 5 3 20 0 15 0 474001216 11079880704 12581 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10820196 memory=139830994187904 CPUtime=0.13 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 624 13036 0 0 5 0 5 3 20 0 15 0 474001216 11079880704 12581 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 12581 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10820196 memory=139830994187904 CPUtime=0.08 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001216 11079880704 12581 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50316 KiB

[startup+0.70908 s]
/proc/loadavg: 1.16 1.36 1.43 4/227 17979
/proc/meminfo: memFree=3721196/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10822316 memory=76656 CPUtime=1.12 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 14062 13036 0 0 99 5 5 3 20 0 15 0 474001200 11082051584 19164 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2705579 19164 3498 1 0 2667661 0
[pid=17913/tid=17966] ppid=17910 vsize=10822316 memory=0 CPUtime=0.67 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 9520 13036 0 0 55 4 5 3 20 0 15 0 474001210 11082051584 19164 33554432000 4194304 4196468 140731708279088 140202244637024 140202256889182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11082051584 19164 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11082051584 19164 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10822316 memory=139830847746256 CPUtime=0.08 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 474001211 11082051584 19164 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10822316 memory=139831250256475 CPUtime=0.08 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001211 11082051584 19164 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10822316 memory=980 CPUtime=0.08 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 5 13036 0 0 0 0 5 3 20 0 15 0 474001212 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 474001213 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201731118240 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001213 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201154306800 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10822316 memory=33104 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10822316 memory=2120 CPUtime=0.22 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) R 17910 17913 13981 0 -1 4202560 1037 13036 0 0 14 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201697546112 140202252055205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10822316 memory=496 CPUtime=0.19 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) R 17910 17913 13981 0 -1 4202560 493 13036 0 0 11 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201696494808 140202265098144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10822316 memory=1560 CPUtime=0.25 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 756 13036 0 0 17 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10822316 memory=1724 CPUtime=0.08 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001216 11082051584 19164 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76656 KiB

[startup+1.50075 s]
/proc/loadavg: 1.22 1.37 1.43 6/227 17979
/proc/meminfo: memFree=3690908/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10832632 memory=172244 CPUtime=2.73 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 20743 13036 0 0 254 11 5 3 20 0 15 0 474001200 11092615168 43061 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2708158 43061 3578 1 0 2670221 0
[pid=17913/tid=17966] ppid=17910 vsize=10832632 memory=126016 CPUtime=1.43 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 13939 13036 0 0 128 7 5 3 20 0 15 0 474001210 11092615168 43061 33554432000 4194304 4196468 140731708279088 140202244642096 140202258503770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10832632 memory=1444 CPUtime=0.09 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 251 13036 0 0 1 0 5 3 20 0 15 0 474001211 11092615168 43061 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10832632 memory=1764 CPUtime=0.09 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 31 13036 0 0 1 0 5 3 20 0 15 0 474001211 11092615168 43061 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10832632 memory=0 CPUtime=0.09 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 35 13036 0 0 1 0 5 3 20 0 15 0 474001211 11092615168 43061 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10832632 memory=-6154581634397065563 CPUtime=0.09 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 47 13036 0 0 1 0 5 3 20 0 15 0 474001211 11092615168 43061 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10832632 memory=3833724587141655355 CPUtime=0.09 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 94 13036 0 0 1 0 5 3 20 0 15 0 474001212 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10832632 memory=-6944103529398779036 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 474001213 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201731118304 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10832632 memory=-6005673638262905286 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001213 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201154306816 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10832632 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10832632 memory=0 CPUtime=0.46 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 1414 13036 0 0 38 0 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10832632 memory=4580 CPUtime=0.42 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 992 13036 0 0 34 0 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10832632 memory=6297248683869360208 CPUtime=0.53 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 1687 13036 0 0 44 1 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10832632 memory=7516883056542770496 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10832632 memory=8246482796527314263 CPUtime=0.08 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 474001216 11092615168 43061 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 10832632 KiB

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

/proc/17913/task/17966/stat : 17966 (java) S 17910 17913 13981 0 -1 1077944384 62257 13036 0 0 229541 53 5 3 20 0 15 0 474001210 11107315712 267340 33554432000 4194304 4196468 140731708279088 140202244644592 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10846988 memory=1069360 CPUtime=12.24 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) R 17910 17913 13981 0 -1 4202560 18189 13036 0 0 1156 60 5 3 20 0 15 0 474001211 11107315712 267340 33554432000 4194304 4196468 140731708279088 140202277051408 140202265436903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10846988 memory=1069360 CPUtime=12.26 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 14663 13036 0 0 1161 57 5 3 20 0 15 0 474001211 11107315712 267340 33554432000 4194304 4196468 140731708279088 140202165324960 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10846988 memory=1069360 CPUtime=12.26 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) R 17910 17913 13981 0 -1 4202560 13453 13036 0 0 1157 61 5 3 20 0 15 0 474001211 11107315712 267340 33554432000 4194304 4196468 140731708279088 140202164272008 140202265436903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10846988 memory=1069360 CPUtime=12.24 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 9463 13036 0 0 1158 58 5 3 20 0 15 0 474001211 11107315712 267340 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10846988 memory=1208 CPUtime=11.08 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 16382 13036 0 0 1043 57 5 3 20 0 15 0 474001212 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201732170528 140202272818901 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10846988 memory=0 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 37 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201731118304 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10846988 memory=131 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201154306816 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10846988 memory=1069296 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10846988 memory=0 CPUtime=2.58 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 14462 13036 0 0 247 3 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10846988 memory=1069360 CPUtime=2.63 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 10310 13036 0 0 254 1 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10846988 memory=33104 CPUtime=1.73 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 12964 13036 0 0 162 3 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10846988 memory=1069360 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10846988 memory=1069360 CPUtime=1.41 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1189 13036 0 0 67 66 5 3 20 0 15 0 474001216 11107315712 267340 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 2363.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1069360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.19 1.31 3/227 18327
/proc/meminfo: memFree=2643540/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10846988 memory=1069468 CPUtime=2424.82 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 177327 13036 0 0 242106 368 5 3 20 0 15 0 474001200 11107315712 267367 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2711747 267367 3622 1 0 2673805 0
[pid=17913/tid=17966] ppid=17910 vsize=10846988 memory=1069468 CPUtime=2355.31 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 63113 13036 0 0 235469 54 5 3 20 0 15 0 474001210 11107315712 267367 33554432000 4194304 4196468 140731708279088 140202244643904 140201855665327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10846988 memory=1069468 CPUtime=12.57 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 18296 13036 0 0 1188 61 5 3 20 0 15 0 474001211 11107315712 267367 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10846988 memory=0 CPUtime=12.6 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 14891 13036 0 0 1193 59 5 3 20 0 15 0 474001211 11107315712 267367 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10846988 memory=1069468 CPUtime=12.59 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 13563 13036 0 0 1189 62 5 3 20 0 15 0 474001211 11107315712 267367 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10846988 memory=1069468 CPUtime=12.58 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 9516 13036 0 0 1192 58 5 3 20 0 15 0 474001211 11107315712 267367 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10846988 memory=63824 CPUtime=11.38 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 16730 13036 0 0 1071 59 5 3 20 0 15 0 474001212 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10846988 memory=984 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 37 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201731118304 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10846988 memory=1069468 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201154306816 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10846988 memory=3624 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10846988 memory=6028 CPUtime=2.58 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 14465 13036 0 0 247 3 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10846988 memory=4040 CPUtime=2.63 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 10312 13036 0 0 254 1 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10846988 memory=1056 CPUtime=1.73 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 12966 13036 0 0 162 3 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10846988 memory=2828 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10846988 memory=924 CPUtime=1.44 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1219 13036 0 0 69 67 5 3 20 0 15 0 474001216 11107315712 267367 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 2424.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1069468 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.17 1.30 3/227 18331
/proc/meminfo: memFree=2739568/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10846988 memory=1071580 CPUtime=2485.79 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 178890 13036 0 0 248194 377 5 3 20 0 15 0 474001200 11107315712 267895 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2711747 267895 3622 1 0 2673805 0
[pid=17913/tid=17966] ppid=17910 vsize=10846988 memory=1071580 CPUtime=2414.57 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 63942 13036 0 0 241394 55 5 3 20 0 15 0 474001210 11107315712 267895 33554432000 4194304 4196468 140731708279088 140202244644192 140201856853351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10846988 memory=1071580 CPUtime=12.91 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 18372 13036 0 0 1220 63 5 3 20 0 15 0 474001211 11107315712 267895 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10846988 memory=1071580 CPUtime=12.94 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 15032 13036 0 0 1225 61 5 3 20 0 15 0 474001211 11107315712 267895 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10846988 memory=1071580 CPUtime=12.94 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 13647 13036 0 0 1222 64 5 3 20 0 15 0 474001211 11107315712 267895 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10846988 memory=1071580 CPUtime=12.93 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 9734 13036 0 0 1225 60 5 3 20 0 15 0 474001211 11107315712 267895 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10846988 memory=1071580 CPUtime=11.68 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 16921 13036 0 0 1100 60 5 3 20 0 15 0 474001212 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10846988 memory=1071568 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 37 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201731118304 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10846988 memory=1071580 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201154306816 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10846988 memory=1071580 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10846988 memory=1071580 CPUtime=2.58 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 14467 13036 0 0 247 3 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10846988 memory=1071580 CPUtime=2.63 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 10314 13036 0 0 254 1 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10846988 memory=1071580 CPUtime=1.73 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 12968 13036 0 0 162 3 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10846988 memory=1444 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10846988 memory=6791534058613427641 CPUtime=1.48 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1237 13036 0 0 71 69 5 3 20 0 15 0 474001216 11107315712 267895 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 2485.79 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1071580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]*
/proc/loadavg: 0.97 1.12 1.28 3/227 18333
/proc/meminfo: memFree=2816524/32770688 swapFree=66927192/67108860
[pid=17913] ppid=17910 vsize=10846988 memory=1071644 CPUtime=2520.06 cores=0-3
/proc/17913/stat : 17913 (java) S 17910 17913 13981 0 -1 1077944320 179965 13036 0 0 251615 383 5 3 20 0 15 0 474001200 11107315712 267911 33554432000 4194304 4196468 140731708279088 140731708261632 140202272808695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
/proc/17913/statm: 2711747 267911 3622 1 0 2673805 0
[pid=17913/tid=17966] ppid=17910 vsize=10846988 memory=1398722017469774279 CPUtime=2447.88 cores=0-3
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 13981 0 -1 4202560 64463 13036 0 0 244724 56 5 3 20 0 15 0 474001210 11107315712 267911 33554432000 4194304 4196468 140731708279088 140202244643984 140201855395763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17967] ppid=17910 vsize=10846988 memory=4872558044660077418 CPUtime=13.11 cores=0-3
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 13981 0 -1 1077944384 18392 13036 0 0 1239 64 5 3 20 0 15 0 474001211 11107315712 267911 33554432000 4194304 4196468 140731708279088 140202277051408 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17968] ppid=17910 vsize=10846988 memory=3220 CPUtime=13.14 cores=0-3
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 13981 0 -1 1077944384 15173 13036 0 0 1244 62 5 3 20 0 15 0 474001211 11107315712 267911 33554432000 4194304 4196468 140731708279088 140202165324944 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17969] ppid=17910 vsize=10846988 memory=1071644 CPUtime=13.13 cores=0-3
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 13981 0 -1 1077944384 13690 13036 0 0 1240 65 5 3 20 0 15 0 474001211 11107315712 267911 33554432000 4194304 4196468 140731708279088 140202164271888 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17970] ppid=17910 vsize=10846988 memory=1656 CPUtime=13.13 cores=0-3
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 13981 0 -1 1077944384 9875 13036 0 0 1244 61 5 3 20 0 15 0 474001211 11107315712 267911 33554432000 4194304 4196468 140731708279088 140202163219344 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17971] ppid=17910 vsize=10846988 memory=1071644 CPUtime=11.86 cores=0-3
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 13981 0 -1 1077944384 17109 13036 0 0 1116 62 5 3 20 0 15 0 474001212 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201732172016 140202272819842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17972] ppid=17910 vsize=10846988 memory=660 CPUtime=0.08 cores=0-3
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 13981 0 -1 1077944384 37 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201731118304 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17973] ppid=17910 vsize=10846988 memory=1556 CPUtime=0.08 cores=0-3
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001213 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201154306816 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17974] ppid=17910 vsize=10846988 memory=9588 CPUtime=0.08 cores=0-3
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140200846907344 140202272827291 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17975] ppid=17910 vsize=10846988 memory=1712 CPUtime=2.58 cores=0-3
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 13981 0 -1 1077944384 14469 13036 0 0 247 3 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201697561328 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17976] ppid=17910 vsize=10846988 memory=6028 CPUtime=2.63 cores=0-3
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 13981 0 -1 1077944384 10316 13036 0 0 254 1 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201696508784 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17977] ppid=17910 vsize=10846988 memory=4040 CPUtime=1.73 cores=0-3
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 13981 0 -1 1077944384 12970 13036 0 0 162 3 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201695455728 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17978] ppid=17910 vsize=10846988 memory=1056 CPUtime=0.08 cores=0-3
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 13981 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140200813349728 140202272818901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
[pid=17913/tid=17979] ppid=17910 vsize=10846988 memory=2828 CPUtime=1.49 cores=0-3
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 13981 0 -1 1077944384 1252 13036 0 0 72 69 5 3 20 0 15 0 474001216 11107315712 267911 33554432000 4194304 4196468 140731708279088 140201694403120 140202272819842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 23531520 140731708283632 140731708286149 140731708286149 140731708288975 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1071644 KiB

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

[startup+2476.05 s]
# the end of solver process 17913 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.88023 s

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

Child status: 143
Real time (s): 2476.05
CPU time (s): 2520.11
CPU user time (s): 2516.23
CPU system time (s): 3.88023
CPU usage (%): 101.78
Max. virtual memory (cumulated for all children) (KiB): 10849804
Max. memory (cumulated for all children) (KiB): 1071644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.88023
maximum resident set size= 1075852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301726
involuntary context switches= 10741


# summary of solver processes directly reported to runsolver:
#   pid: 17913
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.88023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2465 second user time and 25.996 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 20:06:11
IDJOB=4402597
IDBENCH=134584
IDSOLVER=2861
FILE ID=node120/4402597-1568979950
RUNJOBID= node120-1324482060-14012
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-8_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402597-1568979950/watcher-4402597-1568979950 -o /tmp/evaluation-result-4402597-1568979950/solver-4402597-1568979950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402597-1568979950.xml

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

MD5SUM BENCH= 5c0d10b65067a89bbe36375c556425e1
RANDOM SEED=453517493

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         3770688 kB
MemAvailable:   31115468 kB
Buffers:          113568 kB
Cached:         27192300 kB
SwapCached:        68632 kB
Active:         14306104 kB
Inactive:       13732300 kB
Active(anon):     663552 kB
Inactive(anon):   125436 kB
Active(file):   13642552 kB
Inactive(file): 13606864 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             35748 kB
Writeback:             4 kB
AnonPages:        775264 kB
Mapped:            71172 kB
Shmem:             47316 kB
Slab:             552832 kB
SReclaimable:     523824 kB
SUnreclaim:        29008 kB
KernelStack:        3696 kB
PageTables:         8432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1659784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 20:47:28