Trace number 4400913

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.16 2311.18

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-85-085-36-36-15.xml
MD5SUMe7b94b237cf4deebd8c7bf96e74cfc29
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 variables7225
Number of constraints3741
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7225}]
Minimum variable degree87
Maximum variable degree87
Distribution of variable degrees[{"degree":87,"count":7225}]
Minimum constraint arity85
Maximum constraint arity7225
Distribution of constraint arities[{"arity":85,"count":170},{"arity":170,"count":3570},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":3740}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400913-1568678265/watcher-4400913-1568678265 -o /tmp/evaluation-result-4400913-1568678265/solver-4400913-1568678265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400913-1568678265.xml 

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

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

solver pid=936, runsolver pid=933

[startup+0.100091 s]*
/proc/loadavg: 1.39 1.51 1.48 3/218 995
/proc/meminfo: memFree=28310340/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=9972712 memory=18596 CPUtime=0.1 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 4369 13016 0 0 1 1 5 3 20 0 6 0 443763031 10212057088 4649 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2493178 4649 1933 1 0 2481616 0
[pid=936/tid=991] ppid=933 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 2213 13016 0 0 0 0 5 3 20 0 6 0 443763040 10212057088 4715 33554432000 4194304 4196468 140736303717008 139741403042384 139741409510976 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=9972712 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 443763041 10212057088 4715 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=9972712 memory=139821770960986 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 443763041 10212057088 4715 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 6 0 443763041 10212057088 4715 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 6 0 443763041 10212057088 4715 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210035 s]*
/proc/loadavg: 1.39 1.51 1.48 3/227 1004
/proc/meminfo: memFree=28293944/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10820176 memory=39772 CPUtime=0.26 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 7341 13016 0 0 17 1 5 3 20 0 15 0 443763031 11079860224 9943 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2705046 9943 3316 1 0 2667149 0
[pid=936/tid=991] ppid=933 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 3862 13016 0 0 10 1 5 3 20 0 15 0 443763040 11079880704 10009 33554432000 4194304 4196468 140736303717008 139741403024096 139741415286110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10820196 memory=4294967638 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079880704 10009 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10820196 memory=139821770960986 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079880704 10009 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079880704 10009 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079880704 10009 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10820196 memory=139821767734912 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763042 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 33 13016 0 0 0 0 5 3 20 0 15 0 443763043 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740432852000 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763043 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740317737840 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 601 13016 0 0 2 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 69 13016 0 0 1 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10820196 memory=139821767734912 CPUtime=0.11 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 623 13016 0 0 3 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10820196 memory=139821767734912 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079880704 10009 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 39772 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.39 1.51 1.48 3/227 1004
/proc/meminfo: memFree=28281484/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10820196 memory=48144 CPUtime=0.4 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 10405 13016 0 0 29 3 5 3 20 0 15 0 443763031 11079880704 12036 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2705049 12036 3335 1 0 2667149 0
[pid=936/tid=991] ppid=933 vsize=10820268 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 6875 13016 0 0 19 3 5 3 20 0 15 0 443763040 11079954432 12101 33554432000 4194304 4196468 140736303717008 139741403025840 139741415286110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079954432 12101 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10820268 memory=139821653732256 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079954432 12101 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10820268 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079954432 12101 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10820268 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763041 11079954432 12101 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763042 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 33 13016 0 0 0 0 5 3 20 0 15 0 443763043 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740432852000 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763043 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740317737840 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10820268 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 601 13016 0 0 2 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 70 13016 0 0 1 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10820268 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 642 13016 0 0 5 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763046 11079954432 12101 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48144 KiB

[startup+0.704511 s]
/proc/loadavg: 1.39 1.51 1.48 5/227 1004
/proc/meminfo: memFree=28266976/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10824364 memory=81828 CPUtime=1.17 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 15196 13016 0 0 103 6 5 3 20 0 15 0 443763031 11084148736 20457 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2706091 20457 3509 1 0 2668173 0
[pid=936/tid=991] ppid=933 vsize=10824364 memory=7595725831727968097 CPUtime=0.68 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) D 933 936 32236 0 -1 1077944384 10620 13016 0 0 55 5 5 3 20 0 15 0 443763040 11084148736 20457 33554432000 4194304 4196468 140736303717008 139741403032576 139741431227645 0 4 0 16800975 18446744072101580324 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10824364 memory=4294968229 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11084148736 20457 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10824364 memory=3647 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11084148736 20457 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763041 11084148736 20457 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10824364 memory=139821767733745 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763041 11084148736 20457 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 5 13016 0 0 0 0 5 3 20 0 15 0 443763042 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 33 13016 0 0 0 0 5 3 20 0 15 0 443763043 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740432852000 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763043 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740317737840 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) R 933 936 32236 0 -1 4202560 968 13016 0 0 13 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740399295344 139741416127605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) R 933 936 32236 0 -1 4202560 518 13016 0 0 16 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740398229856 139741409057072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 833 13016 0 0 17 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763046 11084148736 20457 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81828 KiB

