Trace number 4400624

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.15 2471.84

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
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 benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400624-1568697388/watcher-4400624-1568697388 -o /tmp/evaluation-result-4400624-1568697388/solver-4400624-1568697388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1371092878 HOME/instance-4400624-1568697388.xml 

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

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


[startup+0.100144 s]*
/proc/loadavg: 1.17 1.34 1.39 3/223 32727
/proc/meminfo: memFree=28354276/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 4520 13400 0 0 1 0 4 3 20 0 6 0 445978435 10212057088 4270 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2493178 4270 1935 1 0 2481616 0
[pid=32670/tid=32723] ppid=32667 vsize=9972712 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 2309 13400 0 0 1 0 4 3 20 0 6 0 445978444 10212057088 4270 33554432000 4194304 4196468 140724551051456 140512952201808 140512964445534 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 6 0 445978445 10212057088 4270 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=9972712 memory=140708801607296 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 6 0 445978445 10212057088 4270 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 6 0 445978445 10212057088 4270 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 6 0 445978445 10212057088 4270 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210557 s]*
/proc/loadavg: 1.17 1.34 1.39 4/232 32736
/proc/meminfo: memFree=28333616/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10820196 memory=42552 CPUtime=0.26 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 7417 13400 0 0 17 2 4 3 20 0 15 0 445978435 11079880704 10638 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2705049 10638 3302 1 0 2667149 0
[pid=32670/tid=32723] ppid=32667 vsize=10820196 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 3917 13400 0 0 10 1 4 3 20 0 15 0 445978444 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512952197248 140512980386973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10820196 memory=140708801607296 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10820196 memory=140708801607296 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978446 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978446 11079880704 10638 33554432000 4194304 4196468 140724551051456 140511868347680 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978447 11079880704 10638 33554432000 4194304 4196468 140724551051456 140511734130288 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11079880704 10638 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) R 32667 32670 22966 0 -1 4202560 603 13400 0 0 1 0 4 3 20 0 15 0 445978449 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512304322672 140512961887683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 58 13400 0 0 0 0 4 3 20 0 15 0 445978449 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10820196 memory=140708801607296 CPUtime=0.1 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 600 13400 0 0 3 0 4 3 20 0 15 0 445978449 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11079880704 10638 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10820196 memory=140708801607296 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978450 11079880704 10638 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42552 KiB

[startup+0.310795 s]*
/proc/loadavg: 1.17 1.34 1.39 3/232 32736
/proc/meminfo: memFree=28320808/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10820196 memory=50592 CPUtime=0.4 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 10880 13400 0 0 29 4 4 3 20 0 15 0 445978435 11079880704 12648 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2705049 12648 3313 1 0 2667149 0
[pid=32670/tid=32723] ppid=32667 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 7371 13400 0 0 19 3 4 3 20 0 15 0 445978444 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512952182672 140512961009714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10820196 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978445 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978446 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978446 11079880704 12648 33554432000 4194304 4196468 140724551051456 140511868347680 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978447 11079880704 12648 33554432000 4194304 4196468 140724551051456 140511734130288 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11079880704 12648 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 604 13400 0 0 2 0 4 3 20 0 15 0 445978449 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 59 13400 0 0 1 0 4 3 20 0 15 0 445978449 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 608 13400 0 0 5 0 4 3 20 0 15 0 445978449 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11079880704 12648 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978450 11079880704 12648 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50592 KiB

