Trace number 4395828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.07 2483.92

General information on the benchmark

NameSat/Sat-m1-various/
pret-150-40.xml
MD5SUM798862a2384da12f90df47f1a27f971a
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 benchmark0.010862
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.76/0.54	c Concrete v3.12.2.1568380929293 running
2520.02/2483.90	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2483.91		at concrete.MAC.mac(MAC.scala:192)
2520.02/2483.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2483.91		at scala.util.Try$.apply(Try.scala:212)
2520.02/2483.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2483.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2483.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2483.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2483.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2483.91		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.02/2483.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2483.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2483.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2483.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2483.91		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2483.91		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2483.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2483.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2483.91		at scala.util.Success.map(Try.scala:264)
2520.02/2483.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2483.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2483.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2483.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2483.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2483.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2483.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2483.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2483.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2483.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2483.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2483.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2483.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2483.91		at scala.App.main(App.scala:75)
2520.02/2483.91		at scala.App.main$(App.scala:73)
2520.02/2483.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2483.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2483.91	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14585 MiB free)
  memory of node 1: 16384 MiB (15712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395828-1568396211/watcher-4395828-1568396211 -o /tmp/evaluation-result-4395828-1568396211/solver-4395828-1568396211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=175751557 HOME/instance-4395828-1568396211.xml 

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

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


[startup+0.108678 s]*
/proc/loadavg: 1.71 1.39 1.33 3/219 32181
/proc/meminfo: memFree=31014328/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10355560 memory=21892 CPUtime=0.1 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 4727 13040 0 0 2 1 4 3 20 0 9 0 415782732 10604093440 5473 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2588890 5473 2103 1 0 2551431 0
[pid=32124/tid=32177] ppid=32121 vsize=10355560 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 2478 13040 0 0 1 0 4 3 20 0 9 0 415782741 10604093440 5473 33554432000 4194304 4196468 140720339817632 140613674819440 140613703005341 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 9 0 415782742 10604093440 5473 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10355560 memory=288370869019915904 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 9 0 415782742 10604093440 5473 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 9 0 415782742 10604093440 5473 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 9 0 415782742 10604093440 5473 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 9 0 415782743 10604093440 5473 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 33 13040 0 0 0 0 4 3 20 0 9 0 415782744 10604093440 5473 33554432000 4194304 4196468 140720339817632 140612705310240 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 9 0 415782744 10604093440 5473 33554432000 4194304 4196468 140720339817632 140612598752688 140613702993621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21892 KiB

[startup+0.2103 s]*
/proc/loadavg: 1.71 1.39 1.33 4/228 32190
/proc/meminfo: memFree=31000660/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10819972 memory=39296 CPUtime=0.26 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 7190 13040 0 0 17 2 4 3 20 0 15 0 415782732 11079651328 9824 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2704993 9824 3192 1 0 2667149 0
[pid=32124/tid=32177] ppid=32121 vsize=10819972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 3665 13040 0 0 11 1 4 3 20 0 15 0 415782741 11079651328 9824 33554432000 4194304 4196468 140720339817632 140613674807848 140613703005341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10819972 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079651328 9824 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10819972 memory=140492868235132 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079651328 9824 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079651328 9824 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079651328 9824 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10819972 memory=140492868204160 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782743 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 33 13040 0 0 0 0 4 3 20 0 15 0 415782744 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612705310240 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782744 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612598752624 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10819972 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10819972 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 467 13040 0 0 1 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 194 13040 0 0 1 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10819972 memory=140492868204160 CPUtime=0.1 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 630 13040 0 0 3 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10819972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10819972 memory=140492868204160 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079651328 9824 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819972 KiB
Current children cumulated memory: 39296 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.71 1.39 1.33 4/228 32190
/proc/meminfo: memFree=30987492/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10820264 memory=48120 CPUtime=0.39 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 10830 13040 0 0 29 3 4 3 20 0 15 0 415782732 11079950336 12030 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2705066 12030 3290 1 0 2667149 0
[pid=32124/tid=32177] ppid=32121 vsize=10820264 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 7253 13040 0 0 19 2 4 3 20 0 15 0 415782741 11079950336 12030 33554432000 4194304 4196468 140720339817632 140613674804816 140613703005341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10820264 memory=-6957061461084680038 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079950336 12030 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10820264 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079950336 12030 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10820264 memory=140492868211153 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079950336 12030 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782742 11079950336 12030 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782743 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 33 13040 0 0 0 0 4 3 20 0 15 0 415782744 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612705310240 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782744 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612598752624 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10820264 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10820264 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 475 13040 0 0 2 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10820264 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 194 13040 0 0 1 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10820264 memory=140492868204160 CPUtime=0.12 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 652 13040 0 0 5 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10820264 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10820264 memory=140492868204160 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782747 11079950336 12030 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 48120 KiB

[startup+0.700644 s]
/proc/loadavg: 1.71 1.39 1.33 3/228 32190
/proc/meminfo: memFree=30973376/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10825384 memory=81628 CPUtime=1.14 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 15183 13040 0 0 101 6 4 3 20 0 15 0 415782732 11085193216 20407 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2706090 20407 3500 1 0 2668173 0
[pid=32124/tid=32177] ppid=32121 vsize=10825384 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 10483 13040 0 0 55 4 4 3 20 0 15 0 415782741 11085193216 20407 33554432000 4194304 4196468 140720339817632 140613674801344 140613695663133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10825384 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11085193216 20407 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10825384 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11085193216 20407 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10825384 memory=1940 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782742 11085193216 20407 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10824360 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782742 11084144640 20407 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10824360 memory=7668035123632563520 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 5 13040 0 0 0 0 4 3 20 0 15 0 415782743 11084144640 20407 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10825384 memory=7595725831727968097 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 33 13040 0 0 0 0 4 3 20 0 15 0 415782744 11085193216 20407 33554432000 4194304 4196468 140720339817632 140612705310240 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10825384 memory=7810487918915055718 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782744 11085193216 20407 33554432000 4194304 4196468 140720339817632 140612598752624 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10825384 memory=1316 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11085193216 20407 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10825384 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 884 13040 0 0 11 0 4 3 20 0 15 0 415782747 11085193216 20407 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) R 32121 32124 30411 0 -1 4202560 627 13040 0 0 16 0 4 3 20 0 15 0 415782747 11084144640 20407 33554432000 4194304 4196468 140720339817632 140612670686304 140613681399815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 938 13040 0 0 17 0 4 3 20 0 15 0 415782747 11084144640 20407 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11084144640 20407 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782747 11084144640 20407 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10825384 KiB
Current children cumulated memory: 81628 KiB

