Trace number 4402652

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.06 2476.53

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-clau-015-010.xml
MD5SUMb45d1707d0c27f8ab51c2199585eb6c5
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 benchmark92.8113
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints1065
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree15
Maximum variable degree15
Distribution of variable degrees[{"degree":15,"count":150}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":1050},{"arity":10,"count":15}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1065}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402652-1568981624/watcher-4402652-1568981624 -o /tmp/evaluation-result-4402652-1568981624/solver-4402652-1568981624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402652-1568981624.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
Current StackSize limit: 8192 KiB

solver pid=28333, runsolver pid=28330

[startup+0.100928 s]*
/proc/loadavg: 1.49 1.61 1.63 3/221 28390
/proc/meminfo: memFree=5916784/32770624 swapFree=66935412/67108860
[pid=28333] ppid=28330 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 4544 13354 0 0 1 1 5 3 20 0 6 0 474100283 10212057088 4270 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2493178 4270 1935 1 0 2481616 0
[pid=28333/tid=28386] ppid=28330 vsize=9972712 memory=-8439527450518781933 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 2347 13354 0 0 1 0 5 3 20 0 6 0 474100292 10212057088 4336 33554432000 4194304 4196468 140736471870656 140243549135440 140243562610681 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=9972712 memory=4211974365762669962 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 6 0 474100293 10212057088 4336 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=9972712 memory=140639557879424 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 6 0 474100293 10212057088 4336 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 6 0 474100293 10212057088 4336 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 6 0 474100293 10212057088 4336 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209955 s]*
/proc/loadavg: 1.53 1.62 1.63 4/230 28399
/proc/meminfo: memFree=5892328/32770624 swapFree=66935412/67108860
[pid=28333] ppid=28330 vsize=10820188 memory=46492 CPUtime=0.27 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 7425 13354 0 0 17 2 5 3 20 0 15 0 474100283 11079872512 11623 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2705047 11623 3273 1 0 2667149 0
[pid=28333/tid=28386] ppid=28330 vsize=10821220 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 3944 13354 0 0 11 0 5 3 20 0 15 0 474100292 11080929280 11689 33554432000 4194304 4196468 140736471870656 140243549111040 140243569978397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10821220 memory=4211974365762669962 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11080929280 11689 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10821220 memory=140639557879424 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11080929280 11689 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11080929280 11689 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100293 11080929280 11689 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10821220 memory=140639557879424 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100294 11080929280 11755 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 13 13354 0 0 0 0 5 3 20 0 15 0 474100295 11080929280 11755 33554432000 4194304 4196468 140736471870656 140243030238880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11080929280 11755 33554432000 4194304 4196468 140736471870656 140242896020720 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11080929280 11755 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 473 13354 0 0 1 0 5 3 20 0 15 0 474100298 11080929280 11821 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) R 28330 28333 23580 0 -1 4202560 183 13354 0 0 0 0 5 3 20 0 15 0 474100298 11080929280 11821 33554432000 4194304 4196468 140736471870656 140243101866352 140243562203768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10821220 memory=140639557879424 CPUtime=0.11 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 614 13354 0 0 3 0 5 3 20 0 15 0 474100298 11080929280 11821 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11080929280 11821 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10821220 memory=140639557879424 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100298 11080929280 11887 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820188 KiB
Current children cumulated memory: 46492 KiB

[startup+0.311256 s]*
/proc/loadavg: 1.53 1.62 1.63 3/230 28399
/proc/meminfo: memFree=5878700/32770624 swapFree=66935412/67108860
[pid=28333] ppid=28330 vsize=10820196 memory=54656 CPUtime=0.4 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 10876 13354 0 0 29 3 5 3 20 0 15 0 474100283 11079880704 13664 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2705049 13664 3308 1 0 2667149 0
[pid=28333/tid=28386] ppid=28330 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 7359 13354 0 0 19 2 5 3 20 0 15 0 474100292 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243549103680 140243561379166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100293 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10820196 memory=140639557879423 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100294 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 13 13354 0 0 0 0 5 3 20 0 15 0 474100295 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243030238880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11079880704 13664 33554432000 4194304 4196468 140736471870656 140242896020720 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 474 13354 0 0 2 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 192 13354 0 0 1 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10820196 memory=140639557879424 CPUtime=0.13 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 622 13354 0 0 5 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10820196 memory=140639557879424 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100298 11079880704 13664 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54656 KiB

