Trace number 4396041

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.08 2469.04

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
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 benchmark51.5215
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396041-1568394187/watcher-4396041-1568394187 -o /tmp/evaluation-result-4396041-1568394187/solver-4396041-1568394187 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568394138-417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2137531890 HOME/instance-4396041-1568394187.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.10011 s]*
/proc/loadavg: 1.47 1.06 1.07 3/219 733
/proc/meminfo: memFree=30646308/32770624 swapFree=66940856/67108860
[pid=676] ppid=673 vsize=9972712 memory=16544 CPUtime=0.1 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 4372 13014 0 0 1 1 6 2 20 0 6 0 415657387 10212057088 4136 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2493178 4136 1933 1 0 2481616 0
[pid=676/tid=729] ppid=673 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 2238 13014 0 0 0 0 6 2 20 0 6 0 415657396 10212057088 4714 33554432000 4194304 4196468 140726739231984 140643802968656 140643831153821 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=9972712 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 6 0 415657397 10212057088 4714 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=9972712 memory=3760984921732703904 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 6 0 415657397 10212057088 4714 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 6 0 415657397 10212057088 4714 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 6 0 415657397 10212057088 4714 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.210033 s]*
/proc/loadavg: 1.47 1.06 1.07 7/228 742
/proc/meminfo: memFree=30627028/32770624 swapFree=66940856/67108860
[pid=676] ppid=673 vsize=10819664 memory=40928 CPUtime=0.26 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 7071 13014 0 0 17 1 6 2 20 0 15 0 415657387 11079335936 10232 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2704916 10232 3171 1 0 2667149 0
[pid=676/tid=729] ppid=673 vsize=10819664 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 3550 13014 0 0 11 1 6 2 20 0 15 0 415657396 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643802964816 140643815212382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10819664 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10819664 memory=3760984921732703904 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10819664 memory=140346234660480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657398 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 29 13014 0 0 0 0 6 2 20 0 15 0 415657399 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643101898272 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657399 11079335936 10232 33554432000 4194304 4196468 140726739231984 140642663523696 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11079335936 10232 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 347 13014 0 0 1 0 6 2 20 0 15 0 415657401 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 295 13014 0 0 1 0 6 2 20 0 15 0 415657401 11079335936 10232 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10819664 memory=140346234660480 CPUtime=0.11 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 644 13014 0 0 3 0 6 2 20 0 15 0 415657402 11079335936 10232 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11079335936 10232 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10819664 memory=140346234660480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657402 11079335936 10232 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40928 KiB

[startup+0.310363 s]*
/proc/loadavg: 1.47 1.06 1.07 5/228 742
/proc/meminfo: memFree=30610040/32770624 swapFree=66940856/67108860
[pid=676] ppid=673 vsize=10820148 memory=50104 CPUtime=0.4 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 10737 13014 0 0 29 3 6 2 20 0 15 0 415657387 11079831552 12526 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2705037 12526 3308 1 0 2667149 0
[pid=676/tid=729] ppid=673 vsize=10820148 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 7195 13014 0 0 19 2 6 2 20 0 15 0 415657396 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643802931808 140643815212382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10820148 memory=140346109504480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10820148 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657397 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657398 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 29 13014 0 0 0 0 6 2 20 0 15 0 415657399 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643101898272 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657399 11079831552 12591 33554432000 4194304 4196468 140726739231984 140642663523696 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11079831552 12591 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 347 13014 0 0 1 0 6 2 20 0 15 0 415657401 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 305 13014 0 0 2 0 6 2 20 0 15 0 415657401 11079831552 12591 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 663 13014 0 0 5 0 6 2 20 0 15 0 415657402 11079831552 12591 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11079831552 12591 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657402 11079831552 12591 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50104 KiB

