Trace number 4396029

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.44 2434.52

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gs/
qwh-o100-h10000.xml
MD5SUM2d32aa9e5f9738deac3ebf02ed7c37b3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark67.7052
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of constraints1
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":10000}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":10000}]
Minimum constraint arity10000
Maximum constraint arity10000
Distribution of constraint arities[{"arity":10000,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396029-1568411415/watcher-4396029-1568411415 -o /tmp/evaluation-result-4396029-1568411415/solver-4396029-1568411415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568411275-15598 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=473741306 HOME/instance-4396029-1568411415.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=15953, runsolver pid=15950

[startup+0.100069 s]*
/proc/loadavg: 1.75 1.22 1.13 3/222 16010
/proc/meminfo: memFree=30206688/32770624 swapFree=67004084/67108860
[pid=15953] ppid=15950 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 4487 13260 0 0 1 0 5 2 20 0 6 0 417381100 10212057088 4715 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2493178 4715 1935 1 0 2481616 0
[pid=15953/tid=16006] ppid=15950 vsize=9972712 memory=4279135703913235855 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 2288 13260 0 0 1 0 5 2 20 0 6 0 417381109 10212057088 4780 33554432000 4194304 4196468 140733641454176 140102097412688 140102110698864 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 6 0 417381110 10212057088 4780 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=9972712 memory=140185874237056 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 417381110 10212057088 4780 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 417381110 10212057088 4780 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 6 0 417381110 10212057088 4780 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210197 s]*
/proc/loadavg: 1.75 1.22 1.13 3/231 16019
/proc/meminfo: memFree=30188932/32770624 swapFree=67004084/67108860
[pid=15953] ppid=15950 vsize=10819664 memory=38812 CPUtime=0.25 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 7057 13260 0 0 17 1 5 2 20 0 15 0 417381100 11079335936 9703 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2704916 9703 3164 1 0 2667149 0
[pid=15953/tid=16006] ppid=15950 vsize=10819664 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 3531 13260 0 0 11 0 5 2 20 0 15 0 417381109 11079335936 9703 33554432000 4194304 4196468 140733641454176 140102097408128 140102111644046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079335936 9703 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10819664 memory=140185874237056 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079335936 9703 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079335936 9703 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079335936 9703 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10819664 memory=140185874237056 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381111 11079335936 9703 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 417381112 11079335936 10215 33554432000 4194304 4196468 140733641454176 140101564753056 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11079335936 10215 33554432000 4194304 4196468 140733641454176 140100960772848 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 603 13260 0 0 1 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 58 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10819664 memory=140185874237056 CPUtime=0.1 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) R 15950 15953 15566 0 -1 4202560 631 13260 0 0 3 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140101649099248 140102109656414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10819664 memory=140185874237056 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079335936 10215 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38812 KiB

[startup+0.310574 s]*
/proc/loadavg: 1.75 1.22 1.13 3/231 16019
/proc/meminfo: memFree=30175864/32770624 swapFree=67004084/67108860
[pid=15953] ppid=15950 vsize=10820148 memory=49924 CPUtime=0.39 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 10769 13260 0 0 29 3 5 2 20 0 15 0 417381100 11079831552 12481 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2705037 12481 3296 1 0 2667149 0
[pid=15953/tid=16006] ppid=15950 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 7214 13260 0 0 20 2 5 2 20 0 15 0 417381109 11079831552 12546 33554432000 4194304 4196468 140733641454176 140102097375840 140102109656414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079831552 12546 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10820148 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079831552 12546 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079831552 12546 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11079831552 12546 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381111 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 417381112 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101564753056 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11079831552 12546 33554432000 4194304 4196468 140733641454176 140100960772848 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 612 13260 0 0 2 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 59 13260 0 0 1 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) S 15950 15953 15566 0 -1 1077944384 652 13260 0 0 5 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381115 11079831552 12546 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49924 KiB

