Trace number 4400808

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.13 2474.33

General information on the benchmark

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

Solver Data

0.73/0.55	c Concrete v3.12.2.1568631193530 running
2520.07/2474.30	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2474.30		at concrete.MAC.mac(MAC.scala:192)
2520.07/2474.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2474.30		at scala.util.Try$.apply(Try.scala:212)
2520.07/2474.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2474.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2474.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2474.31		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2474.31		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2474.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2474.31		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2474.31		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2474.31		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2474.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2474.31		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2474.31		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2474.31		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2474.31		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2474.31		at scala.util.Success.map(Try.scala:264)
2520.07/2474.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2474.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2474.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2474.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2474.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2474.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2474.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2474.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2474.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2474.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2474.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2474.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2474.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2474.31		at scala.App.main(App.scala:75)
2520.07/2474.31		at scala.App.main$(App.scala:73)
2520.07/2474.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2474.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2474.31	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 (2764 MiB free)
  memory of node 1: 16384 MiB (15460 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400808-1568686569/watcher-4400808-1568686569 -o /tmp/evaluation-result-4400808-1568686569/solver-4400808-1568686569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400808-1568686569.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=16991, runsolver pid=16988


[startup+0.100117 s]*
/proc/loadavg: 2.00 2.10 1.80 3/218 17048
/proc/meminfo: memFree=18656284/32770624 swapFree=66941512/67108860
[pid=16991] ppid=16988 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 4516 13259 0 0 1 1 5 2 20 0 6 0 444895557 10212057088 4270 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2493178 4270 1935 1 0 2481616 0
[pid=16991/tid=17044] ppid=16988 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 2309 13259 0 0 1 0 5 2 20 0 6 0 444895566 10212057088 4270 33554432000 4194304 4196468 140720395990160 139824142557776 139824170742941 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=9972712 memory=5793855057765870009 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 6 0 444895566 10212057088 4270 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=9972712 memory=139806755976832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 6 0 444895566 10212057088 4270 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 6 0 444895566 10212057088 4270 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 6 0 444895566 10212057088 4270 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.2099 s]*
/proc/loadavg: 2.00 2.10 1.80 4/227 17057
/proc/meminfo: memFree=18635640/32770624 swapFree=66941512/67108860
[pid=16991] ppid=16988 vsize=10820196 memory=42576 CPUtime=0.26 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 7423 13259 0 0 17 2 5 2 20 0 15 0 444895557 11079880704 10644 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2705049 10644 3296 1 0 2667149 0
[pid=16991/tid=17044] ppid=16988 vsize=10820196 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 3924 13259 0 0 11 1 5 2 20 0 15 0 444895566 11079880704 10644 33554432000 4194304 4196468 140720395990160 139824142552256 139824154801502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10820196 memory=4211973532960767370 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 10644 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10820196 memory=139806755976832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 10644 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 10644 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 10644 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10820196 memory=139806755976832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895568 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 444895568 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823532729760 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895569 11079880704 10644 33554432000 4194304 4196468 140720395990160 139822928750064 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11079880704 10644 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) R 16988 16991 13460 0 -1 4202560 479 13259 0 0 1 0 5 2 20 0 15 0 444895571 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823628949488 139824147981680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 182 13259 0 0 1 0 5 2 20 0 15 0 444895571 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10820196 memory=139806755976832 CPUtime=0.1 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 600 13259 0 0 3 0 5 2 20 0 15 0 444895571 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11079880704 10644 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10820196 memory=139806755976832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895572 11079880704 10644 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42576 KiB

[startup+0.310515 s]*
/proc/loadavg: 2.00 2.10 1.80 3/227 17057
/proc/meminfo: memFree=18622324/32770624 swapFree=66941512/67108860
[pid=16991] ppid=16988 vsize=10820196 memory=50604 CPUtime=0.39 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 10881 13259 0 0 28 4 5 2 20 0 15 0 444895557 11079880704 12651 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2705049 12651 3307 1 0 2667149 0
[pid=16991/tid=17044] ppid=16988 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 7372 13259 0 0 19 3 5 2 20 0 15 0 444895566 11079880704 12651 33554432000 4194304 4196468 140720395990160 139824142529968 139824153913720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 12651 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 12651 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 12651 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11079880704 12651 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10820196 memory=139806755976831 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895568 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 444895568 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823532729760 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10820196 memory=139806755976832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895569 11079880704 12651 33554432000 4194304 4196468 140720395990160 139822928750064 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11079880704 12651 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) R 16988 16991 13460 0 -1 1077944384 479 13259 0 0 1 0 5 2 20 0 15 0 444895571 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 183 13259 0 0 1 0 5 2 20 0 15 0 444895571 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) R 16988 16991 13460 0 -1 4202560 607 13259 0 0 5 0 5 2 20 0 15 0 444895571 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11079880704 12651 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895572 11079880704 12651 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50604 KiB