[startup+0.700674 s]
/proc/loadavg: 1.53 1.62 1.63 3/230 28399
/proc/meminfo: memFree=5844368/32770624 swapFree=66935412/67108860
[pid=28333] ppid=28330 vsize=10824364 memory=88124 CPUtime=1.15 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 15181 13354 0 0 100 7 5 3 20 0 15 0 474100283 11084148736 22031 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2706091 22031 3513 1 0 2668173 0
[pid=28333/tid=28386] ppid=28330 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 10473 13354 0 0 54 4 5 3 20 0 15 0 474100292 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243549123072 140243561379166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10824364 memory=5937838214489729088 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100293 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10824364 memory=8320808402719879476 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100293 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10824364 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 5 13354 0 0 0 0 5 3 20 0 15 0 474100294 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10824364 memory=61 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 13 13354 0 0 0 0 5 3 20 0 15 0 474100295 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243030238880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11084148736 22031 33554432000 4194304 4196468 140736471870656 140242896020720 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10824364 memory=281278884642848 CPUtime=0.23 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 1053 13354 0 0 15 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10824364 memory=16132 CPUtime=0.2 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 619 13354 0 0 12 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10824364 memory=4420 CPUtime=0.25 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 796 13354 0 0 17 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10824364 memory=239 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10824364 memory=8242257093008374069 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100298 11084148736 22031 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 88124 KiB

[startup+1.50069 s]
/proc/loadavg: 1.53 1.62 1.63 4/230 28399
/proc/meminfo: memFree=5809580/32770624 swapFree=66935412/67108860
[pid=28333] ppid=28330 vsize=10834680 memory=177716 CPUtime=2.58 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 22023 13354 0 0 240 10 5 3 20 0 15 0 474100283 11094712320 44429 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2708670 44429 3586 1 0 2670733 0
[pid=28333/tid=28386] ppid=28330 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 15370 13354 0 0 129 6 5 3 20 0 15 0 474100292 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243549116288 140243560491399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10834680 memory=115 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 85 13354 0 0 1 0 5 3 20 0 15 0 474100293 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10834680 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 53 13354 0 0 1 0 5 3 20 0 15 0 474100293 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10834680 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 32 13354 0 0 1 0 5 3 20 0 15 0 474100293 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10834680 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 327 13354 0 0 1 0 5 3 20 0 15 0 474100293 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 147 13354 0 0 1 0 5 3 20 0 15 0 474100294 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 15 13354 0 0 0 0 5 3 20 0 15 0 474100295 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243030238944 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11094712320 44429 33554432000 4194304 4196468 140736471870656 140242896020736 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10834680 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 1401 13354 0 0 34 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10834680 memory=2276 CPUtime=0.33 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 789 13354 0 0 25 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10834680 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 1587 13354 0 0 44 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100298 11094712320 44429 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 10834680 KiB

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