[startup+1.5007 s]
/proc/loadavg: 1.71 1.39 1.33 3/228 32190
/proc/meminfo: memFree=30928212/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10834676 memory=171496 CPUtime=2.45 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 24255 13040 0 0 227 11 4 3 20 0 15 0 415782732 11094708224 42874 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2708669 42874 3582 1 0 2670733 0
[pid=32124/tid=32177] ppid=32121 vsize=10834676 memory=280985484699616 CPUtime=1.43 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 15609 13040 0 0 130 6 4 3 20 0 15 0 415782741 11094708224 42874 33554432000 4194304 4196468 140720339817632 140613674795984 140613702995350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10834676 memory=140144849979882 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 396 13040 0 0 1 0 4 3 20 0 15 0 415782742 11094708224 42874 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10834676 memory=280985484873712 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 17 13040 0 0 0 0 4 3 20 0 15 0 415782742 11094708224 42874 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10834676 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 60 13040 0 0 1 0 4 3 20 0 15 0 415782742 11094708224 42874 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10834676 memory=-2748367524519556131 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 108 13040 0 0 1 0 4 3 20 0 15 0 415782742 11094708224 42874 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10834676 memory=-3756611412707075625 CPUtime=0.08 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 2104 13040 0 0 1 0 4 3 20 0 15 0 415782743 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10834676 memory=-4190076264842474805 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 34 13040 0 0 0 0 4 3 20 0 15 0 415782744 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612705310304 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 1 13040 0 0 0 0 4 3 20 0 15 0 415782744 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612598752640 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10834676 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 1074 13040 0 0 22 0 4 3 20 0 15 0 415782747 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10834676 memory=3472468770981985417 CPUtime=0.33 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) R 32121 32124 30411 0 -1 4202560 763 13040 0 0 26 0 4 3 20 0 15 0 415782747 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612670699760 140613703004762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10834676 memory=280985485236528 CPUtime=0.49 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) R 32121 32124 30411 0 -1 4202560 1872 13040 0 0 41 1 4 3 20 0 15 0 415782747 11094708224 42874 33554432000 4194304 4196468 140720339817632 140612669646960 140613696080251 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0

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