[startup+0.703754 s]
/proc/loadavg: 2.00 2.10 1.80 4/227 17057
/proc/meminfo: memFree=18608680/32770624 swapFree=66941512/67108860
[pid=16991] ppid=16988 vsize=10824364 memory=83516 CPUtime=1.12 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 15104 13259 0 0 99 6 5 2 20 0 15 0 444895557 11084148736 20879 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2706091 20879 3511 1 0 2668173 0
[pid=16991/tid=17044] ppid=16988 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 10566 13259 0 0 55 4 5 2 20 0 15 0 444895566 11084148736 20879 33554432000 4194304 4196468 140720395990160 139824142550352 139824170742941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11084148736 20879 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11084148736 20879 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10824364 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895566 11084148736 20879 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895566 11084148736 20879 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 5 13259 0 0 0 0 5 2 20 0 15 0 444895568 11084148736 20879 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 13 13259 0 0 0 0 5 2 20 0 15 0 444895568 11084148736 20879 33554432000 4194304 4196468 140720395990160 139823532729760 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895569 11085197312 20879 33554432000 4194304 4196468 140720395990160 139822928750064 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10825388 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11085197312 20879 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10825388 memory=19265 CPUtime=0.19 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) R 16988 16991 13460 0 -1 4202560 910 13259 0 0 12 0 5 2 20 0 15 0 444895571 11085197312 20879 33554432000 4194304 4196468 140720395990160 139823628936304 139824152242239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10825388 memory=279613242605808 CPUtime=0.19 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) R 16988 16991 13460 0 -1 4202560 579 13259 0 0 12 0 5 2 20 0 15 0 444895571 11085197312 20944 33554432000 4194304 4196468 140720395990160 139823627875472 139824155642997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10825388 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 807 13259 0 0 17 0 5 2 20 0 15 0 444895571 11085197312 20917 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11084148736 20917 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895572 11084148736 20920 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83516 KiB

[startup+1.50074 s]
/proc/loadavg: 2.00 2.10 1.80 4/227 17057
/proc/meminfo: memFree=18570440/32770624 swapFree=66941512/67108860
[pid=16991] ppid=16988 vsize=10834680 memory=178448 CPUtime=2.64 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 21885 13259 0 0 246 11 5 2 20 0 15 0 444895557 11094712320 44612 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2708670 44612 3592 1 0 2670733 0
[pid=16991/tid=17044] ppid=16988 vsize=10834680 memory=228 CPUtime=1.43 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 15129 13259 0 0 130 6 5 2 20 0 15 0 444895566 11094712320 44612 33554432000 4194304 4196468 140720395990160 139824142546816 139824154091517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10834680 memory=116 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 23 13259 0 0 0 0 5 2 20 0 15 0 444895566 11094712320 44612 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 333 13259 0 0 1 0 5 2 20 0 15 0 444895566 11094712320 44612 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 68 13259 0 0 1 0 5 2 20 0 15 0 444895566 11094712320 44612 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10834680 memory=279613242641888 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 74 13259 0 0 1 0 5 2 20 0 15 0 444895566 11094712320 44612 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 126 13259 0 0 1 0 5 2 20 0 15 0 444895568 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 14 13259 0 0 0 0 5 2 20 0 15 0 444895568 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823532729824 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10834680 memory=279613242655392 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 1 13259 0 0 0 0 5 2 20 0 15 0 444895569 11094712320 44612 33554432000 4194304 4196468 140720395990160 139822928750080 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11094712320 44612 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10834680 memory=-7880843606118635149 CPUtime=0.4 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) S 16988 16991 13460 0 -1 1077944384 1364 13259 0 0 33 0 5 2 20 0 15 0 444895571 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10834680 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 1047 13259 0 0 31 0 5 2 20 0 15 0 444895571 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10834680 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 1488 13259 0 0 44 0 5 2 20 0 15 0 444895571 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11094712320 44612 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10834680 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 2 13259 0 0 0 0 5 2 20 0 15 0 444895572 11094712320 44612 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10834680 KiB

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

