Trace number 4400917

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 2463.53

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesT/
StripPacking-T5c.xml
MD5SUM3657d2b4866232829f5e159967af0f72
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints220
Number of domains75
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":213},{"size":200,"count":146}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":73},{"degree":2,"count":146},{"degree":3,"count":146}]
Minimum constraint arity2
Maximum constraint arity292
Distribution of constraint arities[{"arity":2,"count":146},{"arity":3,"count":73},{"arity":292,"count":1}]
Number of extensional constraints73
Number of intensional constraints146
Distribution of constraint types[{"type":"extension","count":73},{"type":"intension","count":146},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400917-1568673367/watcher-4400917-1568673367 -o /tmp/evaluation-result-4400917-1568673367/solver-4400917-1568673367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4400917-1568673367.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=23226, runsolver pid=23223
Current StackSize limit: 8192 KiB


[startup+0.102178 s]*
/proc/loadavg: 0.77 0.98 2.04 4/223 23283
/proc/meminfo: memFree=30112292/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=9972712 memory=18596 CPUtime=0.1 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 4390 13139 0 0 1 1 5 3 20 0 6 0 443576351 10212057088 4649 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2493178 4649 1935 1 0 2481616 0
[pid=23226/tid=23279] ppid=23223 vsize=9972712 memory=4279135704014094991 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 2176 13139 0 0 0 0 5 3 20 0 6 0 443576360 10212057088 4649 33554432000 4194304 4196468 140724421453472 140269225161296 140269238636537 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 443576361 10212057088 4649 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=9972712 memory=140437922375296 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 443576361 10212057088 4649 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=9973740 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 6 0 443576361 10213109760 4649 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=9981200 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 6 0 443576361 10220748800 4649 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210397 s]*
/proc/loadavg: 0.77 0.98 2.04 3/232 23292
/proc/meminfo: memFree=30098176/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10820196 memory=41324 CPUtime=0.27 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 7162 13139 0 0 17 2 5 3 20 0 15 0 443576351 11079880704 10331 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2705049 10331 3278 1 0 2667149 0
[pid=23226/tid=23279] ppid=23223 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 3643 13139 0 0 10 1 5 3 20 0 15 0 443576360 11079880704 10331 33554432000 4194304 4196468 140724421453472 140269225156736 140269253346461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 10331 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10820196 memory=140437922375296 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 10331 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 10331 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 10331 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10820196 memory=140437922375296 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268710859552 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268128953456 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 581 13139 0 0 1 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) R 23223 23226 22966 0 -1 4202560 70 13139 0 0 1 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268676250096 140269230974720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10820196 memory=140437922375296 CPUtime=0.11 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 616 13139 0 0 3 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10820196 memory=140437922375296 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 10331 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41324 KiB

[startup+0.310763 s]*
/proc/loadavg: 0.77 0.98 2.04 4/232 23292
/proc/meminfo: memFree=30088348/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10820196 memory=49540 CPUtime=0.41 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 10642 13139 0 0 29 4 5 3 20 0 15 0 443576351 11079880704 12385 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2705049 12385 3308 1 0 2667149 0
[pid=23226/tid=23279] ppid=23223 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 7106 13139 0 0 19 3 5 3 20 0 15 0 443576360 11079880704 12385 33554432000 4194304 4196468 140724421453472 140269225133488 140269239513125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 12385 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 12385 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 12385 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 443576361 11079880704 12385 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268710859552 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268128953456 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 581 13139 0 0 1 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 77 13139 0 0 2 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 623 13139 0 0 5 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576366 11079880704 12385 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49540 KiB