[startup+0.700751 s]
/proc/loadavg: 1.17 1.34 1.39 3/232 32736
/proc/meminfo: memFree=28306876/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10824364 memory=83364 CPUtime=1.12 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 15051 13400 0 0 98 7 4 3 20 0 15 0 445978435 11084148736 20841 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2706091 20841 3505 1 0 2668173 0
[pid=32670/tid=32723] ppid=32667 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 1077944384 10352 13400 0 0 54 5 4 3 20 0 15 0 445978444 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512952192208 140512980388925 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10824364 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978445 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978445 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10824364 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 5 13400 0 0 0 0 4 3 20 0 15 0 445978446 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10824364 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978446 11084148736 20841 33554432000 4194304 4196468 140724551051456 140511868347680 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10824364 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978447 11084148736 20841 33554432000 4194304 4196468 140724551051456 140511734130288 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10824364 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11084148736 20841 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10824364 memory=13252 CPUtime=0.21 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) R 32667 32670 22966 0 -1 4202560 1019 13400 0 0 14 0 4 3 20 0 15 0 445978449 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512304322672 140512961000944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10824364 memory=15460 CPUtime=0.18 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) R 32667 32670 22966 0 -1 4202560 565 13400 0 0 11 0 4 3 20 0 15 0 445978449 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512303269872 140512961886232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10824364 memory=17668 CPUtime=0.23 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 873 13400 0 0 16 0 4 3 20 0 15 0 445978449 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10824364 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11084148736 20841 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10824364 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978450 11084148736 20841 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83364 KiB

[startup+1.50272 s]
/proc/loadavg: 1.17 1.34 1.39 3/232 32736
/proc/meminfo: memFree=28262084/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10834680 memory=171012 CPUtime=2.45 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 21860 13400 0 0 227 11 4 3 20 0 15 0 445978435 11094712320 42753 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2708670 42753 3579 1 0 2670733 0
[pid=32670/tid=32723] ppid=32667 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 15233 13400 0 0 129 7 4 3 20 0 15 0 445978444 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512952163024 140512980376982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 336 13400 0 0 1 0 4 3 20 0 15 0 445978445 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 83 13400 0 0 1 0 4 3 20 0 15 0 445978445 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 17 13400 0 0 1 0 4 3 20 0 15 0 445978445 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 57 13400 0 0 1 0 4 3 20 0 15 0 445978445 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 153 13400 0 0 1 0 4 3 20 0 15 0 445978446 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10834680 memory=281417397381376 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978446 11094712320 42753 33554432000 4194304 4196468 140724551051456 140511868347744 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 2 13400 0 0 0 0 4 3 20 0 15 0 445978447 11094712320 42753 33554432000 4194304 4196468 140724551051456 140511734130304 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10834680 memory=8252 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11094712320 42753 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10834680 memory=6032 CPUtime=0.33 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 1199 13400 0 0 26 0 4 3 20 0 15 0 445978449 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10834680 memory=1056 CPUtime=0.29 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) R 32667 32670 22966 0 -1 4202560 752 13400 0 0 22 0 4 3 20 0 15 0 445978449 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512303269872 140512973350089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10834680 memory=1540 CPUtime=0.5 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) R 32667 32670 22966 0 -1 1077944384 1797 13400 0 0 42 1 4 3 20 0 15 0 445978449 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512302213312 140512980375253 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10834680 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11094712320 42753 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10834680 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1 13400 0 0 0 0 4 3 20 0 15 0 445978450 11094712320 42753 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 68937 13400 0 0 229647 53 4 3 20 0 15 0 445978444 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512952200896 140512575267334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10846988 memory=1106168 CPUtime=11.52 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 11187 13400 0 0 1089 56 4 3 20 0 15 0 445978445 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10846988 memory=1106168 CPUtime=11.54 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 18895 13400 0 0 1087 60 4 3 20 0 15 0 445978445 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10846988 memory=1106168 CPUtime=11.48 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 15017 13400 0 0 1085 56 4 3 20 0 15 0 445978445 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10846988 memory=1106168 CPUtime=11.53 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 16955 13400 0 0 1087 59 4 3 20 0 15 0 445978445 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10846988 memory=1106168 CPUtime=11.69 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 19049 13400 0 0 1108 54 4 3 20 0 15 0 445978446 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10846988 memory=1106168 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 21 13400 0 0 0 0 4 3 20 0 15 0 445978446 11107315712 276542 33554432000 4194304 4196468 140724551051456 140511868347744 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10846988 memory=1106168 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978447 11107315712 276542 33554432000 4194304 4196468 140724551051456 140511734130304 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10846988 memory=1106168 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11107315712 276542 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10846988 memory=3280 CPUtime=5.05 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 21709 13400 0 0 496 2 4 3 20 0 15 0 445978449 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10846988 memory=1106168 CPUtime=5.07 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 24972 13400 0 0 496 4 4 3 20 0 15 0 445978449 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10846988 memory=1106168 CPUtime=2.15 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 19756 13400 0 0 202 6 4 3 20 0 15 0 445978449 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10846988 memory=1106168 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11107315712 276542 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10846988 memory=3280 CPUtime=1.62 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1831 13400 0 0 74 81 4 3 20 0 15 0 445978450 11107315712 276542 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 2368.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1106168 KiB

