Trace number 4387184

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.08 2459.03

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-39.xml
MD5SUMd98706ba09ce10101abc58d3245f3903
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1521
Number of constraints28937
Number of domains1
Minimum domain size39
Maximum domain size39
Distribution of domain sizes[{"size":39,"count":1521}]
Minimum variable degree38
Maximum variable degree39
Distribution of variable degrees[{"degree":38,"count":1445},{"degree":39,"count":76}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":28937}]
Number of extensional constraints0
Number of intensional constraints28937
Distribution of constraint types[{"type":"intension","count":28937}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387184-1568293407/watcher-4387184-1568293407 -o /tmp/evaluation-result-4387184-1568293407/solver-4387184-1568293407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=202969497 HOME/instance-4387184-1568293407.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=23243, runsolver pid=23240

[startup+0.100121 s]*
/proc/loadavg: 1.57 1.49 1.52 3/222 23300
/proc/meminfo: memFree=29821716/32770624 swapFree=66965504/67108860
[pid=23243] ppid=23240 vsize=9972712 memory=17232 CPUtime=0.08 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 4537 13315 0 0 1 0 5 2 20 0 6 0 405590293 10212057088 4308 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2493178 4308 1935 1 0 2481616 0
[pid=23243/tid=23296] ppid=23240 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 2327 13315 0 0 1 0 5 2 20 0 6 0 405590302 10212057088 4308 33554432000 4194304 4196468 140721279220816 139807266984528 139807295169693 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=9972712 memory=5793855256725334457 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 6 0 405590303 10212057088 4308 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=9972712 memory=140005715441280 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 6 0 405590303 10212057088 4308 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 6 0 405590303 10212057088 4308 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 6 0 405590303 10212057088 4308 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17232 KiB

[startup+0.210265 s]*
/proc/loadavg: 1.57 1.49 1.52 3/231 23309
/proc/meminfo: memFree=29798324/32770624 swapFree=66965504/67108860
[pid=23243] ppid=23240 vsize=10818940 memory=40548 CPUtime=0.25 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 6960 13315 0 0 17 1 5 2 20 0 15 0 405590293 11078594560 10137 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2704735 10137 2983 1 0 2667149 0
[pid=23243/tid=23296] ppid=23240 vsize=10818940 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 3446 13315 0 0 10 1 5 2 20 0 15 0 405590302 11078594560 10137 33554432000 4194304 4196468 140721279220816 139807266983648 139807279228254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10818940 memory=4211973731920231818 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11078594560 10137 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10818940 memory=140005715441280 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11078594560 10137 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10818940 memory=140005715441280 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590305 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 33 13315 0 0 0 0 5 2 20 0 15 0 405590305 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806753407904 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590305 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806621295600 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 467 13315 0 0 1 0 5 2 20 0 15 0 405590308 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 158 13315 0 0 1 0 5 2 20 0 15 0 405590308 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10818940 memory=140005715441280 CPUtime=0.1 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) R 23240 23243 19880 0 -1 4202560 643 13315 0 0 3 0 5 2 20 0 15 0 405590308 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806717745904 139807295169114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11078594560 10137 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10818940 memory=140005715441280 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590309 11078594560 10137 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40548 KiB

[startup+0.311063 s]*
/proc/loadavg: 1.57 1.49 1.52 3/231 23309
/proc/meminfo: memFree=29786820/32770624 swapFree=66965504/67108860
[pid=23243] ppid=23240 vsize=10820096 memory=52416 CPUtime=0.39 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 10742 13315 0 0 29 3 5 2 20 0 15 0 405590293 11079778304 13104 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2705024 13104 3296 1 0 2667149 0
[pid=23243/tid=23296] ppid=23240 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 7194 13315 0 0 19 2 5 2 20 0 15 0 405590302 11079778304 13104 33554432000 4194304 4196468 140721279220816 139807266967984 139807149502125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11079778304 13104 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11079778304 13104 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10820096 memory=140005715441279 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590305 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 33 13315 0 0 0 0 5 2 20 0 15 0 405590305 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806753407904 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10820096 memory=140005715441280 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590305 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806621295600 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10820096 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 467 13315 0 0 1 0 5 2 20 0 15 0 405590308 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 160 13315 0 0 1 0 5 2 20 0 15 0 405590308 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 666 13315 0 0 5 0 5 2 20 0 15 0 405590308 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11079778304 13104 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590309 11079778304 13104 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52416 KiB

[startup+0.708014 s]
/proc/loadavg: 1.57 1.49 1.52 5/231 23309
/proc/meminfo: memFree=29770768/32770624 swapFree=66965504/67108860
[pid=23243] ppid=23240 vsize=10824340 memory=82264 CPUtime=1.15 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 14847 13315 0 0 102 6 5 2 20 0 15 0 405590293 11084124160 20566 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2706085 20566 3487 1 0 2668173 0
[pid=23243/tid=23296] ppid=23240 vsize=10824340 memory=18660 CPUtime=0.67 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) D 23240 23243 19880 0 -1 1077944384 10567 13315 0 0 56 4 5 2 20 0 15 0 405590302 11084124160 20566 33554432000 4194304 4196468 140721279220816 139807266974960 139807295171645 0 4 0 16800975 18446744072101695012 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10824340 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11084124160 20566 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10824340 memory=140005599388163 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590303 11084124160 20566 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10824340 memory=140007343915909 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10824340 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590303 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10824340 memory=5794564071169546345 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 6 13315 0 0 0 0 5 2 20 0 15 0 405590305 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10824340 memory=7380106142448641899 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 33 13315 0 0 0 0 5 2 20 0 15 0 405590305 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806753407904 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10824340 memory=7301858164987948385 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590305 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806621295600 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10824340 memory=-5874771483550389462 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10824340 memory=-7533522213388100735 CPUtime=0.2 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) R 23240 23243 19880 0 -1 4202560 709 13315 0 0 13 0 5 2 20 0 15 0 405590308 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806719837056 139807280273073 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10824340 memory=7679937539659563834 CPUtime=0.21 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 516 13315 0 0 14 0 5 2 20 0 15 0 405590308 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10824340 memory=7682744562830902035 CPUtime=0.24 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 796 13315 0 0 17 0 5 2 20 0 15 0 405590308 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10824340 memory=4137287014106042739 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11084124160 20566 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590309 11084124160 20566 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82264 KiB