/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 78792 13259 0 0 235388 62 5 2 20 0 15 0 444895566 11107315712 374163 33554432000 4194304 4196468 140720395990160 139824142556720 139823764310134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10846988 memory=1496652 CPUtime=13.13 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 24237 13259 0 0 1245 61 5 2 20 0 15 0 444895566 11107315712 374163 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10846988 memory=1496652 CPUtime=13.11 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 17186 13259 0 0 1246 58 5 2 20 0 15 0 444895566 11107315712 374163 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10846988 memory=0 CPUtime=13.13 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 25290 13259 0 0 1245 61 5 2 20 0 15 0 444895566 11107315712 374163 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10846988 memory=0 CPUtime=13.15 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 22727 13259 0 0 1244 64 5 2 20 0 15 0 444895566 11107315712 374163 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10846988 memory=3620 CPUtime=11.49 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 19847 13259 0 0 1081 61 5 2 20 0 15 0 444895568 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10846988 memory=47668 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 23 13259 0 0 0 0 5 2 20 0 15 0 444895568 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823532729824 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10846988 memory=1496616 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 10 13259 0 0 0 0 5 2 20 0 15 0 444895569 11107315712 374163 33554432000 4194304 4196468 140720395990160 139822928750080 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10846988 memory=1496616 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374163 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10846988 memory=3620 CPUtime=2.54 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) S 16988 16991 13460 0 -1 1077944384 9425 13259 0 0 244 3 5 2 20 0 15 0 444895571 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10846988 memory=47668 CPUtime=2.75 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 14979 13259 0 0 265 3 5 2 20 0 15 0 444895571 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10846988 memory=4004 CPUtime=1.65 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 13083 13259 0 0 153 5 5 2 20 0 15 0 444895571 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10846988 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374163 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10846988 memory=1496616 CPUtime=1.52 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1523 13259 0 0 66 79 5 2 20 0 15 0 444895572 11107315712 374163 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 2426.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1496652 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.36 1.43 3/227 17433
/proc/meminfo: memFree=24542892/32770624 swapFree=66941520/67108860
[pid=16991] ppid=16988 vsize=10846988 memory=1498728 CPUtime=2487.53 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 230999 13259 0 0 248345 401 5 2 20 0 15 0 444895557 11107315712 374682 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2711747 374682 3622 1 0 2673805 0
[pid=16991/tid=17044] ppid=16988 vsize=10846988 memory=1498728 CPUtime=2413.84 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 79690 13259 0 0 241314 63 5 2 20 0 15 0 444895566 11107315712 374682 33554432000 4194304 4196468 140720395990160 139824142556880 139823764310057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10846988 memory=1498728 CPUtime=13.48 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 24377 13259 0 0 1279 62 5 2 20 0 15 0 444895566 11107315712 374682 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10846988 memory=1498728 CPUtime=13.46 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 17259 13259 0 0 1279 60 5 2 20 0 15 0 444895566 11107315712 374682 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10846988 memory=1496652 CPUtime=13.49 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 25412 13259 0 0 1279 63 5 2 20 0 15 0 444895566 11107315712 374682 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10846988 memory=1498728 CPUtime=13.5 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 22930 13259 0 0 1278 65 5 2 20 0 15 0 444895566 11107315712 374682 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10846988 memory=1498728 CPUtime=11.79 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 20047 13259 0 0 1110 62 5 2 20 0 15 0 444895568 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10846988 memory=1498728 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 23 13259 0 0 0 0 5 2 20 0 15 0 444895568 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823532729824 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10846988 memory=1498728 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 10 13259 0 0 0 0 5 2 20 0 15 0 444895569 11107315712 374682 33554432000 4194304 4196468 140720395990160 139822928750080 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10846988 memory=1498728 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374682 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10846988 memory=1496652 CPUtime=2.54 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) S 16988 16991 13460 0 -1 1077944384 9427 13259 0 0 244 3 5 2 20 0 15 0 444895571 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10846988 memory=1498728 CPUtime=2.75 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 14981 13259 0 0 265 3 5 2 20 0 15 0 444895571 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10846988 memory=1498728 CPUtime=1.65 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 13086 13259 0 0 153 5 5 2 20 0 15 0 444895571 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10846988 memory=1498728 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374682 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10846988 memory=1498728 CPUtime=1.56 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1541 13259 0 0 68 81 5 2 20 0 15 0 444895572 11107315712 374682 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 2487.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1498728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.3 s]
/proc/loadavg: 1.41 1.35 1.43 3/227 17435
/proc/meminfo: memFree=24542224/32770624 swapFree=66941520/67108860
[pid=16991] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2520.07 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 232275 13259 0 0 251596 404 5 2 20 0 15 0 444895557 11107315712 374686 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2711747 374686 3622 1 0 2673805 0
[pid=16991/tid=17044] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2445.46 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 80241 13259 0 0 244475 64 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824142556720 139823764870482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.68 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 24725 13259 0 0 1298 63 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.65 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 17353 13259 0 0 1297 61 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.67 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 25468 13259 0 0 1297 63 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.69 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 22943 13259 0 0 1296 66 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10846988 memory=1498744 CPUtime=11.95 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 20238 13259 0 0 1126 62 5 2 20 0 15 0 444895568 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 23 13259 0 0 0 0 5 2 20 0 15 0 444895568 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823532729824 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 10 13259 0 0 0 0 5 2 20 0 15 0 444895569 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822928750080 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2.54 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) S 16988 16991 13460 0 -1 1077944384 9429 13259 0 0 244 3 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2.75 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 14983 13259 0 0 265 3 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10846988 memory=1498744 CPUtime=1.65 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 13090 13259 0 0 153 5 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10846988 memory=192 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10846988 memory=1498744 CPUtime=1.57 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1556 13259 0 0 68 82 5 2 20 0 15 0 444895572 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1498744 KiB

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