[startup+0.700714 s]
/proc/loadavg: 0.77 0.98 2.04 3/232 23292
/proc/meminfo: memFree=30080440/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10824364 memory=81228 CPUtime=1.13 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 14533 13139 0 0 98 7 5 3 20 0 15 0 443576351 11084148736 20307 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2706091 20307 3499 1 0 2668173 0
[pid=23226/tid=23279] ppid=23223 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 10001 13139 0 0 54 5 5 3 20 0 15 0 443576360 11084148736 20307 33554432000 4194304 4196468 140724421453472 140269225154080 140269253346461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11084148736 20307 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10824364 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11084148736 20307 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576361 11084148736 20307 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 2 13139 0 0 0 0 5 3 20 0 15 0 443576361 11084148736 20307 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 5 13139 0 0 0 0 5 3 20 0 15 0 443576363 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 33 13139 0 0 0 0 5 3 20 0 15 0 443576363 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268710859552 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268128953456 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10824364 memory=13252 CPUtime=0.22 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 1045 13139 0 0 14 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10824364 memory=15460 CPUtime=0.19 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) R 23223 23226 22966 0 -1 4202560 424 13139 0 0 11 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268676250096 140269232711084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 804 13139 0 0 17 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576366 11084148736 20307 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81228 KiB

[startup+1.50065 s]
/proc/loadavg: 0.77 0.98 2.04 5/232 23292
/proc/meminfo: memFree=30027052/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10834680 memory=203428 CPUtime=3.01 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 35291 13139 0 0 280 13 5 3 20 0 15 0 443576351 11094712320 50857 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2708670 50857 3579 1 0 2670733 0
[pid=23226/tid=23279] ppid=23223 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 17421 13139 0 0 128 7 5 3 20 0 15 0 443576360 11094712320 50857 33554432000 4194304 4196468 140724421453472 140269225150512 140269237405022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 61 13139 0 0 1 0 5 3 20 0 15 0 443576361 11094712320 50857 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 40 13139 0 0 1 0 5 3 20 0 15 0 443576361 11094712320 50857 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 295 13139 0 0 1 0 5 3 20 0 15 0 443576361 11094712320 50857 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 85 13139 0 0 1 0 5 3 20 0 15 0 443576361 11094712320 50857 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 202 13139 0 0 1 0 5 3 20 0 15 0 443576363 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10834680 memory=280875560413440 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 34 13139 0 0 0 0 5 3 20 0 15 0 443576363 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268710859616 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268128953472 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10834680 memory=8252 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10834680 memory=6032 CPUtime=0.61 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 7397 13139 0 0 52 1 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10834680 memory=1056 CPUtime=0.58 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 5309 13139 0 0 49 1 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10834680 memory=1540 CPUtime=0.49 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 2230 13139 0 0 41 0 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10834680 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10834680 memory=4000 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576366 11094712320 50857 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 101730 13139 0 0 235354 72 5 3 20 0 15 0 443576360 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269225156584 140268836502359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10849036 memory=1549444 CPUtime=12.72 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 25626 13139 0 0 1199 65 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10849036 memory=1549444 CPUtime=12.71 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 24908 13139 0 0 1197 66 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10849036 memory=0 CPUtime=12.74 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 31446 13139 0 0 1203 63 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10849036 memory=1549444 CPUtime=12.73 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 20003 13139 0 0 1199 66 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10849036 memory=1549444 CPUtime=11.65 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 22621 13139 0 0 1100 57 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 38 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268710859616 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268128953472 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10849036 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.59 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 105007 13139 0 0 742 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.8 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 99607 13139 0 0 763 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10849036 memory=1549444 CPUtime=4.22 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 126502 13139 0 0 402 12 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10849036 memory=8252 CPUtime=1.64 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 2704 13139 0 0 73 83 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 2437.53 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1549444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.31 1.37 3/231 23548
/proc/meminfo: memFree=28493592/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2498.5 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 564945 13139 0 0 249407 435 5 3 20 0 15 0 443576351 11109412864 387361 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2712259 387361 3638 1 0 2674317 0
[pid=23226/tid=23279] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2413.6 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 102555 13139 0 0 241279 73 5 3 20 0 15 0 443576360 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269225158944 140268834879710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.06 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 25736 13139 0 0 1232 66 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.04 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 25244 13139 0 0 1230 66 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.09 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 31453 13139 0 0 1236 65 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.06 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 20082 13139 0 0 1231 67 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10849036 memory=1549444 CPUtime=11.96 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 22835 13139 0 0 1129 59 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 38 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268710859616 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10849036 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268128953472 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.59 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 105282 13139 0 0 742 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.81 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 99841 13139 0 0 764 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10849036 memory=1549444 CPUtime=4.22 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 126950 13139 0 0 402 12 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10849036 memory=1549444 CPUtime=1.68 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 2713 13139 0 0 75 85 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 2498.5 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1549444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.5 s]
/proc/loadavg: 1.32 1.32 1.37 3/231 23680
/proc/meminfo: memFree=27354832/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2520.05 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 566266 13139 0 0 251558 439 5 3 20 0 15 0 443576351 11109412864 387361 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2712259 387361 3638 1 0 2674317 0
[pid=23226/tid=23279] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2434.54 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 103022 13139 0 0 243371 75 5 3 20 0 15 0 443576360 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269225158432 140268818156538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.18 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 25767 13139 0 0 1243 67 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.17 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 25313 13139 0 0 1242 67 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10849036 memory=0 CPUtime=13.2 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 31527 13139 0 0 1247 65 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.19 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 20362 13139 0 0 1243 68 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10849036 memory=1549444 CPUtime=12.07 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 23029 13139 0 0 1140 59 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 38 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268710859616 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10849036 memory=280875561765760 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268128953472 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.59 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 105360 13139 0 0 742 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.81 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 99843 13139 0 0 764 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10849036 memory=1549444 CPUtime=4.22 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 127063 13139 0 0 402 12 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10849036 memory=14008 CPUtime=1.7 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 2726 13139 0 0 76 86 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1549444 KiB

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