[startup+2382.3 s]
/proc/loadavg: 0.63 0.67 0.77 2/211 567
/proc/meminfo: memFree=29947904/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10846988 memory=1108384 CPUtime=2429.16 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 222212 13400 0 0 242535 374 4 3 20 0 15 0 445978435 11107315712 277096 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2711747 277096 3627 1 0 2673805 0
[pid=32670/tid=32723] ppid=32667 vsize=10846988 memory=1108320 CPUtime=2356.39 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 69780 13400 0 0 235579 53 4 3 20 0 15 0 445978444 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512952200784 140512575512827 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10846988 memory=1108320 CPUtime=11.85 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 11256 13400 0 0 1120 58 4 3 20 0 15 0 445978445 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10846988 memory=1108320 CPUtime=11.85 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 19074 13400 0 0 1117 61 4 3 20 0 15 0 445978445 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10846988 memory=1108320 CPUtime=11.8 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 15130 13400 0 0 1116 57 4 3 20 0 15 0 445978445 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10846988 memory=1108384 CPUtime=11.85 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 17170 13400 0 0 1118 60 4 3 20 0 15 0 445978445 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10846988 memory=1108384 CPUtime=12.01 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 19267 13400 0 0 1138 56 4 3 20 0 15 0 445978446 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10846988 memory=1108384 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 21 13400 0 0 0 0 4 3 20 0 15 0 445978446 11107315712 277096 33554432000 4194304 4196468 140724551051456 140511868347744 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10846988 memory=7680491646476186387 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978447 11107315712 277096 33554432000 4194304 4196468 140724551051456 140511734130304 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10846988 memory=1108320 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11107315712 277096 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10846988 memory=1108320 CPUtime=5.05 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 21711 13400 0 0 496 2 4 3 20 0 15 0 445978449 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10846988 memory=1108384 CPUtime=5.07 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 24974 13400 0 0 496 4 4 3 20 0 15 0 445978449 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10846988 memory=1660 CPUtime=2.15 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 19758 13400 0 0 202 6 4 3 20 0 15 0 445978449 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10846988 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11107315712 277096 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10846988 memory=48016 CPUtime=1.65 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1841 13400 0 0 75 83 4 3 20 0 15 0 445978450 11107315712 277096 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 2429.16 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1108384 KiB