[startup+0.700663 s]
/proc/loadavg: 1.75 1.22 1.13 5/231 16019
/proc/meminfo: memFree=30160964/32770624 swapFree=67004084/67108860
[pid=15953] ppid=15950 vsize=10824360 memory=83656 CPUtime=1.14 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 15160 13260 0 0 102 5 5 2 20 0 15 0 417381100 11084144640 20914 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2706090 20914 3500 1 0 2668173 0
[pid=15953/tid=16006] ppid=15950 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 10296 13260 0 0 56 3 5 2 20 0 15 0 417381109 11084144640 20914 33554432000 4194304 4196468 140733641454176 140102097403088 140102125587862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11084144640 20914 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10824360 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11084144640 20914 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381110 11084144640 20914 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 417381110 11084144640 20914 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10824360 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 5 13260 0 0 0 0 5 2 20 0 15 0 417381111 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10824360 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 13 13260 0 0 0 0 5 2 20 0 15 0 417381112 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101564753056 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10824360 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11084144640 20914 33554432000 4194304 4196468 140733641454176 140100960772848 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10824360 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10824360 memory=13252 CPUtime=0.22 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) R 15950 15953 15566 0 -1 1077944384 1226 13260 0 0 15 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10824360 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) R 15950 15953 15566 0 -1 4202560 494 13260 0 0 13 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101650152600 140102109965367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10824360 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) R 15950 15953 15566 0 -1 4202560 902 13260 0 0 17 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10824360 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10824360 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) R 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381115 11084144640 20914 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83656 KiB

[startup+1.50076 s]
/proc/loadavg: 1.75 1.22 1.13 3/231 16019
/proc/meminfo: memFree=30096700/32770624 swapFree=67004084/67108860
[pid=15953] ppid=15950 vsize=10834676 memory=199092 CPUtime=2.59 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 21715 13260 0 0 241 11 5 2 20 0 15 0 417381100 11094708224 49773 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2708669 49773 3580 1 0 2670733 0
[pid=15953/tid=16006] ppid=15950 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 15176 13260 0 0 129 6 5 2 20 0 15 0 417381109 11094708224 49773 33554432000 4194304 4196468 140733641454176 140102097382432 140102125587862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 56 13260 0 0 1 0 5 2 20 0 15 0 417381110 11094708224 49773 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 23 13260 0 0 1 0 5 2 20 0 15 0 417381110 11094708224 49773 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 65 13260 0 0 1 0 5 2 20 0 15 0 417381110 11094708224 49773 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 341 13260 0 0 1 0 5 2 20 0 15 0 417381110 11094708224 49773 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10834676 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 193 13260 0 0 1 0 5 2 20 0 15 0 417381111 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10834676 memory=280371438627072 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 14 13260 0 0 0 0 5 2 20 0 15 0 417381112 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101564753120 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11094708224 49773 33554432000 4194304 4196468 140733641454176 140100960772848 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10834676 memory=8252 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10834676 memory=5928 CPUtime=0.38 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) R 15950 15953 15566 0 -1 1077944384 1362 13260 0 0 31 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10834676 memory=1056 CPUtime=0.39 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) R 15950 15953 15566 0 -1 4202560 694 13260 0 0 32 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101650152304 140102118560969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10834676 memory=1540 CPUtime=0.44 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) R 15950 15953 15566 0 -1 4202560 1574 13260 0 0 37 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101649099248 140102118672763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10834676 memory=728 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10834676 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381115 11094708224 49773 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10834676 KiB

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