[startup+1.50084 s]
/proc/loadavg: 1.39 1.51 1.48 5/227 1004
/proc/meminfo: memFree=28207040/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10830584 memory=222332 CPUtime=3.49 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 25519 13016 0 0 330 11 5 3 20 0 15 0 443763031 11090518016 55583 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2707646 55583 3588 1 0 2669709 0
[pid=936/tid=991] ppid=933 vsize=10830584 memory=8 CPUtime=1.45 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 14061 13016 0 0 129 8 5 3 20 0 15 0 443763040 11090518016 55583 33554432000 4194304 4196468 140736303717008 139741403017184 139741414398328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10830584 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 61 13016 0 0 0 0 5 3 20 0 15 0 443763041 11090518016 55583 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10830584 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 6 13016 0 0 0 0 5 3 20 0 15 0 443763041 11090518016 55583 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10830584 memory=-6234758880078832264 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 267 13016 0 0 0 0 5 3 20 0 15 0 443763041 11090518016 55583 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10830584 memory=8681835568847626885 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 100 13016 0 0 0 0 5 3 20 0 15 0 443763041 11090518016 55583 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 96 13016 0 0 0 0 5 3 20 0 15 0 443763042 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 33 13016 0 0 0 0 5 3 20 0 15 0 443763043 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740432852000 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10830584 memory=139821654010740 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 2 13016 0 0 0 0 5 3 20 0 15 0 443763043 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740317737856 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10830584 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10830584 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 3867 13016 0 0 78 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10830584 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 2401 13016 0 0 74 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10830584 memory=139821653866092 CPUtime=0.52 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 2412 13016 0 0 44 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10830584 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10830584 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1 13016 0 0 0 0 5 3 20 0 15 0 443763046 11090518016 55583 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 3.49 s
Current children cumulated vsize: 10830584 KiB

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

/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 345755 13016 0 0 213912 58 5 3 20 0 15 0 443763040 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139741403040720 139741028279436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10978060 memory=6947385649911455296 CPUtime=56.35 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 89977 13016 0 0 5484 143 5 3 20 0 15 0 443763041 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10978060 memory=4835832 CPUtime=56.43 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 80161 13016 0 0 5488 147 5 3 20 0 15 0 443763041 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10978060 memory=4839944 CPUtime=56.5 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 90841 13016 0 0 5498 144 5 3 20 0 15 0 443763041 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10978060 memory=4841996 CPUtime=56.31 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 75397 13016 0 0 5481 142 5 3 20 0 15 0 443763041 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10978060 memory=4841996 CPUtime=5.14 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 37964 13016 0 0 496 10 5 3 20 0 15 0 443763042 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10978060 memory=4841996 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 58 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740432852128 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10978060 memory=4829680 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740317737856 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10978060 memory=4841996 CPUtime=11.62 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 34994 13016 0 0 1148 6 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10978060 memory=4841996 CPUtime=11.88 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 39137 13016 0 0 1174 6 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10978060 memory=4841996 CPUtime=3.83 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 29572 13016 0 0 368 7 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10978060 memory=4841996 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10978060 memory=279643308906256 CPUtime=1.33 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1911 13016 0 0 60 65 5 3 20 0 15 0 443763046 11241533440 1210499 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 2398.56 s
Current children cumulated vsize: 10978060 KiB
Current children cumulated memory: 4841996 KiB