/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 48770 13040 0 0 235841 42 4 3 20 0 15 0 415782741 11105214464 155807 33554432000 4194304 4196468 140720339817632 140613674818912 140613297183629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10844936 memory=623228 CPUtime=10.34 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 6038 13040 0 0 972 55 4 3 20 0 15 0 415782742 11105214464 155807 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10844936 memory=623228 CPUtime=10.27 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 8033 13040 0 0 961 59 4 3 20 0 15 0 415782742 11105214464 155807 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10844936 memory=280985487029760 CPUtime=10.32 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 11020 13040 0 0 968 57 4 3 20 0 15 0 415782742 11105214464 155807 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10844936 memory=623228 CPUtime=10.33 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 6711 13040 0 0 971 55 4 3 20 0 15 0 415782742 11105214464 155807 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10844936 memory=623228 CPUtime=10.15 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 10129 13040 0 0 953 55 4 3 20 0 15 0 415782743 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10844936 memory=623228 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 40 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612705310368 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10844936 memory=623228 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612598752640 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10844936 memory=623228 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10844936 memory=623228 CPUtime=2.33 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 9277 13040 0 0 224 2 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10844936 memory=6944656592455359580 CPUtime=2.43 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 12050 13040 0 0 234 2 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10844936 memory=3272 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 9707 13040 0 0 124 2 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10844936 memory=623228 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10844936 memory=1408 CPUtime=1.28 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1252 13040 0 0 61 60 4 3 20 0 15 0 415782747 11105214464 155807 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 2417.16 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 623228 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.43 1.37 3/229 32692
/proc/meminfo: memFree=28987488/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10844936 memory=623292 CPUtime=2477.9 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 126135 13040 0 0 247454 329 4 3 20 0 15 0 415782732 11105214464 155823 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2711234 155823 3620 1 0 2673293 0
[pid=32124/tid=32177] ppid=32121 vsize=10844936 memory=623292 CPUtime=2418.29 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 49277 13040 0 0 241780 42 4 3 20 0 15 0 415782741 11105214464 155823 33554432000 4194304 4196468 140720339817632 140613674818960 140613296586340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10844936 memory=623292 CPUtime=10.61 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 6046 13040 0 0 998 56 4 3 20 0 15 0 415782742 11105214464 155823 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10844936 memory=623292 CPUtime=10.53 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 8146 13040 0 0 985 61 4 3 20 0 15 0 415782742 11105214464 155823 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10844936 memory=623292 CPUtime=10.58 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 11057 13040 0 0 993 58 4 3 20 0 15 0 415782742 11105214464 155823 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10844936 memory=623292 CPUtime=10.6 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 6748 13040 0 0 997 56 4 3 20 0 15 0 415782742 11105214464 155823 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10844936 memory=623292 CPUtime=10.41 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 10312 13040 0 0 978 56 4 3 20 0 15 0 415782743 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10844936 memory=623292 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 40 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612705310368 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10844936 memory=623292 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612598752640 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10844936 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10844936 memory=776 CPUtime=2.33 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 9277 13040 0 0 224 2 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10844936 memory=623292 CPUtime=2.43 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 12050 13040 0 0 234 2 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10844936 memory=623292 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 9707 13040 0 0 124 2 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10844936 memory=623292 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10844936 memory=39616 CPUtime=1.31 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1258 13040 0 0 62 62 4 3 20 0 15 0 415782747 11105214464 155823 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 2477.9 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 623292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.9 s]
/proc/loadavg: 1.52 1.44 1.38 3/229 32695
/proc/meminfo: memFree=29071988/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10844936 memory=623304 CPUtime=2520.02 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 126696 13040 0 0 251662 333 4 3 20 0 15 0 415782732 11105214464 155826 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2711234 155826 3620 1 0 2673293 0
[pid=32124/tid=32177] ppid=32121 vsize=10844936 memory=623304 CPUtime=2459.47 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 49630 13040 0 0 245897 43 4 3 20 0 15 0 415782741 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613674819024 140613296586159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10844936 memory=1556 CPUtime=10.79 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 6082 13040 0 0 1016 56 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.72 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 8152 13040 0 0 1003 62 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.77 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 11180 13040 0 0 1011 59 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.78 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 6756 13040 0 0 1014 57 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10844936 memory=3472328296227679313 CPUtime=10.59 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 10335 13040 0 0 995 57 4 3 20 0 15 0 415782743 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10844936 memory=2099696 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 40 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612705310368 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10844936 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612598752640 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10844936 memory=623292 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10844936 memory=623292 CPUtime=2.33 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 9279 13040 0 0 224 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10844936 memory=623304 CPUtime=2.43 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 12052 13040 0 0 234 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10844936 memory=3588 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 9709 13040 0 0 124 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10844936 memory=623304 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10844936 memory=623304 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1264 13040 0 0 63 63 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 623304 KiB

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