[startup+0.701382 s]
/proc/loadavg: 1.47 1.06 1.07 4/228 742
/proc/meminfo: memFree=30595336/32770624 swapFree=66940856/67108860
[pid=676] ppid=673 vsize=10824360 memory=83752 CPUtime=1.16 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 15183 13014 0 0 103 5 6 2 20 0 15 0 415657387 11084144640 20938 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2706090 20938 3507 1 0 2668173 0
[pid=676/tid=729] ppid=673 vsize=10824360 memory=7881696724453321575 CPUtime=0.67 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 10348 13014 0 0 55 4 6 2 20 0 15 0 415657396 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643802959056 140643831153821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10824360 memory=4294967969 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10824360 memory=2077 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657397 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10824360 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657397 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10824360 memory=8865 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 5 13014 0 0 0 0 6 2 20 0 15 0 415657398 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 29 13014 0 0 0 0 6 2 20 0 15 0 415657399 11084144640 20938 33554432000 4194304 4196468 140726739231984 140643101898272 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657399 11084144640 20985 33554432000 4194304 4196468 140726739231984 140642663523696 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11084144640 20985 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10824360 memory=164 CPUtime=0.2 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) R 673 676 29917 0 -1 4202560 772 13014 0 0 12 0 6 2 20 0 15 0 415657401 11084144640 20985 33554432000 4194304 4196468 140726739231984 140643068326688 140643814516847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 908 13014 0 0 16 0 6 2 20 0 15 0 415657401 11084144640 20985 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) R 673 676 29917 0 -1 4202560 911 13014 0 0 17 0 6 2 20 0 15 0 415657402 11084144640 20985 33554432000 4194304 4196468 140726739231984 140642629965936 140643824235659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11084144640 20985 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10824360 memory=8049867166153220215 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1 13014 0 0 0 0 6 2 20 0 15 0 415657402 11084144640 20985 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83752 KiB

[startup+1.50066 s]
/proc/loadavg: 1.47 1.06 1.07 3/228 742
/proc/meminfo: memFree=30552724/32770624 swapFree=66940856/67108860
[pid=676] ppid=673 vsize=10834676 memory=173664 CPUtime=2.47 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 24348 13014 0 0 228 11 6 2 20 0 15 0 415657387 11094708224 43416 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2708669 43416 3577 1 0 2670733 0
[pid=676/tid=729] ppid=673 vsize=10834676 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 15964 13014 0 0 130 6 6 2 20 0 15 0 415657396 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643802932224 140643831143830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 59 13014 0 0 1 0 6 2 20 0 15 0 415657397 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10834676 memory=140346111429627 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 33 13014 0 0 1 0 6 2 20 0 15 0 415657397 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10834676 memory=164 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 349 13014 0 0 1 0 6 2 20 0 15 0 415657397 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 102 13014 0 0 1 0 6 2 20 0 15 0 415657397 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 1704 13014 0 0 1 0 6 2 20 0 15 0 415657398 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 29 13014 0 0 0 0 6 2 20 0 15 0 415657399 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643101898336 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10834676 memory=8049867166153220215 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657399 11094708224 43416 33554432000 4194304 4196468 140726739231984 140642663523712 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11094708224 43416 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10834676 memory=5866036823656185960 CPUtime=0.28 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 873 13014 0 0 20 0 6 2 20 0 15 0 415657401 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10834676 memory=7084820200048181347 CPUtime=0.36 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 1164 13014 0 0 28 0 6 2 20 0 15 0 415657401 11094708224 43416 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10834676 memory=8099255969085935702 CPUtime=0.5 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) R 673 676 29917 0 -1 4202560 1857 13014 0 0 42 0 6 2 20 0 15 0 415657402 11094708224 43416 33554432000 4194304 4196468 140726739231984 140642629962304 140643810267833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10834676 memory=7517440526419323243 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11094708224 43416 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10834676 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11094708224 43416 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 83894 13014 0 0 229561 60 6 2 20 0 15 0 415657396 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643802967312 140643437202963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10846984 memory=1394480 CPUtime=12.74 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 20928 13014 0 0 1213 53 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10846984 memory=1394480 CPUtime=12.69 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 13483 13014 0 0 1204 57 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10846984 memory=1394480 CPUtime=12.71 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 17364 13014 0 0 1205 58 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10846984 memory=1394480 CPUtime=12.73 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 17519 13014 0 0 1209 56 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10846984 memory=1394480 CPUtime=9.92 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 16945 13014 0 0 933 51 6 2 20 0 15 0 415657398 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10846984 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 43 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643101898336 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10846984 memory=1394480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642663523712 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10846984 memory=1394480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10846984 memory=1394480 CPUtime=5.13 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 41243 13014 0 0 499 6 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10846984 memory=1394480 CPUtime=5.57 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 36786 13014 0 0 545 4 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10846984 memory=1394480 CPUtime=2.16 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 33903 13014 0 0 203 5 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10846984 memory=1532 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10846984 memory=1088 CPUtime=1.39 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1947 13014 0 0 65 66 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 2370.7 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1394480 KiB