[startup+2474.33 s]
# the end of solver process 16991 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.04 s, system=4.08512 s

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

[startup+2474.3 s]
/proc/loadavg: 1.41 1.35 1.43 3/227 17435
/proc/meminfo: memFree=24542224/32770624 swapFree=66941520/67108860
[pid=16991] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2520.07 cores=1,3,5,7
/proc/16991/stat : 16991 (java) S 16988 16991 13460 0 -1 1077944320 232275 13259 0 0 251596 404 5 2 20 0 15 0 444895557 11107315712 374686 33554432000 4194304 4196468 140720395990160 140720395972704 139824170721015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
/proc/16991/statm: 2711747 374686 3622 1 0 2673805 0
[pid=16991/tid=17044] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2445.46 cores=1,3,5,7
/proc/16991/task/17044/stat : 17044 (java) R 16988 16991 13460 0 -1 4202560 80241 13259 0 0 244475 64 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824142556720 139823764870482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17045] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.68 cores=1,3,5,7
/proc/16991/task/17045/stat : 17045 (java) S 16988 16991 13460 0 -1 1077944384 24725 13259 0 0 1298 63 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824174962960 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17046] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.65 cores=1,3,5,7
/proc/16991/task/17046/stat : 17046 (java) S 16988 16991 13460 0 -1 1077944384 17353 13259 0 0 1297 61 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824073853328 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17047] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.67 cores=1,3,5,7
/proc/16991/task/17047/stat : 17047 (java) S 16988 16991 13460 0 -1 1077944384 25468 13259 0 0 1297 63 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824072800784 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17048] ppid=16988 vsize=10846988 memory=1498744 CPUtime=13.69 cores=1,3,5,7
/proc/16991/task/17048/stat : 17048 (java) S 16988 16991 13460 0 -1 1077944384 22943 13259 0 0 1296 66 5 2 20 0 15 0 444895566 11107315712 374686 33554432000 4194304 4196468 140720395990160 139824071748240 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17049] ppid=16988 vsize=10846988 memory=1498744 CPUtime=11.95 cores=1,3,5,7
/proc/16991/task/17049/stat : 17049 (java) S 16988 16991 13460 0 -1 1077944384 20238 13259 0 0 1126 62 5 2 20 0 15 0 444895568 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823630002672 139824170732162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17050] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17050/stat : 17050 (java) S 16988 16991 13460 0 -1 1077944384 23 13259 0 0 0 0 5 2 20 0 15 0 444895568 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823532729824 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17051] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17051/stat : 17051 (java) S 16988 16991 13460 0 -1 1077944384 10 13259 0 0 0 0 5 2 20 0 15 0 444895569 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822928750080 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17052] ppid=16988 vsize=10846988 memory=1498744 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17052/stat : 17052 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822688459472 139824170739611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17053] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2.54 cores=1,3,5,7
/proc/16991/task/17053/stat : 17053 (java) S 16988 16991 13460 0 -1 1077944384 9429 13259 0 0 244 3 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823628949488 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17054] ppid=16988 vsize=10846988 memory=1498744 CPUtime=2.75 cores=1,3,5,7
/proc/16991/task/17054/stat : 17054 (java) S 16988 16991 13460 0 -1 1077944384 14983 13259 0 0 265 3 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823627896944 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17055] ppid=16988 vsize=10846988 memory=1498744 CPUtime=1.65 cores=1,3,5,7
/proc/16991/task/17055/stat : 17055 (java) S 16988 16991 13460 0 -1 1077944384 13090 13259 0 0 153 5 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823626844400 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17056] ppid=16988 vsize=10846988 memory=192 CPUtime=0.07 cores=1,3,5,7
/proc/16991/task/17056/stat : 17056 (java) S 16988 16991 13460 0 -1 1077944384 3 13259 0 0 0 0 5 2 20 0 15 0 444895571 11107315712 374686 33554432000 4194304 4196468 140720395990160 139822654900832 139824170731221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
[pid=16991/tid=17057] ppid=16988 vsize=10846988 memory=1498744 CPUtime=1.57 cores=1,3,5,7
/proc/16991/task/17057/stat : 17057 (java) S 16988 16991 13460 0 -1 1077944384 1556 13259 0 0 68 82 5 2 20 0 15 0 444895572 11107315712 374686 33554432000 4194304 4196468 140720395990160 139823625792304 139824170732162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18878464 140720395995887 140720395998405 140720395998405 140720396001231 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1498744 KiB