[startup+1.50101 s]
/proc/loadavg: 1.57 1.49 1.52 6/231 23309
/proc/meminfo: memFree=29724896/32770624 swapFree=66965504/67108860
[pid=23243] ppid=23240 vsize=10826464 memory=227956 CPUtime=3.63 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 25451 13315 0 0 346 10 5 2 20 0 15 0 405590293 11086299136 56989 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2706616 56989 3578 1 0 2668685 0
[pid=23243/tid=23296] ppid=23240 vsize=10826464 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 11578 13315 0 0 131 6 5 2 20 0 15 0 405590302 11086299136 56989 33554432000 4194304 4196468 140721279220816 139807266980376 139806902174888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10826464 memory=105756 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 76 13315 0 0 1 0 5 2 20 0 15 0 405590303 11086299136 56989 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10826464 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 344 13315 0 0 1 0 5 2 20 0 15 0 405590303 11086299136 56989 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10826464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 13 13315 0 0 0 0 5 2 20 0 15 0 405590303 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10826464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590303 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10826464 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 101 13315 0 0 0 0 5 2 20 0 15 0 405590305 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10826464 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 33 13315 0 0 0 0 5 2 20 0 15 0 405590305 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806753407904 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10826464 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590305 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806621295600 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10826464 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10826464 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) R 23240 23243 19880 0 -1 4202560 5129 13315 0 0 86 1 5 2 20 0 15 0 405590308 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806719837840 139807276691967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10826464 memory=240082632118564 CPUtime=0.92 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) R 23240 23243 19880 0 -1 4202560 4332 13315 0 0 85 0 5 2 20 0 15 0 405590308 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806718790400 139807279547506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10826464 memory=1226649 CPUtime=0.45 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 1627 13315 0 0 38 0 5 2 20 0 15 0 405590308 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10826464 memory=6935649255759569234 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11086299136 56989 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10826464 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1 13315 0 0 0 0 5 2 20 0 15 0 405590309 11086299136 56989 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 3.63 s
Current children cumulated vsize: 10826464 KiB

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