[pid=15953/tid=16010] ppid=15950 vsize=10849044 memory=4131600 CPUtime=17.89 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 28106 13260 0 0 1698 84 5 2 20 0 15 0 417381110 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10849044 memory=4135696 CPUtime=0.48 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 38632 13260 0 0 34 7 5 2 20 0 15 0 417381111 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10849044 memory=4135696 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 17 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101564753184 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10849044 memory=4139808 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140100960772864 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10849044 memory=4139808 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10849044 memory=4139808 CPUtime=7.61 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 40686 13260 0 0 745 9 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10849044 memory=7378960412626150229 CPUtime=7.81 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 52427 13260 0 0 763 11 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10849044 memory=4135696 CPUtime=5.49 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) S 15950 15953 15566 0 -1 1077944384 38240 13260 0 0 532 10 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10849044 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10849044 memory=4139808 CPUtime=1.35 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1299 13260 0 0 58 70 5 2 20 0 15 0 417381115 11109421056 1034952 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 2397.46 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 4139808 KiB

[startup+2382.3 s]
/proc/loadavg: 1.67 1.67 1.61 3/231 17190
/proc/meminfo: memFree=26589812/32770624 swapFree=67004088/67108860
[pid=15953] ppid=15950 vsize=10849044 memory=4184976 CPUtime=2467.52 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 511629 13260 0 0 246237 508 5 2 20 0 15 0 417381100 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2712261 1046244 3645 1 0 2674317 0
[pid=15953/tid=16006] ppid=15950 vsize=10849044 memory=4176784 CPUtime=2360.33 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 201795 13260 0 0 235956 70 5 2 20 0 15 0 417381109 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140102097410704 140101721553859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10849044 memory=4180880 CPUtime=21.28 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 25578 13260 0 0 2036 85 5 2 20 0 15 0 417381110 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10849044 memory=4184976 CPUtime=21.15 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 34502 13260 0 0 2023 85 5 2 20 0 15 0 417381110 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10849044 memory=4184976 CPUtime=21.22 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 32066 13260 0 0 2030 85 5 2 20 0 15 0 417381110 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10849044 memory=56 CPUtime=21.25 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 30817 13260 0 0 2033 85 5 2 20 0 15 0 417381110 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10849044 memory=4184976 CPUtime=0.53 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 51933 13260 0 0 37 9 5 2 20 0 15 0 417381111 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10849044 memory=4184976 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 17 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101564753184 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10849044 memory=4184976 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140100960772864 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10849044 memory=4184976 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10849044 memory=21456 CPUtime=7.61 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 40689 13260 0 0 745 9 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10849044 memory=496 CPUtime=7.81 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 52431 13260 0 0 763 11 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10849044 memory=1564 CPUtime=5.49 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) S 15950 15953 15566 0 -1 1077944384 38250 13260 0 0 532 10 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10849044 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10849044 memory=3280 CPUtime=1.38 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1334 13260 0 0 60 71 5 2 20 0 15 0 417381115 11109421056 1046244 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 2467.52 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 4184976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2434.3 s]
/proc/loadavg: 1.74 1.68 1.61 3/232 17202
/proc/meminfo: memFree=26567304/32770624 swapFree=67004088/67108860
[pid=15953] ppid=15950 vsize=10849044 memory=4202144 CPUtime=2520.07 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 522040 13260 0 0 251488 512 5 2 20 0 15 0 417381100 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2712261 1050536 3645 1 0 2674317 0
[pid=15953/tid=16006] ppid=15950 vsize=10849044 memory=4187436 CPUtime=2412.15 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 204964 13260 0 0 241138 70 5 2 20 0 15 0 417381109 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140102097410520 140101722190999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=10849044 memory=4193936 CPUtime=21.45 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 26468 13260 0 0 2052 86 5 2 20 0 15 0 417381110 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=10849044 memory=4193936 CPUtime=21.33 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 36967 13260 0 0 2040 86 5 2 20 0 15 0 417381110 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=10849044 memory=4202144 CPUtime=21.39 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 32318 13260 0 0 2047 85 5 2 20 0 15 0 417381110 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=10849044 memory=4184976 CPUtime=21.41 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 31381 13260 0 0 2049 85 5 2 20 0 15 0 417381110 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=10849044 memory=4202144 CPUtime=0.53 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 52240 13260 0 0 37 9 5 2 20 0 15 0 417381111 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=10849044 memory=4202144 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 17 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101564753184 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=10849044 memory=3280 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 417381112 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140100960772864 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=10849044 memory=1744 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=10849044 memory=4202144 CPUtime=7.61 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 41278 13260 0 0 745 9 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=10849044 memory=1804 CPUtime=7.82 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 53811 13260 0 0 763 12 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=10849044 memory=4202144 CPUtime=5.49 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) S 15950 15953 15566 0 -1 1077944384 39009 13260 0 0 532 10 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=10849044 memory=4202144 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=10849044 memory=4202144 CPUtime=1.4 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1370 13260 0 0 61 72 5 2 20 0 15 0 417381115 11109421056 1050536 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 4202144 KiB

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

