Trace number 4395921

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.1 2473.65

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-184.xml
MD5SUM50aaeae16ffb672916f4ac64373270f5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark114.434
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints192
Number of domains2
Minimum domain size184
Maximum domain size33856
Distribution of domain sizes[{"size":184,"count":184},{"size":33856,"count":184}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":184},{"degree":4,"count":183},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity184
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":184},{"arity":92,"count":6},{"arity":184,"count":1}]
Number of extensional constraints0
Number of intensional constraints185
Distribution of constraint types[{"type":"intension","count":185},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395921-1568395809/watcher-4395921-1568395809 -o /tmp/evaluation-result-4395921-1568395809/solver-4395921-1568395809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=309272759 HOME/instance-4395921-1568395809.xml 

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

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


[startup+0.100044 s]*
/proc/loadavg: 1.92 1.56 1.43 3/218 3597
/proc/meminfo: memFree=30741124/32770624 swapFree=66981636/67108860
[pid=3540] ppid=3537 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 4383 13217 0 0 1 1 5 2 20 0 6 0 415843590 10212057088 4138 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2493178 4138 1933 1 0 2481616 0
[pid=3540/tid=3593] ppid=3537 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 2221 13217 0 0 0 0 5 2 20 0 6 0 415843599 10212057088 4204 33554432000 4194304 4196468 140733953991568 139821725422160 139821737665886 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 6 0 415843600 10212057088 4204 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=9972712 memory=139982766933632 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 6 0 415843600 10212057088 4204 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 6 0 415843600 10212057088 4204 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 6 0 415843600 10212057088 4204 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210194 s]*
/proc/loadavg: 1.92 1.56 1.43 4/227 3606
/proc/meminfo: memFree=30720984/32770624 swapFree=66981636/67108860
[pid=3540] ppid=3537 vsize=10819664 memory=39176 CPUtime=0.26 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 7179 13217 0 0 17 2 5 2 20 0 15 0 415843590 11079335936 9794 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2704916 9794 3123 1 0 2667149 0
[pid=3540/tid=3593] ppid=3537 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 3675 13217 0 0 10 1 5 2 20 0 15 0 415843599 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821725418600 139821737665886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10819664 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10819664 memory=3978849480167196320 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10819664 memory=139982766933632 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 13 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821116810784 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079335936 9794 33554432000 4194304 4196468 140733953991568 139820982592880 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11079335936 9794 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 456 13217 0 0 1 0 5 2 20 0 15 0 415843605 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 198 13217 0 0 1 0 5 2 20 0 15 0 415843605 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10819664 memory=139982766933632 CPUtime=0.1 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 615 13217 0 0 3 0 5 2 20 0 15 0 415843605 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11079335936 9794 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10819664 memory=139982766933632 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843606 11079335936 9794 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39176 KiB

[startup+0.310315 s]*
/proc/loadavg: 1.92 1.56 1.43 4/227 3606
/proc/meminfo: memFree=30707280/32770624 swapFree=66981636/67108860
[pid=3540] ppid=3537 vsize=10820148 memory=50568 CPUtime=0.39 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 10877 13217 0 0 29 3 5 2 20 0 15 0 415843590 11079831552 12642 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2705037 12642 3293 1 0 2667149 0
[pid=3540/tid=3593] ppid=3537 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 7355 13217 0 0 19 2 5 2 20 0 15 0 415843599 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821725396912 139821737665886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 13 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821116810784 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843602 11079831552 12642 33554432000 4194304 4196468 140733953991568 139820982592880 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11079831552 12642 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 466 13217 0 0 2 0 5 2 20 0 15 0 415843605 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 198 13217 0 0 1 0 5 2 20 0 15 0 415843605 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10820148 memory=139982766933632 CPUtime=0.12 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 624 13217 0 0 5 0 5 2 20 0 15 0 415843605 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11079831552 12642 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10820148 memory=139982766933632 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843606 11079831552 12642 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50568 KiB

[startup+0.710049 s]
/proc/loadavg: 1.92 1.56 1.43 4/227 3606
/proc/meminfo: memFree=30693832/32770624 swapFree=66981636/67108860
[pid=3540] ppid=3537 vsize=10824360 memory=83972 CPUtime=1.13 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 15192 13217 0 0 101 5 5 2 20 0 15 0 415843590 11084144640 20993 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2706090 20993 3504 1 0 2668173 0
[pid=3540/tid=3593] ppid=3537 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 10472 13217 0 0 56 3 5 2 20 0 15 0 415843599 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821725412560 139821753597334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10824360 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 2 13217 0 0 0 0 5 2 20 0 15 0 415843600 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843600 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 5 13217 0 0 0 0 5 2 20 0 15 0 415843602 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10824360 memory=139982647996528 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 13 13217 0 0 0 0 5 2 20 0 15 0 415843602 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821116810784 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10824360 memory=139985869079126 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843602 11084144640 20993 33554432000 4194304 4196468 140733953991568 139820982592880 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10824360 memory=1164 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11084144640 20993 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10824360 memory=7518026621751088999 CPUtime=0.18 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) R 3537 3540 1949 0 -1 4202560 925 13217 0 0 11 0 5 2 20 0 15 0 415843605 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821211971200 139821735129165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10824360 memory=6081102367496366441 CPUtime=0.22 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 755 13217 0 0 15 0 5 2 20 0 15 0 415843605 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10824360 memory=6154282490091891024 CPUtime=0.24 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) R 3537 3540 1949 0 -1 4202560 798 13217 0 0 17 0 5 2 20 0 15 0 415843605 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821209872496 139821737898972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10824360 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11084144640 20993 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10824360 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843606 11084144640 20993 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83972 KiB