[startup+2262.3 s]
/proc/loadavg: 1.60 1.48 1.49 6/228 1512
/proc/meminfo: memFree=23690980/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10978060 memory=4889632 CPUtime=2463.46 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 866675 13016 0 0 245611 727 5 3 20 0 15 0 443763031 11241533440 1222408 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2744515 1222408 3646 1 0 2706573 0
[pid=936/tid=991] ppid=933 vsize=10978060 memory=229420 CPUtime=2198.09 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) S 933 936 32236 0 -1 1077944384 360147 13016 0 0 219741 60 5 3 20 0 15 0 443763040 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139741403041456 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10978060 memory=4889188 CPUtime=57.97 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) R 933 936 32236 0 -1 4202560 90947 13016 0 0 5644 145 5 3 20 0 15 0 443763041 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139741435448464 139741415905413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10978060 memory=4889188 CPUtime=58.02 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) R 933 936 32236 0 -1 4202560 83068 13016 0 0 5645 149 5 3 20 0 15 0 443763041 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139741334338464 139741416202120 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10978060 memory=279643308796464 CPUtime=58.09 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) R 933 936 32236 0 -1 4202560 93050 13016 0 0 5656 145 5 3 20 0 15 0 443763041 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139741333285776 139741415906254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10978060 memory=4889628 CPUtime=57.93 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) R 933 936 32236 0 -1 4202560 77922 13016 0 0 5642 143 5 3 20 0 15 0 443763041 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139741332233176 139741415906285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10978060 memory=4889188 CPUtime=5.2 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 48435 13016 0 0 501 11 5 3 20 0 15 0 443763042 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740433904576 139741431215829 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10978060 memory=4889188 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 58 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740432852128 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740317737856 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10978060 memory=4889188 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10978060 memory=4889188 CPUtime=11.63 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 36180 13016 0 0 1149 6 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10978060 memory=3612 CPUtime=11.93 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 41431 13016 0 0 1179 6 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10978060 memory=4889628 CPUtime=3.84 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 31262 13016 0 0 368 8 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10978060 memory=4889628 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10978060 memory=4889188 CPUtime=1.36 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 1948 13016 0 0 61 67 5 3 20 0 15 0 443763046 11241533440 1222408 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 2463.46 s
Current children cumulated vsize: 10978060 KiB
Current children cumulated memory: 4889632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2311.11 s]
/proc/loadavg: 1.48 1.47 1.48 3/228 1517
/proc/meminfo: memFree=23864540/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10978060 memory=4714940 CPUtime=2520.07 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 873643 13016 0 0 251269 730 5 3 20 0 15 0 443763031 11241533440 1178735 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2744515 1178735 3646 1 0 2706573 0
[pid=936/tid=991] ppid=933 vsize=10978060 memory=1056 CPUtime=2244 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 362729 13016 0 0 224332 60 5 3 20 0 15 0 443763040 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741403041440 139741028093140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.57 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 92012 13016 0 0 5904 145 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.59 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 84077 13016 0 0 5902 149 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10978060 memory=4714952 CPUtime=60.7 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 93727 13016 0 0 5916 146 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.53 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 79071 13016 0 0 5902 143 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10978060 memory=4714940 CPUtime=5.49 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 48810 13016 0 0 529 12 5 3 20 0 15 0 443763042 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 58 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740432852128 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10978060 memory=8020 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740317737856 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10978060 memory=4714940 CPUtime=11.63 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 36183 13016 0 0 1149 6 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10978060 memory=4714952 CPUtime=11.93 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 41433 13016 0 0 1179 6 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10978060 memory=8530355711442277993 CPUtime=3.84 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 31264 13016 0 0 368 8 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10978060 memory=4714940 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10978060 memory=1044 CPUtime=1.39 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 2052 13016 0 0 62 69 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10978060 KiB
Current children cumulated memory: 4714940 KiB

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

[startup+2311.18 s]
# the end of solver process 936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.78 s, system=7.38104 s

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