[startup+2434.52 s]
# the end of solver process 15953 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.26 s, system=5.18492 s

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

[startup+2434.41 s]
/proc/loadavg: 1.74 1.68 1.61 3/232 17202
/proc/meminfo: memFree=26567304/32770624 swapFree=67004088/67108860
[pid=15953] ppid=15950 vsize=11045660 memory=4208388 CPUtime=2520.3 cores=1,3,5,7
/proc/15953/stat : 15953 (java) S 15950 15953 15566 0 -1 1077944320 522352 13260 0 0 251511 512 5 2 20 0 17 0 417381100 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140733641436720 140102125575927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
/proc/15953/statm: 2761415 1052097 3646 1 0 2723471 0
[pid=15953/tid=16006] ppid=15950 vsize=11045660 memory=8252 CPUtime=2412.22 cores=1,3,5,7
/proc/15953/task/16006/stat : 16006 (java) R 15950 15953 15566 0 -1 4202560 204964 13260 0 0 241145 70 5 2 20 0 17 0 417381109 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140102097408112 140101725590208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16007] ppid=15950 vsize=11045660 memory=6791534058613427641 CPUtime=21.49 cores=1,3,5,7
/proc/15953/task/16007/stat : 16007 (java) S 15950 15953 15566 0 -1 1077944384 26468 13260 0 0 2056 86 5 2 20 0 17 0 417381110 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140102129818640 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16008] ppid=15950 vsize=11045660 memory=6791534058613427641 CPUtime=21.37 cores=1,3,5,7
/proc/15953/task/16008/stat : 16008 (java) S 15950 15953 15566 0 -1 1077944384 36968 13260 0 0 2044 86 5 2 20 0 17 0 417381110 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140102044638352 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16009] ppid=15950 vsize=11045660 memory=928 CPUtime=21.43 cores=1,3,5,7
/proc/15953/task/16009/stat : 16009 (java) S 15950 15953 15566 0 -1 1077944384 32330 13260 0 0 2051 85 5 2 20 0 17 0 417381110 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140102043585296 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16010] ppid=15950 vsize=11045660 memory=6791534058613427641 CPUtime=21.45 cores=1,3,5,7
/proc/15953/task/16010/stat : 16010 (java) S 15950 15953 15566 0 -1 1077944384 31384 13260 0 0 2053 85 5 2 20 0 17 0 417381110 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140102042532752 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16011] ppid=15950 vsize=11045660 memory=3848 CPUtime=0.53 cores=1,3,5,7
/proc/15953/task/16011/stat : 16011 (java) S 15950 15953 15566 0 -1 1077944384 52241 13260 0 0 37 9 5 2 20 0 17 0 417381111 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101652257008 140102125587074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16012] ppid=15950 vsize=11045660 memory=40144 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16012/stat : 16012 (java) S 15950 15953 15566 0 -1 1077944384 17 13260 0 0 0 0 5 2 20 0 17 0 417381112 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101564753184 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16013] ppid=15950 vsize=11045660 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16013/stat : 16013 (java) S 15950 15953 15566 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 17 0 417381112 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140100960772864 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16014] ppid=15950 vsize=11045660 memory=2052 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16014/stat : 16014 (java) S 15950 15953 15566 0 -1 1077944384 164 13260 0 0 0 0 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140100653373392 140102125594523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16015] ppid=15950 vsize=11045660 memory=1220 CPUtime=7.61 cores=1,3,5,7
/proc/15953/task/16015/stat : 16015 (java) S 15950 15953 15566 0 -1 1077944384 41278 13260 0 0 745 9 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101651204848 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16016] ppid=15950 vsize=11045660 memory=1616 CPUtime=7.82 cores=1,3,5,7
/proc/15953/task/16016/stat : 16016 (java) S 15950 15953 15566 0 -1 1077944384 53811 13260 0 0 763 12 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101650152304 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16017] ppid=15950 vsize=11045660 memory=6791534058613427641 CPUtime=5.49 cores=1,3,5,7
/proc/15953/task/16017/stat : 16017 (java) S 15950 15953 15566 0 -1 1077944384 39009 13260 0 0 532 10 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101649099248 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16018] ppid=15950 vsize=11045660 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/15953/task/16018/stat : 16018 (java) S 15950 15953 15566 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140100619815776 140102125586133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
[pid=15953/tid=16019] ppid=15950 vsize=11045660 memory=784 CPUtime=1.4 cores=1,3,5,7
/proc/15953/task/16019/stat : 16019 (java) S 15950 15953 15566 0 -1 1077944384 1370 13260 0 0 61 72 5 2 20 0 17 0 417381115 11310755840 1052097 33554432000 4194304 4196468 140733641454176 140101648046640 140102125587074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 14196736 140733641456368 140733641458885 140733641458885 140733641461711 0
Current children cumulated CPU time: 2520.3 s
Current children cumulated vsize: 11045660 KiB
Current children cumulated memory: 4208388 KiB