[startup+2382.3 s]
/proc/loadavg: 1.52 1.46 1.39 3/228 1106
/proc/meminfo: memFree=26451680/32770624 swapFree=66940864/67108860
[pid=676] ppid=673 vsize=10846984 memory=1394480 CPUtime=2431.8 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 288955 13014 0 0 242803 369 6 2 20 0 15 0 415657387 11107311616 348620 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2711746 348620 3630 1 0 2673805 0
[pid=676/tid=729] ppid=673 vsize=10846984 memory=1394480 CPUtime=2355.55 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 84783 13014 0 0 235486 61 6 2 20 0 15 0 415657396 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643802967056 140643437202613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10846984 memory=1394480 CPUtime=13.12 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 21092 13014 0 0 1250 54 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10846984 memory=1394480 CPUtime=13.07 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 13887 13014 0 0 1241 58 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10846984 memory=1394480 CPUtime=13.09 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 17583 13014 0 0 1241 60 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10846984 memory=1394480 CPUtime=13.11 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 17657 13014 0 0 1246 57 6 2 20 0 15 0 415657397 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10846984 memory=1394480 CPUtime=10.18 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 17156 13014 0 0 958 52 6 2 20 0 15 0 415657398 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10846984 memory=1394480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 43 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643101898336 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10846984 memory=1394480 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642663523712 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10846984 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10846984 memory=1394480 CPUtime=5.14 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 41454 13014 0 0 500 6 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10846984 memory=1436 CPUtime=5.57 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 36934 13014 0 0 545 4 6 2 20 0 15 0 415657401 11107311616 348620 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10846984 memory=800 CPUtime=2.16 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 34190 13014 0 0 203 5 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10846984 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10846984 memory=2612 CPUtime=1.42 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1965 13014 0 0 67 67 6 2 20 0 15 0 415657402 11107311616 348620 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 2431.8 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1394480 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.47 1.40 3/228 1110
/proc/meminfo: memFree=26447832/32770624 swapFree=66940864/67108860
[pid=676] ppid=673 vsize=10846984 memory=1398576 CPUtime=2492.86 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 291380 13014 0 0 248902 376 6 2 20 0 15 0 415657387 11107311616 349644 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2711746 349644 3630 1 0 2673805 0
[pid=676/tid=729] ppid=673 vsize=10846984 memory=4100 CPUtime=2414.83 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 85803 13014 0 0 241413 62 6 2 20 0 15 0 415657396 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643802967312 140643437585946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10846984 memory=1398576 CPUtime=13.5 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 21187 13014 0 0 1287 55 6 2 20 0 15 0 415657397 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10846984 memory=1394480 CPUtime=13.46 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 14287 13014 0 0 1278 60 6 2 20 0 15 0 415657397 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10846984 memory=1396528 CPUtime=13.47 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 17787 13014 0 0 1278 61 6 2 20 0 15 0 415657397 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10846984 memory=1398576 CPUtime=13.48 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 18120 13014 0 0 1282 58 6 2 20 0 15 0 415657397 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10846984 memory=1398576 CPUtime=10.42 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 17386 13014 0 0 981 53 6 2 20 0 15 0 415657398 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10846984 memory=1398576 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 43 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643101898336 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10846984 memory=1398576 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 349644 33554432000 4194304 4196468 140726739231984 140642663523712 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10846984 memory=1398576 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11107311616 349644 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10846984 memory=1398576 CPUtime=5.14 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 41456 13014 0 0 500 6 6 2 20 0 15 0 415657401 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10846984 memory=1398576 CPUtime=5.57 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 36936 13014 0 0 545 4 6 2 20 0 15 0 415657401 11107311616 349644 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10846984 memory=11568 CPUtime=2.16 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 34192 13014 0 0 203 5 6 2 20 0 15 0 415657402 11107311616 349644 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10846984 memory=1398576 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11107311616 349644 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10846984 memory=1398576 CPUtime=1.45 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1972 13014 0 0 68 69 6 2 20 0 15 0 415657402 11107311616 349644 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 2492.86 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1398576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469 s]*
/proc/loadavg: 1.43 1.45 1.40 3/228 1114
/proc/meminfo: memFree=26446024/32770624 swapFree=66940864/67108860
[pid=676] ppid=673 vsize=10846984 memory=1400624 CPUtime=2520.03 cores=0,2,4,6
/proc/676/stat : 676 (java) S 673 676 29917 0 -1 1077944320 293376 13014 0 0 251616 379 6 2 20 0 15 0 415657387 11107311616 350156 33554432000 4194304 4196468 140726739231984 140726739214528 140643831131895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
/proc/676/statm: 2711746 350156 3630 1 0 2673805 0
[pid=676/tid=729] ppid=673 vsize=10846984 memory=1398720917958146503 CPUtime=2441.23 cores=0,2,4,6
/proc/676/task/729/stat : 729 (java) R 673 676 29917 0 -1 4202560 86427 13014 0 0 244053 62 6 2 20 0 15 0 415657396 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643802967008 140643437202714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=730] ppid=673 vsize=10846984 memory=4126316290023845779 CPUtime=13.67 cores=0,2,4,6
/proc/676/task/730/stat : 730 (java) S 673 676 29917 0 -1 1077944384 21400 13014 0 0 1303 56 6 2 20 0 15 0 415657397 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643835374224 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=731] ppid=673 vsize=10846984 memory=7811301518915692648 CPUtime=13.6 cores=0,2,4,6
/proc/676/task/731/stat : 731 (java) S 673 676 29917 0 -1 1077944384 14411 13014 0 0 1292 60 6 2 20 0 15 0 415657397 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643739576848 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=732] ppid=673 vsize=10846984 memory=5861554145066511469 CPUtime=13.63 cores=0,2,4,6
/proc/676/task/732/stat : 732 (java) S 673 676 29917 0 -1 1077944384 18067 13014 0 0 1294 61 6 2 20 0 15 0 415657397 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643738524048 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=733] ppid=673 vsize=10846984 memory=8514701219781834910 CPUtime=13.65 cores=0,2,4,6
/proc/676/task/733/stat : 733 (java) S 673 676 29917 0 -1 1077944384 18370 13014 0 0 1299 58 6 2 20 0 15 0 415657397 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643402570000 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=734] ppid=673 vsize=10846984 memory=-7175204567652784766 CPUtime=10.51 cores=0,2,4,6
/proc/676/task/734/stat : 734 (java) S 673 676 29917 0 -1 1077944384 17588 13014 0 0 990 53 6 2 20 0 15 0 415657398 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643102952304 140643831143042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=735] ppid=673 vsize=10846984 memory=7100839861465685612 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/735/stat : 735 (java) S 673 676 29917 0 -1 1077944384 43 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643101898336 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=736] ppid=673 vsize=10846984 memory=3054156605268465310 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/736/stat : 736 (java) S 673 676 29917 0 -1 1077944384 2 13014 0 0 0 0 6 2 20 0 15 0 415657399 11107311616 350156 33554432000 4194304 4196468 140726739231984 140642663523712 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=737] ppid=673 vsize=10846984 memory=5450906554093958698 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/737/stat : 737 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657401 11107311616 350156 33554432000 4194304 4196468 140726739231984 140642423232848 140643831150491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=738] ppid=673 vsize=10846984 memory=4715433313220523562 CPUtime=5.14 cores=0,2,4,6
/proc/676/task/738/stat : 738 (java) S 673 676 29917 0 -1 1077944384 41458 13014 0 0 500 6 6 2 20 0 15 0 415657401 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643068340592 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=739] ppid=673 vsize=10846984 memory=7822038051842261661 CPUtime=5.57 cores=0,2,4,6
/proc/676/task/739/stat : 739 (java) S 673 676 29917 0 -1 1077944384 36938 13014 0 0 545 4 6 2 20 0 15 0 415657401 11107311616 350156 33554432000 4194304 4196468 140726739231984 140643067287792 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=740] ppid=673 vsize=10846984 memory=4713745541279610410 CPUtime=2.17 cores=0,2,4,6
/proc/676/task/740/stat : 740 (java) S 673 676 29917 0 -1 1077944384 34475 13014 0 0 204 5 6 2 20 0 15 0 415657402 11107311616 350156 33554432000 4194304 4196468 140726739231984 140642629965936 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=741] ppid=673 vsize=10846984 memory=7593752195387511662 CPUtime=0.08 cores=0,2,4,6
/proc/676/task/741/stat : 741 (java) S 673 676 29917 0 -1 1077944384 3 13014 0 0 0 0 6 2 20 0 15 0 415657402 11107311616 350156 33554432000 4194304 4196468 140726739231984 140642389674208 140643831142101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
[pid=676/tid=742] ppid=673 vsize=10846984 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/676/task/742/stat : 742 (java) S 673 676 29917 0 -1 1077944384 1988 13014 0 0 69 70 6 2 20 0 15 0 415657402 11107311616 350156 33554432000 4194304 4196468 140726739231984 140642628914352 140643831143042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34119680 140726739233519 140726739236037 140726739236037 140726739238863 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1400624 KiB

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