[startup+2442.3 s]
/proc/loadavg: 0.82 0.72 0.78 2/211 573
/proc/meminfo: memFree=29947296/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10846988 memory=1108476 CPUtime=2490.1 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 223928 13400 0 0 248621 382 4 3 20 0 15 0 445978435 11107315712 277119 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2711747 277119 3627 1 0 2673805 0
[pid=32670/tid=32723] ppid=32667 vsize=10846988 memory=8252 CPUtime=2415.74 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 70616 13400 0 0 241512 55 4 3 20 0 15 0 445978444 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512952200752 140512574733277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10846988 memory=1108452 CPUtime=12.17 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 11368 13400 0 0 1151 59 4 3 20 0 15 0 445978445 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10846988 memory=1108412 CPUtime=12.17 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 19136 13400 0 0 1148 62 4 3 20 0 15 0 445978445 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10846988 memory=1108412 CPUtime=12.12 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 15277 13400 0 0 1147 58 4 3 20 0 15 0 445978445 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10846988 memory=1108452 CPUtime=12.16 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 17333 13400 0 0 1147 62 4 3 20 0 15 0 445978445 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10846988 memory=1108452 CPUtime=12.31 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 19620 13400 0 0 1167 57 4 3 20 0 15 0 445978446 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10846988 memory=1108452 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 21 13400 0 0 0 0 4 3 20 0 15 0 445978446 11107315712 277119 33554432000 4194304 4196468 140724551051456 140511868347744 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10846988 memory=1108452 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978447 11107315712 277119 33554432000 4194304 4196468 140724551051456 140511734130304 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10846988 memory=1108452 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11107315712 277119 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10846988 memory=1108452 CPUtime=5.05 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 21716 13400 0 0 496 2 4 3 20 0 15 0 445978449 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10846988 memory=4126316290023845779 CPUtime=5.07 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 24978 13400 0 0 496 4 4 3 20 0 15 0 445978449 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10846988 memory=1108412 CPUtime=2.15 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 19762 13400 0 0 202 6 4 3 20 0 15 0 445978449 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10846988 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11107315712 277119 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10846988 memory=2116 CPUtime=1.7 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1871 13400 0 0 77 86 4 3 20 0 15 0 445978450 11107315712 277119 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 2490.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1108476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 0.75 0.71 0.77 2/211 574
/proc/meminfo: memFree=29946368/32770624 swapFree=67004556/67108860
[pid=32670] ppid=32667 vsize=10846988 memory=1110552 CPUtime=2520.08 cores=1,3,5,7
/proc/32670/stat : 32670 (java) S 32667 32670 22966 0 -1 1077944320 224287 13400 0 0 251614 387 4 3 20 0 15 0 445978435 11107315712 277638 33554432000 4194304 4196468 140724551051456 140724551034000 140512980365047 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
/proc/32670/statm: 2711747 277638 3627 1 0 2673805 0
[pid=32670/tid=32723] ppid=32667 vsize=10846988 memory=1212 CPUtime=2444.91 cores=1,3,5,7
/proc/32670/task/32723/stat : 32723 (java) R 32667 32670 22966 0 -1 4202560 70924 13400 0 0 244429 55 4 3 20 0 15 0 445978444 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512952200384 140512577103392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32724] ppid=32667 vsize=10846988 memory=6791534058613427641 CPUtime=12.32 cores=1,3,5,7
/proc/32670/task/32724/stat : 32724 (java) S 32667 32670 22966 0 -1 1077944384 11391 13400 0 0 1166 59 4 3 20 0 15 0 445978445 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512984607120 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32725] ppid=32667 vsize=10846988 memory=1440 CPUtime=12.33 cores=1,3,5,7
/proc/32670/task/32725/stat : 32725 (java) S 32667 32670 22966 0 -1 1077944384 19142 13400 0 0 1163 63 4 3 20 0 15 0 445978445 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512883497232 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32726] ppid=32667 vsize=10846988 memory=1984 CPUtime=12.28 cores=1,3,5,7
/proc/32670/task/32726/stat : 32726 (java) S 32667 32670 22966 0 -1 1077944384 15281 13400 0 0 1162 59 4 3 20 0 15 0 445978445 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512882444944 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32727] ppid=32667 vsize=10846988 memory=2376 CPUtime=12.32 cores=1,3,5,7
/proc/32670/task/32727/stat : 32727 (java) S 32667 32670 22966 0 -1 1077944384 17338 13400 0 0 1162 63 4 3 20 0 15 0 445978445 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512881392144 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32728] ppid=32667 vsize=10846988 memory=1768 CPUtime=12.46 cores=1,3,5,7
/proc/32670/task/32728/stat : 32728 (java) S 32667 32670 22966 0 -1 1077944384 19632 13400 0 0 1182 57 4 3 20 0 15 0 445978446 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512305375856 140512980376194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32729] ppid=32667 vsize=10846988 memory=111628 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32729/stat : 32729 (java) S 32667 32670 22966 0 -1 1077944384 21 13400 0 0 0 0 4 3 20 0 15 0 445978446 11107315712 277638 33554432000 4194304 4196468 140724551051456 140511868347744 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32730] ppid=32667 vsize=10846988 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32730/stat : 32730 (java) S 32667 32670 22966 0 -1 1077944384 13 13400 0 0 0 0 4 3 20 0 15 0 445978447 11107315712 277638 33554432000 4194304 4196468 140724551051456 140511734130304 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32731] ppid=32667 vsize=10846988 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32731/stat : 32731 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978449 11107315712 277638 33554432000 4194304 4196468 140724551051456 140511493839440 140512980383643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32732] ppid=32667 vsize=10846988 memory=1804 CPUtime=5.05 cores=1,3,5,7
/proc/32670/task/32732/stat : 32732 (java) S 32667 32670 22966 0 -1 1077944384 21716 13400 0 0 496 2 4 3 20 0 15 0 445978449 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512304322672 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32733] ppid=32667 vsize=10846988 memory=1036 CPUtime=5.07 cores=1,3,5,7
/proc/32670/task/32733/stat : 32733 (java) S 32667 32670 22966 0 -1 1077944384 24978 13400 0 0 496 4 4 3 20 0 15 0 445978449 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512303269872 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32734] ppid=32667 vsize=10846988 memory=14008 CPUtime=2.15 cores=1,3,5,7
/proc/32670/task/32734/stat : 32734 (java) S 32667 32670 22966 0 -1 1077944384 19762 13400 0 0 202 6 4 3 20 0 15 0 445978449 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512302217584 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32735] ppid=32667 vsize=10846988 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/32670/task/32735/stat : 32735 (java) S 32667 32670 22966 0 -1 1077944384 3 13400 0 0 0 0 4 3 20 0 15 0 445978450 11107315712 277638 33554432000 4194304 4196468 140724551051456 140511460280800 140512980375253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
[pid=32670/tid=32736] ppid=32667 vsize=10846988 memory=2116 CPUtime=1.71 cores=1,3,5,7
/proc/32670/task/32736/stat : 32736 (java) S 32667 32670 22966 0 -1 1077944384 1872 13400 0 0 78 86 4 3 20 0 15 0 445978450 11107315712 277638 33554432000 4194304 4196468 140724551051456 140512301165488 140512980376194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19296256 140724551056111 140724551058629 140724551058629 140724551061455 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1110552 KiB

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