/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 88167 13315 0 0 236163 63 5 2 20 0 15 0 405590302 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807266983888 139806917217379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10846964 memory=-7003737579269690708 CPUtime=12.29 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 19993 13315 0 0 1177 45 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10846964 memory=1716 CPUtime=12.25 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 17488 13315 0 0 1172 46 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10846964 memory=1216 CPUtime=12.25 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 23477 13315 0 0 1175 43 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10846964 memory=1000 CPUtime=12.28 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 22271 13315 0 0 1178 43 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10846964 memory=1543308 CPUtime=5.34 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 19779 13315 0 0 493 34 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10846964 memory=1543308 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 48 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806753407968 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10846964 memory=1543308 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 6 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806621295616 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10846964 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10846964 memory=3848 CPUtime=9.84 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 20946 13315 0 0 971 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10846964 memory=2612 CPUtime=10.16 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 21815 13315 0 0 1004 5 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10846964 memory=18752 CPUtime=4.24 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 18839 13315 0 0 411 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10846964 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10846964 memory=2048 CPUtime=1.4 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1107 13315 0 0 61 72 5 2 20 0 15 0 405590309 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 2441.85 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1543308 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.21 1.30 1.39 3/230 23665
/proc/meminfo: memFree=28063416/32770624 swapFree=66965564/67108860
[pid=23243] ppid=23240 vsize=10846964 memory=1543308 CPUtime=2503.01 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 258559 13315 0 0 249960 334 5 2 20 0 15 0 405590293 11107291136 385827 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2711741 385827 3634 1 0 2673805 0
[pid=23243/tid=23296] ppid=23240 vsize=10846964 memory=6791534058613427641 CPUtime=2421.67 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 88925 13315 0 0 242097 63 5 2 20 0 15 0 405590302 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807266983136 139806898906511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10846964 memory=-7003737579269690708 CPUtime=12.69 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 20380 13315 0 0 1216 46 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10846964 memory=7824336315716348491 CPUtime=12.65 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 17766 13315 0 0 1211 47 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10846964 memory=-8412652169205224307 CPUtime=12.64 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 23886 13315 0 0 1214 43 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10846964 memory=7451318190334830698 CPUtime=12.68 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 22544 13315 0 0 1217 44 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10846964 memory=7020100712506223187 CPUtime=5.52 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 20046 13315 0 0 509 36 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10846964 memory=7512114586635233390 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 48 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806753407968 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10846964 memory=7739506759662333032 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 6 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806621295616 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10846964 memory=7512114586635233390 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10846964 memory=-8813974798734826869 CPUtime=9.85 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 20950 13315 0 0 972 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10846964 memory=7590372318101594982 CPUtime=10.16 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 21819 13315 0 0 1004 5 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10846964 memory=7668339782891630183 CPUtime=4.24 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 18843 13315 0 0 411 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10846964 memory=7523107478184158290 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10846964 memory=7158024546294457191 CPUtime=1.43 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1134 13315 0 0 63 73 5 2 20 0 15 0 405590309 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 2503.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1543308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459 s]
/proc/loadavg: 1.31 1.32 1.39 3/231 23667
/proc/meminfo: memFree=28063108/32770624 swapFree=66965564/67108860
[pid=23243] ppid=23240 vsize=10846964 memory=1543308 CPUtime=2520.03 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 258700 13315 0 0 251660 336 5 2 20 0 15 0 405590293 11107291136 385827 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2711741 385827 3634 1 0 2673805 0
[pid=23243/tid=23296] ppid=23240 vsize=10846964 memory=1543308 CPUtime=2438.17 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 89044 13315 0 0 243747 63 5 2 20 0 15 0 405590302 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807266983808 139806908725186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10846964 memory=9328 CPUtime=12.8 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 20380 13315 0 0 1227 46 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10846964 memory=280011198946592 CPUtime=12.76 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 17770 13315 0 0 1222 47 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10846964 memory=1543308 CPUtime=12.76 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 23890 13315 0 0 1225 44 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10846964 memory=1543308 CPUtime=12.79 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 22549 13315 0 0 1228 44 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10846964 memory=1543308 CPUtime=5.57 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 20053 13315 0 0 514 36 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10846964 memory=1543308 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 48 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806753407968 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10846964 memory=280011198488000 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 6 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806621295616 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10846964 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10846964 memory=18752 CPUtime=9.85 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 20950 13315 0 0 972 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10846964 memory=1543308 CPUtime=10.16 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 21819 13315 0 0 1004 5 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10846964 memory=3624 CPUtime=4.24 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 18843 13315 0 0 411 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10846964 memory=239818088953295 CPUtime=1.44 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1136 13315 0 0 63 74 5 2 20 0 15 0 405590309 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1543308 KiB

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