[startup+2434.51 s]*
/proc/loadavg: 1.76 1.68 1.62 3/219 17204
/proc/meminfo: memFree=30566492/32770624 swapFree=67004088/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2434.52
CPU time (s): 2520.44
CPU user time (s): 2515.26
CPU system time (s): 5.18492
CPU usage (%): 103.529
Max. virtual memory (cumulated for all children) (KiB): 11045660
Max. memory (cumulated for all children) (KiB): 4208388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.26
system time used= 5.18492
maximum resident set size= 4208400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77773
involuntary context switches= 3288


# summary of solver processes directly reported to runsolver:
#   pid: 15953
#   total CPU time (s): 2520.44
#   total CPU user time (s): 2515.26
#   total CPU system time (s): 5.18492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9964 second user time and 24.0501 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 23:49:35
IDJOB=4396029
IDBENCH=139122
IDSOLVER=2846
FILE ID=node133/4396029-1568411415
RUNJOBID= node133-1568411275-15598
PBS_JOBID= 21702196
Free space on /tmp= 59380 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gs/qwh-o100-h10000.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396029-1568411415/watcher-4396029-1568411415 -o /tmp/evaluation-result-4396029-1568411415/solver-4396029-1568411415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568411275-15598 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=473741306 HOME/instance-4396029-1568411415.xml

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

MD5SUM BENCH= 2d32aa9e5f9738deac3ebf02ed7c37b3
RANDOM SEED=473741306

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:        30216560 kB
MemAvailable:   30641780 kB
Buffers:          183320 kB
Cached:           525888 kB
SwapCached:         3388 kB
Active:          1671092 kB
Inactive:         302184 kB
Active(anon):    1287588 kB
Inactive(anon):    16040 kB
Active(file):     383504 kB
Inactive(file):   286144 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       67004084 kB
Dirty:             35016 kB
Writeback:             0 kB
AnonPages:       1374760 kB
Mapped:            57792 kB
Shmem:             31460 kB
Slab:             171688 kB
SReclaimable:     142812 kB
SUnreclaim:        28876 kB
KernelStack:        3792 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2403984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1140736 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= 59348 MiB
End job on node133 at 2019-09-14 00:30:10