[startup+2471.84 s]
# the end of solver process 32670 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.91761 s

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

Child status: 143
Real time (s): 2471.84
CPU time (s): 2520.15
CPU user time (s): 2516.23
CPU system time (s): 3.91761
CPU usage (%): 101.954
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 1110552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.91762
maximum resident set size= 1114768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293228
involuntary context switches= 7849


# summary of solver processes directly reported to runsolver:
#   pid: 32670
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.91761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1751 second user time and 24.6309 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 07:15:49
IDJOB=4400624
IDBENCH=141744
IDSOLVER=2857
FILE ID=node133/4400624-1568697388
RUNJOBID= node133-1568673291-22998
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400624-1568697388/watcher-4400624-1568697388 -o /tmp/evaluation-result-4400624-1568697388/solver-4400624-1568697388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1371092878 HOME/instance-4400624-1568697388.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=1371092878

node133.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.18
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.18
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.18
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.18
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:        28359888 kB
MemAvailable:   29241932 kB
Buffers:          245740 kB
Cached:           927128 kB
SwapCached:         3176 kB
Active:          3230764 kB
Inactive:         589704 kB
Active(anon):    2671556 kB
Inactive(anon):    25172 kB
Active(file):     559208 kB
Inactive(file):   564532 kB
Unevictable:      110508 kB
Mlocked:          110508 kB
SwapTotal:      67108860 kB
SwapFree:       67004556 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:       2762112 kB
Mapped:            62272 kB
Shmem:             40108 kB
Slab:             177528 kB
SReclaimable:     148280 kB
SUnreclaim:        29248 kB
KernelStack:        4064 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3851476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2553856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59540 MiB
End job on node133 at 2019-09-17 07:57:01