[startup+2469.04 s]
# the end of solver process 676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.82691 s

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

Child status: 143
Real time (s): 2469.04
CPU time (s): 2520.08
CPU user time (s): 2516.25
CPU system time (s): 3.82691
CPU usage (%): 102.067
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 1400624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.82691
maximum resident set size= 1404852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307225
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286073
involuntary context switches= 8271


# summary of solver processes directly reported to runsolver:
#   pid: 676
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.82691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5336 second user time and 24.1477 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 19:02:29
IDJOB=4396041
IDBENCH=120660
IDSOLVER=2846
FILE ID=node149/4396041-1568394187
RUNJOBID= node149-1568394138-417
PBS_JOBID= 21701822
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396041-1568394187/watcher-4396041-1568394187 -o /tmp/evaluation-result-4396041-1568394187/solver-4396041-1568394187 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568394138-417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2137531890 HOME/instance-4396041-1568394187.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=2137531890

node149.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.81
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.81
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.81
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.81
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:        30654052 kB
MemAvailable:   31518432 kB
Buffers:          160648 kB
Cached:          1004024 kB
SwapCached:        61296 kB
Active:           880660 kB
Inactive:         691688 kB
Active(anon):     374868 kB
Inactive(anon):    72352 kB
Active(file):     505792 kB
Inactive(file):   619336 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940856 kB
Dirty:             35524 kB
Writeback:             0 kB
AnonPages:        458824 kB
Mapped:            57568 kB
Shmem:             31292 kB
Slab:             139192 kB
SReclaimable:     110176 kB
SUnreclaim:        29016 kB
KernelStack:        3712 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1660188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-13 19:43:38