[startup+1.50068 s]
/proc/loadavg: 2.01 1.58 1.44 3/227 3606
/proc/meminfo: memFree=30640988/32770624 swapFree=66981636/67108860
[pid=3540] ppid=3537 vsize=10834676 memory=171296 CPUtime=2.43 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 21655 13217 0 0 226 10 5 2 20 0 15 0 415843590 11094708224 42824 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2708669 42824 3578 1 0 2670733 0
[pid=3540/tid=3593] ppid=3537 vsize=10834676 memory=2996107 CPUtime=1.42 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 15269 13217 0 0 130 5 5 2 20 0 15 0 415843599 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821725361568 139821753597334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 350 13217 0 0 1 0 5 2 20 0 15 0 415843600 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10834676 memory=735456 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 27 13217 0 0 0 0 5 2 20 0 15 0 415843600 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10834676 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 59 13217 0 0 1 0 5 2 20 0 15 0 415843600 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10834676 memory=83972 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 65 13217 0 0 1 0 5 2 20 0 15 0 415843600 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 150 13217 0 0 1 0 5 2 20 0 15 0 415843602 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10834676 memory=279965295936032 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 14 13217 0 0 0 0 5 2 20 0 15 0 415843602 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821116810784 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10834676 memory=279965295986832 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843602 11094708224 42824 33554432000 4194304 4196468 140733953991568 139820982592880 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10834676 memory=279965296531648 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11094708224 42824 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10834676 memory=3047711553219693942 CPUtime=0.3 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 1063 13217 0 0 23 0 5 2 20 0 15 0 415843605 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10834676 memory=-7521736447810188379 CPUtime=0.31 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 848 13217 0 0 24 0 5 2 20 0 15 0 415843605 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10834676 memory=6369614218960268393 CPUtime=0.49 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 1593 13217 0 0 42 0 5 2 20 0 15 0 415843605 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10834676 memory=7955161667202280034 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11094708224 42824 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10834676 memory=6081105700759956839 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1 13217 0 0 0 0 5 2 20 0 15 0 415843606 11094708224 42824 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 701677 13217 0 0 230595 123 5 2 20 0 15 0 415843599 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821725420192 139821336039507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10851092 memory=3835152852744946706 CPUtime=8.61 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 23846 13217 0 0 776 78 5 2 20 0 15 0 415843600 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10851092 memory=3213852 CPUtime=8.61 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 22173 13217 0 0 771 83 5 2 20 0 15 0 415843600 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10851092 memory=3213852 CPUtime=8.62 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 25245 13217 0 0 771 84 5 2 20 0 15 0 415843600 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10851092 memory=3213852 CPUtime=8.62 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 26118 13217 0 0 774 81 5 2 20 0 15 0 415843600 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10851092 memory=3213852 CPUtime=4.47 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 22627 13217 0 0 383 57 5 2 20 0 15 0 415843602 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10851092 memory=3213852 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 16 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821116810912 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10851092 memory=3213852 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 9 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803463 33554432000 4194304 4196468 140733953991568 139820982592896 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10851092 memory=3213852 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803463 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10851092 memory=279965297604160 CPUtime=7.62 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 46219 13217 0 0 746 9 5 2 20 0 15 0 415843605 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10851092 memory=3213852 CPUtime=7.82 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 41021 13217 0 0 767 8 5 2 20 0 15 0 415843605 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10851092 memory=3620 CPUtime=6.05 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 51733 13217 0 0 588 10 5 2 20 0 15 0 415843605 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10851092 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803463 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10851092 memory=11976 CPUtime=1.43 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1200 13217 0 0 70 66 5 2 20 0 15 0 415843606 11111518208 803463 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 2368.56 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 3213852 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.44 1.44 3/227 3974
/proc/meminfo: memFree=27943036/32770624 swapFree=66981672/67108860
[pid=3540] ppid=3537 vsize=10851092 memory=3213856 CPUtime=2428.63 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 988865 13217 0 0 242303 553 5 2 20 0 15 0 415843590 11111518208 803464 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2712773 803464 3636 1 0 2674829 0
[pid=3540/tid=3593] ppid=3537 vsize=10851092 memory=3213852 CPUtime=2367.22 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 725648 13217 0 0 236590 125 5 2 20 0 15 0 415843599 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821725420368 139821346274265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10851092 memory=3213852 CPUtime=8.62 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 23896 13217 0 0 777 78 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.62 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 22219 13217 0 0 772 83 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.64 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 25576 13217 0 0 772 85 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.63 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 26264 13217 0 0 775 81 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10851092 memory=3213856 CPUtime=4.48 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 22822 13217 0 0 384 57 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10851092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 16 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821116810912 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10851092 memory=1328 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 9 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820982592896 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10851092 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10851092 memory=3213856 CPUtime=7.62 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 46221 13217 0 0 746 9 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10851092 memory=3213856 CPUtime=7.83 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 41023 13217 0 0 768 8 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10851092 memory=3620 CPUtime=6.05 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 51736 13217 0 0 588 10 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10851092 memory=20176 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10851092 memory=2004 CPUtime=1.47 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1219 13217 0 0 72 68 5 2 20 0 15 0 415843606 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 2428.63 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 3213856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.45 1.45 3/227 3987
/proc/meminfo: memFree=27940548/32770624 swapFree=66981680/67108860
[pid=3540] ppid=3537 vsize=10851092 memory=3213856 CPUtime=2488.69 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 1011009 13217 0 0 248306 556 5 2 20 0 15 0 415843590 11111518208 803464 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2712773 803464 3636 1 0 2674829 0
[pid=3540/tid=3593] ppid=3537 vsize=10851092 memory=3213856 CPUtime=2427.17 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 746929 13217 0 0 242584 126 5 2 20 0 15 0 415843599 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821725420688 139821351041572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.63 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 23960 13217 0 0 778 78 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.63 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 22352 13217 0 0 773 83 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.65 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 25946 13217 0 0 773 85 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.64 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 26330 13217 0 0 776 81 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10851092 memory=3213856 CPUtime=4.49 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 23028 13217 0 0 385 57 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10851092 memory=3213856 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 16 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821116810912 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10851092 memory=3213856 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 9 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820982592896 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10851092 memory=3213856 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10851092 memory=3213856 CPUtime=7.62 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 46223 13217 0 0 746 9 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10851092 memory=11976 CPUtime=7.83 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 41025 13217 0 0 768 8 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10851092 memory=6968 CPUtime=6.05 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 51738 13217 0 0 588 10 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10851092 memory=3213856 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10851092 memory=3213856 CPUtime=1.51 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1237 13217 0 0 74 70 5 2 20 0 15 0 415843606 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 2488.69 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 3213856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.6 s]
/proc/loadavg: 1.47 1.47 1.45 3/227 3987
/proc/meminfo: memFree=27941252/32770624 swapFree=66981680/67108860
[pid=3540] ppid=3537 vsize=10851092 memory=3213856 CPUtime=2520.01 cores=0,2,4,6
/proc/3540/stat : 3540 (java) S 3537 3540 1949 0 -1 1077944320 1023264 13217 0 0 251437 557 5 2 20 0 15 0 415843590 11111518208 803464 33554432000 4194304 4196468 140733953991568 140733953974112 139821753585399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
/proc/3540/statm: 2712773 803464 3636 1 0 2674829 0
[pid=3540/tid=3593] ppid=3537 vsize=10851092 memory=3213856 CPUtime=2458.45 cores=0,2,4,6
/proc/3540/task/3593/stat : 3593 (java) R 3537 3540 1949 0 -1 4202560 759163 13217 0 0 245711 127 5 2 20 0 15 0 415843599 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821725420448 139821354602332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3594] ppid=3537 vsize=10851092 memory=-9174445032661854264 CPUtime=8.63 cores=0,2,4,6
/proc/3540/task/3594/stat : 3594 (java) S 3537 3540 1949 0 -1 1077944384 23960 13217 0 0 778 78 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821757827728 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3595] ppid=3537 vsize=10851092 memory=3213856 CPUtime=8.64 cores=0,2,4,6
/proc/3540/task/3595/stat : 3595 (java) S 3537 3540 1949 0 -1 1077944384 22352 13217 0 0 774 83 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821656717840 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3596] ppid=3537 vsize=10851092 memory=0 CPUtime=8.65 cores=0,2,4,6
/proc/3540/task/3596/stat : 3596 (java) S 3537 3540 1949 0 -1 1077944384 25948 13217 0 0 773 85 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821655665040 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3597] ppid=3537 vsize=10851092 memory=279964222759478 CPUtime=8.65 cores=0,2,4,6
/proc/3540/task/3597/stat : 3597 (java) S 3537 3540 1949 0 -1 1077944384 26330 13217 0 0 777 81 5 2 20 0 15 0 415843600 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821324298512 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3598] ppid=3537 vsize=10851092 memory=1164 CPUtime=4.49 cores=0,2,4,6
/proc/3540/task/3598/stat : 3598 (java) S 3537 3540 1949 0 -1 1077944384 23037 13217 0 0 385 57 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821213031280 139821753596546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3599] ppid=3537 vsize=10851092 memory=9580 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3599/stat : 3599 (java) S 3537 3540 1949 0 -1 1077944384 16 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821116810912 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3600] ppid=3537 vsize=10851092 memory=3213856 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3600/stat : 3600 (java) S 3537 3540 1949 0 -1 1077944384 9 13217 0 0 0 0 5 2 20 0 15 0 415843602 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820982592896 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3601] ppid=3537 vsize=10851092 memory=279965296479120 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3601/stat : 3601 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820272539984 139821753603995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3602] ppid=3537 vsize=10851092 memory=7422258 CPUtime=7.62 cores=0,2,4,6
/proc/3540/task/3602/stat : 3602 (java) S 3537 3540 1949 0 -1 1077944384 46225 13217 0 0 746 9 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821211978096 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3603] ppid=3537 vsize=10851092 memory=288288895953797907 CPUtime=7.83 cores=0,2,4,6
/proc/3540/task/3603/stat : 3603 (java) S 3537 3540 1949 0 -1 1077944384 41027 13217 0 0 768 8 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821210925296 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3604] ppid=3537 vsize=10851092 memory=225 CPUtime=6.05 cores=0,2,4,6
/proc/3540/task/3604/stat : 3604 (java) S 3537 3540 1949 0 -1 1077944384 51740 13217 0 0 588 10 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821209872496 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3605] ppid=3537 vsize=10851092 memory=301798350581249672 CPUtime=0.07 cores=0,2,4,6
/proc/3540/task/3605/stat : 3605 (java) S 3537 3540 1949 0 -1 1077944384 3 13217 0 0 0 0 5 2 20 0 15 0 415843605 11111518208 803464 33554432000 4194304 4196468 140733953991568 139820238981344 139821753595605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
[pid=3540/tid=3606] ppid=3537 vsize=10851092 memory=288289978372437731 CPUtime=1.52 cores=0,2,4,6
/proc/3540/task/3606/stat : 3606 (java) S 3537 3540 1949 0 -1 1077944384 1241 13217 0 0 75 70 5 2 20 0 15 0 415843606 11111518208 803464 33554432000 4194304 4196468 140733953991568 139821208820912 139821753596546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13533184 140733953997552 140733954000069 140733954000069 140733954002895 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 3213856 KiB

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