[startup+2459.03 s]
# the end of solver process 23243 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.67 s, system=3.40599 s

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

[startup+2459 s]
/proc/loadavg: 1.31 1.32 1.39 3/231 23667
/proc/meminfo: memFree=28063108/32770624 swapFree=66965564/67108860
[pid=23243] ppid=23240 vsize=10846964 memory=1543308 CPUtime=2520.03 cores=0,2,4,6
/proc/23243/stat : 23243 (java) S 23240 23243 19880 0 -1 1077944320 258700 13315 0 0 251660 336 5 2 20 0 15 0 405590293 11107291136 385827 33554432000 4194304 4196468 140721279220816 140721279203360 139807295147767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
/proc/23243/statm: 2711741 385827 3634 1 0 2673805 0
[pid=23243/tid=23296] ppid=23240 vsize=10846964 memory=1543308 CPUtime=2438.17 cores=0,2,4,6
/proc/23243/task/23296/stat : 23296 (java) R 23240 23243 19880 0 -1 4202560 89044 13315 0 0 243747 63 5 2 20 0 15 0 405590302 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807266983808 139806908725186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23297] ppid=23240 vsize=10846964 memory=9328 CPUtime=12.8 cores=0,2,4,6
/proc/23243/task/23297/stat : 23297 (java) S 23240 23243 19880 0 -1 1077944384 20380 13315 0 0 1227 46 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807299390224 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23298] ppid=23240 vsize=10846964 memory=280011198946592 CPUtime=12.76 cores=0,2,4,6
/proc/23243/task/23298/stat : 23298 (java) S 23240 23243 19880 0 -1 1077944384 17770 13315 0 0 1222 47 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139807226870672 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23299] ppid=23240 vsize=10846964 memory=1543308 CPUtime=12.76 cores=0,2,4,6
/proc/23243/task/23299/stat : 23299 (java) S 23240 23243 19880 0 -1 1077944384 23890 13315 0 0 1225 44 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806867303440 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23300] ppid=23240 vsize=10846964 memory=1543308 CPUtime=12.79 cores=0,2,4,6
/proc/23243/task/23300/stat : 23300 (java) S 23240 23243 19880 0 -1 1077944384 22549 13315 0 0 1228 44 5 2 20 0 15 0 405590303 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806866250896 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23301] ppid=23240 vsize=10846964 memory=1543308 CPUtime=5.57 cores=0,2,4,6
/proc/23243/task/23301/stat : 23301 (java) S 23240 23243 19880 0 -1 1077944384 20053 13315 0 0 514 36 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806754461680 139807295158914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23302] ppid=23240 vsize=10846964 memory=1543308 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23302/stat : 23302 (java) S 23240 23243 19880 0 -1 1077944384 48 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806753407968 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23303] ppid=23240 vsize=10846964 memory=280011198488000 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23303/stat : 23303 (java) S 23240 23243 19880 0 -1 1077944384 6 13315 0 0 0 0 5 2 20 0 15 0 405590305 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806621295616 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23304] ppid=23240 vsize=10846964 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23304/stat : 23304 (java) S 23240 23243 19880 0 -1 1077944384 2 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806017317072 139807295166363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23305] ppid=23240 vsize=10846964 memory=18752 CPUtime=9.85 cores=0,2,4,6
/proc/23243/task/23305/stat : 23305 (java) S 23240 23243 19880 0 -1 1077944384 20950 13315 0 0 972 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806719850992 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23306] ppid=23240 vsize=10846964 memory=1543308 CPUtime=10.16 cores=0,2,4,6
/proc/23243/task/23306/stat : 23306 (java) S 23240 23243 19880 0 -1 1077944384 21819 13315 0 0 1004 5 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806718798448 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23307] ppid=23240 vsize=10846964 memory=3624 CPUtime=4.24 cores=0,2,4,6
/proc/23243/task/23307/stat : 23307 (java) S 23240 23243 19880 0 -1 1077944384 18843 13315 0 0 411 6 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806717745904 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23308] ppid=23240 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23243/task/23308/stat : 23308 (java) S 23240 23243 19880 0 -1 1077944384 3 13315 0 0 0 0 5 2 20 0 15 0 405590308 11107291136 385827 33554432000 4194304 4196468 140721279220816 139805547555936 139807295157973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
[pid=23243/tid=23309] ppid=23240 vsize=10846964 memory=239818088953295 CPUtime=1.44 cores=0,2,4,6
/proc/23243/task/23309/stat : 23309 (java) S 23240 23243 19880 0 -1 1077944384 1136 13315 0 0 63 74 5 2 20 0 15 0 405590309 11107291136 385827 33554432000 4194304 4196468 140721279220816 139806716692784 139807295158914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140721279228662 140721279231173 140721279231173 140721279233999 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1543308 KiB