[startup+2483.92 s]
# the end of solver process 32124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.69 s, system=3.38305 s

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

[startup+2483.9 s]
/proc/loadavg: 1.52 1.44 1.38 3/229 32695
/proc/meminfo: memFree=29071988/32770624 swapFree=67004208/67108860
[pid=32124] ppid=32121 vsize=10844936 memory=623304 CPUtime=2520.02 cores=1,3,5,7
/proc/32124/stat : 32124 (java) S 32121 32124 30411 0 -1 1077944320 126696 13040 0 0 251662 333 4 3 20 0 15 0 415782732 11105214464 155826 33554432000 4194304 4196468 140720339817632 140720339800176 140613702983415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
/proc/32124/statm: 2711234 155826 3620 1 0 2673293 0
[pid=32124/tid=32177] ppid=32121 vsize=10844936 memory=623304 CPUtime=2459.47 cores=1,3,5,7
/proc/32124/task/32177/stat : 32177 (java) R 32121 32124 30411 0 -1 4202560 49630 13040 0 0 245897 43 4 3 20 0 15 0 415782741 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613674819024 140613296586159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32178] ppid=32121 vsize=10844936 memory=1556 CPUtime=10.79 cores=1,3,5,7
/proc/32124/task/32178/stat : 32178 (java) S 32121 32124 30411 0 -1 1077944384 6082 13040 0 0 1016 56 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613707225744 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32179] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.72 cores=1,3,5,7
/proc/32124/task/32179/stat : 32179 (java) S 32121 32124 30411 0 -1 1077944384 8152 13040 0 0 1003 62 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613276002832 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32180] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.77 cores=1,3,5,7
/proc/32124/task/32180/stat : 32180 (java) S 32121 32124 30411 0 -1 1077944384 11180 13040 0 0 1011 59 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613274950032 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32181] ppid=32121 vsize=10844936 memory=623304 CPUtime=10.78 cores=1,3,5,7
/proc/32124/task/32181/stat : 32181 (java) S 32121 32124 30411 0 -1 1077944384 6756 13040 0 0 1014 57 4 3 20 0 15 0 415782742 11105214464 155826 33554432000 4194304 4196468 140720339817632 140613273897232 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32182] ppid=32121 vsize=10844936 memory=3472328296227679313 CPUtime=10.59 cores=1,3,5,7
/proc/32124/task/32182/stat : 32182 (java) S 32121 32124 30411 0 -1 1077944384 10335 13040 0 0 995 57 4 3 20 0 15 0 415782743 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612706364272 140613702994562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32183] ppid=32121 vsize=10844936 memory=2099696 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32183/stat : 32183 (java) S 32121 32124 30411 0 -1 1077944384 40 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612705310368 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32184] ppid=32121 vsize=10844936 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32184/stat : 32184 (java) S 32121 32124 30411 0 -1 1077944384 2 13040 0 0 0 0 4 3 20 0 15 0 415782744 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612598752640 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32185] ppid=32121 vsize=10844936 memory=623292 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32185/stat : 32185 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612291352912 140613703002011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32186] ppid=32121 vsize=10844936 memory=623292 CPUtime=2.33 cores=1,3,5,7
/proc/32124/task/32186/stat : 32186 (java) S 32121 32124 30411 0 -1 1077944384 9279 13040 0 0 224 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612671752560 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32187] ppid=32121 vsize=10844936 memory=623304 CPUtime=2.43 cores=1,3,5,7
/proc/32124/task/32187/stat : 32187 (java) S 32121 32124 30411 0 -1 1077944384 12052 13040 0 0 234 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612670699760 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32188] ppid=32121 vsize=10844936 memory=3588 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32188/stat : 32188 (java) S 32121 32124 30411 0 -1 1077944384 9709 13040 0 0 124 2 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612669646960 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32189] ppid=32121 vsize=10844936 memory=623304 CPUtime=0.07 cores=1,3,5,7
/proc/32124/task/32189/stat : 32189 (java) S 32121 32124 30411 0 -1 1077944384 3 13040 0 0 0 0 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612257794272 140613702993621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
[pid=32124/tid=32190] ppid=32121 vsize=10844936 memory=623304 CPUtime=1.33 cores=1,3,5,7
/proc/32124/task/32190/stat : 32190 (java) S 32121 32124 30411 0 -1 1077944384 1264 13040 0 0 63 63 4 3 20 0 15 0 415782747 11105214464 155826 33554432000 4194304 4196468 140720339817632 140612668595376 140613702994562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24739840 140720339819248 140720339821765 140720339821765 140720339824591 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 623304 KiB