[startup+2311.11 s]
/proc/loadavg: 1.48 1.47 1.48 3/228 1517
/proc/meminfo: memFree=23864540/32770624 swapFree=66958316/67108860
[pid=936] ppid=933 vsize=10978060 memory=4714940 CPUtime=2520.07 cores=1,3,5,7
/proc/936/stat : 936 (java) S 933 936 32236 0 -1 1077944320 873643 13016 0 0 251269 730 5 3 20 0 15 0 443763031 11241533440 1178735 33554432000 4194304 4196468 140736303717008 140736303699552 139741431205623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
/proc/936/statm: 2744515 1178735 3646 1 0 2706573 0
[pid=936/tid=991] ppid=933 vsize=10978060 memory=1056 CPUtime=2244 cores=1,3,5,7
/proc/936/task/991/stat : 991 (java) R 933 936 32236 0 -1 4202560 362729 13016 0 0 224332 60 5 3 20 0 15 0 443763040 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741403041440 139741028093140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=992] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.57 cores=1,3,5,7
/proc/936/task/992/stat : 992 (java) S 933 936 32236 0 -1 1077944384 92012 13016 0 0 5904 145 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741435448464 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=993] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.59 cores=1,3,5,7
/proc/936/task/993/stat : 993 (java) S 933 936 32236 0 -1 1077944384 84077 13016 0 0 5902 149 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741334338576 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=994] ppid=933 vsize=10978060 memory=4714952 CPUtime=60.7 cores=1,3,5,7
/proc/936/task/994/stat : 994 (java) S 933 936 32236 0 -1 1077944384 93727 13016 0 0 5916 146 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741333285776 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=995] ppid=933 vsize=10978060 memory=4714940 CPUtime=60.53 cores=1,3,5,7
/proc/936/task/995/stat : 995 (java) S 933 936 32236 0 -1 1077944384 79071 13016 0 0 5902 143 5 3 20 0 15 0 443763041 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139741332232976 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=996] ppid=933 vsize=10978060 memory=4714940 CPUtime=5.49 cores=1,3,5,7
/proc/936/task/996/stat : 996 (java) S 933 936 32236 0 -1 1077944384 48810 13016 0 0 529 12 5 3 20 0 15 0 443763042 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740433906032 139741431216770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=997] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/997/stat : 997 (java) S 933 936 32236 0 -1 1077944384 58 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740432852128 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=998] ppid=933 vsize=10978060 memory=8020 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/998/stat : 998 (java) S 933 936 32236 0 -1 1077944384 15 13016 0 0 0 0 5 3 20 0 15 0 443763043 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740317737856 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=999] ppid=933 vsize=10978060 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/999/stat : 999 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740010338128 139741431224219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1000] ppid=933 vsize=10978060 memory=4714940 CPUtime=11.63 cores=1,3,5,7
/proc/936/task/1000/stat : 1000 (java) S 933 936 32236 0 -1 1077944384 36183 13016 0 0 1149 6 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740399295344 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1001] ppid=933 vsize=10978060 memory=4714952 CPUtime=11.93 cores=1,3,5,7
/proc/936/task/1001/stat : 1001 (java) S 933 936 32236 0 -1 1077944384 41433 13016 0 0 1179 6 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740398242544 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1002] ppid=933 vsize=10978060 memory=8530355711442277993 CPUtime=3.84 cores=1,3,5,7
/proc/936/task/1002/stat : 1002 (java) S 933 936 32236 0 -1 1077944384 31264 13016 0 0 368 8 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740397189744 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1003] ppid=933 vsize=10978060 memory=4714940 CPUtime=0.08 cores=1,3,5,7
/proc/936/task/1003/stat : 1003 (java) S 933 936 32236 0 -1 1077944384 3 13016 0 0 0 0 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139739976780512 139741431215829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
[pid=936/tid=1004] ppid=933 vsize=10978060 memory=1044 CPUtime=1.39 cores=1,3,5,7
/proc/936/task/1004/stat : 1004 (java) S 933 936 32236 0 -1 1077944384 2052 13016 0 0 62 69 5 3 20 0 15 0 443763046 11241533440 1178735 33554432000 4194304 4196468 140736303717008 139740396137136 139741431216770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 37048320 140736303725295 140736303727813 140736303727813 140736303730639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10978060 KiB
Current children cumulated memory: 4714940 KiB

Child status: 143
Real time (s): 2311.18
CPU time (s): 2520.16
CPU user time (s): 2512.78
CPU system time (s): 7.38104
CPU usage (%): 109.042
Max. virtual memory (cumulated for all children) (KiB): 10980704
Max. memory (cumulated for all children) (KiB): 6545400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.78
system time used= 7.38104
maximum resident set size= 6559736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 890322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74784
involuntary context switches= 4816


# summary of solver processes directly reported to runsolver:
#   pid: 936
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2512.78
#   total CPU system time (s): 7.38104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2683 second user time and 21.5556 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 01:57:03
IDJOB=4400913
IDBENCH=124071
IDSOLVER=2857
FILE ID=node145/4400913-1568678265
RUNJOBID= node145-1568673289-32268
PBS_JOBID= 21703777
Free space on /tmp= 59496 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-85-085-36-36-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400913-1568678265/watcher-4400913-1568678265 -o /tmp/evaluation-result-4400913-1568678265/solver-4400913-1568678265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4400913-1568678265.xml

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

MD5SUM BENCH= e7b94b237cf4deebd8c7bf96e74cfc29
RANDOM SEED=1750650444

node145.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.59
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.59
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.59
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.59
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:        28318544 kB
MemAvailable:   30820984 kB
Buffers:          175804 kB
Cached:          2617848 kB
SwapCached:        41076 kB
Active:          2420968 kB
Inactive:        1445956 kB
Active(anon):    1036104 kB
Inactive(anon):    86528 kB
Active(file):    1384864 kB
Inactive(file):  1359428 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958316 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:       1148896 kB
Mapped:            61608 kB
Shmem:             40612 kB
Slab:             176580 kB
SReclaimable:     147968 kB
SUnreclaim:        28612 kB
KernelStack:        3984 kB
PageTables:         8084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2218352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    995328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59464 MiB
End job on node145 at 2019-09-17 02:35:35