/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 63174 13354 0 0 235379 56 5 3 20 0 15 0 474100292 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243549134304 140243197493189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10846988 memory=1121292 CPUtime=12.52 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 16005 13354 0 0 1186 58 5 3 20 0 15 0 474100293 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10846988 memory=1121292 CPUtime=12.52 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 12000 13354 0 0 1183 61 5 3 20 0 15 0 474100293 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10846988 memory=145 CPUtime=12.52 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 10061 13354 0 0 1184 60 5 3 20 0 15 0 474100293 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10846988 memory=1121292 CPUtime=12.51 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 15596 13354 0 0 1181 62 5 3 20 0 15 0 474100293 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10846988 memory=1121292 CPUtime=11.46 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 15403 13354 0 0 1071 67 5 3 20 0 15 0 474100294 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10846988 memory=1121292 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 16 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243030238944 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10846988 memory=1121292 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280323 33554432000 4194304 4196468 140736471870656 140242896020736 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10846988 memory=1121292 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10846988 memory=932 CPUtime=2.84 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 10958 13354 0 0 273 3 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10846988 memory=1492 CPUtime=2.76 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 13539 13354 0 0 264 4 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10846988 memory=1121292 CPUtime=1.82 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 11514 13354 0 0 172 2 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10846988 memory=1121292 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10846988 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 930 13354 0 0 64 81 5 3 20 0 15 0 474100298 11107315712 280323 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 2424.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1121292 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.38 1.41 3/228 28750
/proc/meminfo: memFree=5010724/32770624 swapFree=66935420/67108860
[pid=28333] ppid=28330 vsize=10846988 memory=1123416 CPUtime=2485.28 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 173011 13354 0 0 248132 388 5 3 20 0 15 0 474100283 11107315712 280854 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2711747 280854 3624 1 0 2673805 0
[pid=28333/tid=28386] ppid=28330 vsize=10846988 memory=1123416 CPUtime=2413.7 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 63993 13354 0 0 241305 57 5 3 20 0 15 0 474100292 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243549134192 140243196634878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10846988 memory=1123416 CPUtime=12.86 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 16034 13354 0 0 1219 59 5 3 20 0 15 0 474100293 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10846988 memory=1123416 CPUtime=12.87 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 12186 13354 0 0 1216 63 5 3 20 0 15 0 474100293 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10846988 memory=1123416 CPUtime=12.85 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 10281 13354 0 0 1216 61 5 3 20 0 15 0 474100293 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10846988 memory=1123416 CPUtime=12.85 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 15777 13354 0 0 1213 64 5 3 20 0 15 0 474100293 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10846988 memory=1123416 CPUtime=11.77 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 15533 13354 0 0 1100 69 5 3 20 0 15 0 474100294 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10846988 memory=1123416 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 16 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243030238944 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10846988 memory=1123416 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280854 33554432000 4194304 4196468 140736471870656 140242896020736 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10846988 memory=1123416 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10846988 memory=1123416 CPUtime=2.84 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 10964 13354 0 0 273 3 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10846988 memory=1123416 CPUtime=2.76 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 13543 13354 0 0 264 4 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10846988 memory=1123416 CPUtime=1.82 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 11518 13354 0 0 172 2 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10846988 memory=1123416 CPUtime=1.57 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 950 13354 0 0 66 83 5 3 20 0 15 0 474100298 11107315712 280854 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 2485.28 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1123416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.5 s]
/proc/loadavg: 1.22 1.32 1.39 3/227 28751
/proc/meminfo: memFree=5028572/32770624 swapFree=66935420/67108860
[pid=28333] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2520.02 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 173891 13354 0 0 251602 392 5 3 20 0 15 0 474100283 11107315712 280867 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2711747 280867 3624 1 0 2673805 0
[pid=28333/tid=28386] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2447.5 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 64516 13354 0 0 244685 57 5 3 20 0 15 0 474100292 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243549134304 140243197261007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.05 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 16206 13354 0 0 1237 60 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.06 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 12193 13354 0 0 1235 63 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.05 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 10305 13354 0 0 1235 62 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.03 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 15831 13354 0 0 1231 64 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10846988 memory=1123468 CPUtime=11.92 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 15627 13354 0 0 1115 69 5 3 20 0 15 0 474100294 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 16 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243030238944 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280867 33554432000 4194304 4196468 140736471870656 140242896020736 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10846988 memory=1123416 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2.84 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 10964 13354 0 0 273 3 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2.76 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 13543 13354 0 0 264 4 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10846988 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 11518 13354 0 0 172 2 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10846988 memory=1123468 CPUtime=1.59 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 956 13354 0 0 67 84 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1123468 KiB

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

[startup+2476.53 s]
# the end of solver process 28333 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.09 s, system=3.96755 s

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