[startup+2463.53 s]
# the end of solver process 23226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.65 s, system=4.44391 s

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

[startup+2463.5 s]
/proc/loadavg: 1.32 1.32 1.37 3/231 23680
/proc/meminfo: memFree=27354832/32770624 swapFree=67004520/67108860
[pid=23226] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2520.05 cores=1,3,5,7
/proc/23226/stat : 23226 (java) S 23223 23226 22966 0 -1 1077944320 566266 13139 0 0 251558 439 5 3 20 0 15 0 443576351 11109412864 387361 33554432000 4194304 4196468 140724421453472 140724421436016 140269253324535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
/proc/23226/statm: 2712259 387361 3638 1 0 2674317 0
[pid=23226/tid=23279] ppid=23223 vsize=10849036 memory=1549444 CPUtime=2434.54 cores=1,3,5,7
/proc/23226/task/23279/stat : 23279 (java) R 23223 23226 22966 0 -1 4202560 103022 13139 0 0 243371 75 5 3 20 0 15 0 443576360 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269225158432 140268818156538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23280] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.18 cores=1,3,5,7
/proc/23226/task/23280/stat : 23280 (java) S 23223 23226 22966 0 -1 1077944384 25767 13139 0 0 1243 67 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269257567120 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23281] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.17 cores=1,3,5,7
/proc/23226/task/23281/stat : 23281 (java) S 23223 23226 22966 0 -1 1077944384 25313 13139 0 0 1242 67 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269145840400 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23282] ppid=23223 vsize=10849036 memory=0 CPUtime=13.2 cores=1,3,5,7
/proc/23226/task/23282/stat : 23282 (java) S 23223 23226 22966 0 -1 1077944384 31527 13139 0 0 1247 65 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269144788112 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23283] ppid=23223 vsize=10849036 memory=1549444 CPUtime=13.19 cores=1,3,5,7
/proc/23226/task/23283/stat : 23283 (java) S 23223 23226 22966 0 -1 1077944384 20362 13139 0 0 1243 68 5 3 20 0 15 0 443576361 11109412864 387361 33554432000 4194304 4196468 140724421453472 140269143735312 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23284] ppid=23223 vsize=10849036 memory=1549444 CPUtime=12.07 cores=1,3,5,7
/proc/23226/task/23284/stat : 23284 (java) S 23223 23226 22966 0 -1 1077944384 23029 13139 0 0 1140 59 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268711913584 140269253335682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23285] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23285/stat : 23285 (java) S 23223 23226 22966 0 -1 1077944384 38 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268710859616 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23286] ppid=23223 vsize=10849036 memory=280875561765760 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23286/stat : 23286 (java) S 23223 23226 22966 0 -1 1077944384 1 13139 0 0 0 0 5 3 20 0 15 0 443576363 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268128953472 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23287] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23287/stat : 23287 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267821553744 140269253343131 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23288] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.59 cores=1,3,5,7
/proc/23226/task/23288/stat : 23288 (java) S 23223 23226 22966 0 -1 1077944384 105360 13139 0 0 742 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268677302896 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23289] ppid=23223 vsize=10849036 memory=1549444 CPUtime=7.81 cores=1,3,5,7
/proc/23226/task/23289/stat : 23289 (java) S 23223 23226 22966 0 -1 1077944384 99843 13139 0 0 764 9 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268676250096 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23290] ppid=23223 vsize=10849036 memory=1549444 CPUtime=4.22 cores=1,3,5,7
/proc/23226/task/23290/stat : 23290 (java) S 23223 23226 22966 0 -1 1077944384 127063 13139 0 0 402 12 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268675197808 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23291] ppid=23223 vsize=10849036 memory=1549444 CPUtime=0.08 cores=1,3,5,7
/proc/23226/task/23291/stat : 23291 (java) S 23223 23226 22966 0 -1 1077944384 3 13139 0 0 0 0 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140267787996128 140269253334741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
[pid=23226/tid=23292] ppid=23223 vsize=10849036 memory=14008 CPUtime=1.7 cores=1,3,5,7
/proc/23226/task/23292/stat : 23292 (java) S 23223 23226 22966 0 -1 1077944384 2726 13139 0 0 76 86 5 3 20 0 15 0 443576366 11109412864 387361 33554432000 4194304 4196468 140724421453472 140268674144688 140269253335682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7839744 140724421458671 140724421461189 140724421461189 140724421464015 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1549444 KiB