Child status: 143
Real time (s): 2483.92
CPU time (s): 2520.07
CPU user time (s): 2516.69
CPU system time (s): 3.38305
CPU usage (%): 101.455
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 623304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.69
system time used= 3.38305
maximum resident set size= 627532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296018
involuntary context switches= 7496


# summary of solver processes directly reported to runsolver:
#   pid: 32124
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.69
#   total CPU system time (s): 3.38305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9274 second user time and 23.5577 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 19:36:14
IDJOB=4395828
IDBENCH=123586
IDSOLVER=2846
FILE ID=node148/4395828-1568396211
RUNJOBID= node148-1568393484-30986
PBS_JOBID= 21701862
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Sat/Sat-m1-various/pret-150-40.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395828-1568396211/watcher-4395828-1568396211 -o /tmp/evaluation-result-4395828-1568396211/solver-4395828-1568396211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568393484-30986 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=175751557 HOME/instance-4395828-1568396211.xml

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

MD5SUM BENCH= 798862a2384da12f90df47f1a27f971a
RANDOM SEED=175751557

node148.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.13
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.13
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.13
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.13
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:        31024560 kB
MemAvailable:   31210392 kB
Buffers:           37756 kB
Cached:           446920 kB
SwapCached:         3836 kB
Active:          1008536 kB
Inactive:         185680 kB
Active(anon):     707000 kB
Inactive(anon):    43744 kB
Active(file):     301536 kB
Inactive(file):   141936 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004208 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:        829052 kB
Mapped:            57504 kB
Shmem:             32328 kB
Slab:             145252 kB
SReclaimable:     116388 kB
SUnreclaim:        28864 kB
KernelStack:        4000 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1962564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61236 MiB
End job on node148 at 2019-09-13 20:17:39