[startup+2476.5 s]
/proc/loadavg: 1.22 1.32 1.39 3/227 28751
/proc/meminfo: memFree=5028572/32770624 swapFree=66935420/67108860
[pid=28333] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2520.02 cores=1,3,5,7
/proc/28333/stat : 28333 (java) S 28330 28333 23580 0 -1 1077944320 173891 13354 0 0 251602 392 5 3 20 0 15 0 474100283 11107315712 280867 33554432000 4194304 4196468 140736471870656 140736471853200 140243577298679 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
/proc/28333/statm: 2711747 280867 3624 1 0 2673805 0
[pid=28333/tid=28386] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2447.5 cores=1,3,5,7
/proc/28333/task/28386/stat : 28386 (java) R 28330 28333 23580 0 -1 4202560 64516 13354 0 0 244685 57 5 3 20 0 15 0 474100292 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243549134304 140243197261007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28387] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.05 cores=1,3,5,7
/proc/28333/task/28387/stat : 28387 (java) S 28330 28333 23580 0 -1 1077944384 16206 13354 0 0 1237 60 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243581540880 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28388] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.06 cores=1,3,5,7
/proc/28333/task/28388/stat : 28388 (java) S 28330 28333 23580 0 -1 1077944384 12193 13354 0 0 1235 63 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243150756496 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28389] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.05 cores=1,3,5,7
/proc/28333/task/28389/stat : 28389 (java) S 28330 28333 23580 0 -1 1077944384 10305 13354 0 0 1235 62 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243149703440 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28390] ppid=28330 vsize=10846988 memory=1123468 CPUtime=13.03 cores=1,3,5,7
/proc/28333/task/28390/stat : 28390 (java) S 28330 28333 23580 0 -1 1077944384 15831 13354 0 0 1231 64 5 3 20 0 15 0 474100293 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243148650896 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28391] ppid=28330 vsize=10846988 memory=1123468 CPUtime=11.92 cores=1,3,5,7
/proc/28333/task/28391/stat : 28391 (java) S 28330 28333 23580 0 -1 1077944384 15627 13354 0 0 1115 69 5 3 20 0 15 0 474100294 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243103972080 140243577309826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28392] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28392/stat : 28392 (java) S 28330 28333 23580 0 -1 1077944384 16 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243030238944 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28393] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28393/stat : 28393 (java) S 28330 28333 23580 0 -1 1077944384 1 13354 0 0 0 0 5 3 20 0 15 0 474100295 11107315712 280867 33554432000 4194304 4196468 140736471870656 140242896020736 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28394] ppid=28330 vsize=10846988 memory=1123416 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28394/stat : 28394 (java) S 28330 28333 23580 0 -1 1077944384 2 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140242292042192 140243577317275 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28395] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2.84 cores=1,3,5,7
/proc/28333/task/28395/stat : 28395 (java) S 28330 28333 23580 0 -1 1077944384 10964 13354 0 0 273 3 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243102918896 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28396] ppid=28330 vsize=10846988 memory=1123468 CPUtime=2.76 cores=1,3,5,7
/proc/28333/task/28396/stat : 28396 (java) S 28330 28333 23580 0 -1 1077944384 13543 13354 0 0 264 4 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243101866352 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28397] ppid=28330 vsize=10846988 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/28333/task/28397/stat : 28397 (java) S 28330 28333 23580 0 -1 1077944384 11518 13354 0 0 172 2 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243100813296 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28398] ppid=28330 vsize=10846988 memory=1123468 CPUtime=0.08 cores=1,3,5,7
/proc/28333/task/28398/stat : 28398 (java) S 28330 28333 23580 0 -1 1077944384 3 13354 0 0 0 0 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140241822280032 140243577308885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
[pid=28333/tid=28399] ppid=28330 vsize=10846988 memory=1123468 CPUtime=1.59 cores=1,3,5,7
/proc/28333/task/28399/stat : 28399 (java) S 28330 28333 23580 0 -1 1077944384 956 13354 0 0 67 84 5 3 20 0 15 0 474100298 11107315712 280867 33554432000 4194304 4196468 140736471870656 140243099761712 140243577309826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28774400 140736471874289 140736471876805 140736471876805 140736471879631 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1123468 KiB

Child status: 143
Real time (s): 2476.53
CPU time (s): 2520.06
CPU user time (s): 2516.09
CPU system time (s): 3.96755
CPU usage (%): 101.758
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1123468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.09
system time used= 3.96755
maximum resident set size= 1127592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188277
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= 311889
involuntary context switches= 11109


# summary of solver processes directly reported to runsolver:
#   pid: 28333
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.09
#   total CPU system time (s): 3.96755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4268 second user time and 22.7616 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 14:13:02
IDJOB=4402652
IDBENCH=135540
IDSOLVER=2861
FILE ID=node141/4402652-1568981624
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-pigeon/Pb-pigeon-clau-015-010.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402652-1568981624/watcher-4402652-1568981624 -o /tmp/evaluation-result-4402652-1568981624/solver-4402652-1568981624 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=13585715 HOME/instance-4402652-1568981624.xml

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

MD5SUM BENCH= b45d1707d0c27f8ab51c2199585eb6c5
RANDOM SEED=13585715

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         5926468 kB
MemAvailable:   31082720 kB
Buffers:          117436 kB
Cached:         25275780 kB
SwapCached:        62376 kB
Active:         13388832 kB
Inactive:       12785132 kB
Active(anon):     714716 kB
Inactive(anon):   109856 kB
Active(file):   12674116 kB
Inactive(file): 12675276 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935412 kB
Dirty:             35624 kB
Writeback:             0 kB
AnonPages:        829068 kB
Mapped:            61652 kB
Shmem:             35204 kB
Slab:             264460 kB
SReclaimable:     235320 kB
SUnreclaim:        29140 kB
KernelStack:        4048 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2039408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 14:54:19