Child status: 143
Real time (s): 2463.53
CPU time (s): 2520.1
CPU user time (s): 2515.65
CPU system time (s): 4.44391
CPU usage (%): 102.296
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1599240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.65
system time used= 4.44391
maximum resident set size= 1599240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 317083
involuntary context switches= 8461


# summary of solver processes directly reported to runsolver:
#   pid: 23226
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.65
#   total CPU system time (s): 4.44391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6715 second user time and 23.1182 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 00:35:28
IDJOB=4400917
IDBENCH=120483
IDSOLVER=2857
FILE ID=node133/4400917-1568673367
RUNJOBID= node133-1568673291-22998
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesT/StripPacking-T5c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400917-1568673367/watcher-4400917-1568673367 -o /tmp/evaluation-result-4400917-1568673367/solver-4400917-1568673367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4400917-1568673367.xml

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

MD5SUM BENCH= 3657d2b4866232829f5e159967af0f72
RANDOM SEED=1397057242

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:        30120776 kB
MemAvailable:   30977284 kB
Buffers:          234308 kB
Cached:           913052 kB
SwapCached:         3180 kB
Active:          1472608 kB
Inactive:         579952 kB
Active(anon):     929676 kB
Inactive(anon):    24424 kB
Active(file):     542932 kB
Inactive(file):   555528 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004520 kB
Dirty:              7524 kB
Writeback:         27548 kB
AnonPages:       1012996 kB
Mapped:            61828 kB
Shmem:             40072 kB
Slab:             192156 kB
SReclaimable:     147768 kB
SUnreclaim:        44388 kB
KernelStack:        3808 kB
PageTables:         7636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2231232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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= 59492 MiB
End job on node133 at 2019-09-17 01:16:31