Child status: 143
Real time (s): 2474.33
CPU time (s): 2520.13
CPU user time (s): 2516.04
CPU system time (s): 4.08512
CPU usage (%): 101.851
Max. virtual memory (cumulated for all children) (KiB): 10849780
Max. memory (cumulated for all children) (KiB): 1498744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.04
system time used= 4.08512
maximum resident set size= 1502948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246435
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307253
involuntary context switches= 11489


# summary of solver processes directly reported to runsolver:
#   pid: 16991
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.04
#   total CPU system time (s): 4.08512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3671 second user time and 19.8682 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 04:15:31
IDJOB=4400808
IDBENCH=134572
IDSOLVER=2857
FILE ID=node149/4400808-1568686569
RUNJOBID= node149-1568673293-13492
PBS_JOBID= 21703773
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-5_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400808-1568686569/watcher-4400808-1568686569 -o /tmp/evaluation-result-4400808-1568686569/solver-4400808-1568686569 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1917960574 HOME/instance-4400808-1568686569.xml

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

MD5SUM BENCH= 0d344e361328211ed16699cc315bd3d7
RANDOM SEED=1917960574

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:        18663276 kB
MemAvailable:   23721524 kB
Buffers:           98512 kB
Cached:          5262540 kB
SwapCached:        61088 kB
Active:         10544600 kB
Inactive:        2987348 kB
Active(anon):    8113808 kB
Inactive(anon):   106196 kB
Active(file):    2430792 kB
Inactive(file):  2881152 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941512 kB
Dirty:             35376 kB
Writeback:             0 kB
AnonPages:       8192836 kB
Mapped:            61844 kB
Shmem:             39968 kB
Slab:             153936 kB
SReclaimable:     124280 kB
SUnreclaim:        29656 kB
KernelStack:        4016 kB
PageTables:        21728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8967368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7833600 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-17 04:56:45