Child status: 143
Real time (s): 2459.03
CPU time (s): 2520.08
CPU user time (s): 2516.67
CPU system time (s): 3.40599
CPU usage (%): 102.483
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 2926696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.67
system time used= 3.40599
maximum resident set size= 2926696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186643
involuntary context switches= 7051


# summary of solver processes directly reported to runsolver:
#   pid: 23243
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.67
#   total CPU system time (s): 3.40599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9936 second user time and 22.6216 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 15:02:47
IDJOB=4387184
IDBENCH=126967
IDSOLVER=2823
FILE ID=node135/4387184-1568293407
RUNJOBID= node135-1568286944-21597
PBS_JOBID= 21701073
Free space on /tmp= 56716 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-39.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387184-1568293407/watcher-4387184-1568293407 -o /tmp/evaluation-result-4387184-1568293407/solver-4387184-1568293407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=202969497 HOME/instance-4387184-1568293407.xml

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

MD5SUM BENCH= d98706ba09ce10101abc58d3245f3903
RANDOM SEED=202969497

node135.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.76
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.76
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.76
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.76
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:        29826336 kB
MemAvailable:   30661936 kB
Buffers:           97708 kB
Cached:          1003088 kB
SwapCached:        36364 kB
Active:          1681936 kB
Inactive:         662036 kB
Active(anon):    1213660 kB
Inactive(anon):    60340 kB
Active(file):     468276 kB
Inactive(file):   601696 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965504 kB
Dirty:             36032 kB
Writeback:             0 kB
AnonPages:       1316640 kB
Mapped:            46340 kB
Shmem:             21964 kB
Slab:             193528 kB
SReclaimable:     162928 kB
SUnreclaim:        30600 kB
KernelStack:        3760 kB
PageTables:         8396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2371888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56680 MiB
End job on node135 at 2019-09-12 15:43:46