[startup+2473.65 s]
# the end of solver process 3540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.47 s, system=5.62935 s

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

Child status: 143
Real time (s): 2473.65
CPU time (s): 2520.1
CPU user time (s): 2514.47
CPU system time (s): 5.62935
CPU usage (%): 101.878
Max. virtual memory (cumulated for all children) (KiB): 10851884
Max. memory (cumulated for all children) (KiB): 3214376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.47
system time used= 5.62936
maximum resident set size= 3218092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1039197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154918
involuntary context switches= 7989


# summary of solver processes directly reported to runsolver:
#   pid: 3540
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2514.47
#   total CPU system time (s): 5.62935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6442 second user time and 23.5093 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 19:29:27
IDJOB=4395921
IDBENCH=122916
IDSOLVER=2846
FILE ID=node121/4395921-1568395809
RUNJOBID= node121-1568393270-2678
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-184.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395921-1568395809/watcher-4395921-1568395809 -o /tmp/evaluation-result-4395921-1568395809/solver-4395921-1568395809 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2678 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=309272759 HOME/instance-4395921-1568395809.xml

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

MD5SUM BENCH= 50aaeae16ffb672916f4ac64373270f5
RANDOM SEED=309272759

node121.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.75
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.75
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.75
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.75
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:        30747384 kB
MemAvailable:   31195212 kB
Buffers:          157056 kB
Cached:           587532 kB
SwapCached:        18884 kB
Active:          1140920 kB
Inactive:         347040 kB
Active(anon):     730332 kB
Inactive(anon):    44248 kB
Active(file):     410588 kB
Inactive(file):   302792 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981636 kB
Dirty:             35964 kB
Writeback:             0 kB
AnonPages:        834932 kB
Mapped:            48092 kB
Shmem:             22068 kB
Slab:             129864 kB
SReclaimable:     100564 kB
SUnreclaim:        29300 kB
KernelStack:        3808 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2001068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    673792 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= 61344 MiB
End job on node121 at 2019-09-13 20:10:41