Trace number 4262656

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.4? (TO) 2526.9399 2452.8999

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-08-4-8_X2.xml
MD5SUM5b948440152400779ab8a0c6bf9e55ba
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 variables6016
Number of constraints32560
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6016}]
Minimum variable degree9
Maximum variable degree33
Distribution of variable degrees[{"degree":9,"count":3968},{"degree":33,"count":2048}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":31744},{"arity":8,"count":752},{"arity":32,"count":64}]
Number of extensional constraints0
Number of intensional constraints31744
Distribution of constraint types[{"type":"intension","count":31744},{"type":"sum","count":816}]
Optimization problemNO
Type of objective

Solver Data

3.18/2.19	c Concrete v3.4 running
2526.87/2452.80	java.util.concurrent.TimeoutException
2526.87/2452.80		at concrete.MAC.mac(MAC.scala:74)
2526.87/2452.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2526.87/2452.80		at scala.util.Try$.apply(Try.scala:209)
2526.87/2452.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2526.87/2452.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2526.87/2452.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2526.87/2452.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2526.87/2452.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2526.87/2452.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2526.87/2452.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2526.87/2452.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2526.87/2452.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2526.87/2452.80		at concrete.MAC.oneRun(MAC.scala:146)
2526.87/2452.80		at concrete.MAC.nextSolution(MAC.scala:166)
2526.87/2452.80		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2526.87/2452.80		at concrete.ProblemState.map(ProblemState.scala:203)
2526.87/2452.80		at concrete.ProblemState.map(ProblemState.scala:188)
2526.87/2452.80		at concrete.MAC.nextSolution(MAC.scala:195)
2526.87/2452.80		at concrete.Solver.hasNext(Solver.scala:202)
2526.87/2452.80		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2526.87/2452.80		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2526.87/2452.80		at concrete.Solver.toStream(Solver.scala:73)
2526.87/2452.80		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2526.87/2452.80		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2526.87/2452.80		at concrete.Solver.toIterable(Solver.scala:73)
2526.87/2452.80		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2526.87/2452.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2526.87/2452.80		at scala.util.Success.map(Try.scala:209)
2526.87/2452.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2526.87/2452.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2526.87/2452.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2526.87/2452.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2526.87/2452.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2526.87/2452.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2526.87/2452.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2526.87/2452.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2526.87/2452.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2526.87/2452.80		at scala.collection.immutable.List.foreach(List.scala:389)
2526.87/2452.80		at scala.App.main(App.scala:76)
2526.87/2452.80		at scala.App.main$(App.scala:74)
2526.87/2452.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2526.87/2452.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2526.87/2452.81	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262656-1502445847/watcher-4262656-1502445847 -o /tmp/evaluation-result-4262656-1502445847/solver-4262656-1502445847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262656-1502445847.xml 

pid=19702
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.67 1.39 1.39 2/194 19705
/proc/meminfo: memFree=29024724/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19705/stat : 19705 (runsolver) D 19702 19705 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 32925400 24240128 106 18446744073709551615 4194304 4338465 140726572979696 140726572977336 140030454112983 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9535488 140726572982481 140726572982857 140726572982857 140726572986314 0
/proc/19705/statm: 5918 106 53 36 0 2156 0

[startup+0.100113 s]
/proc/loadavg: 1.67 1.39 1.39 2/194 19705
/proc/meminfo: memFree=29024724/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19705/stat : 19705 (bash) S 19702 19705 7434 0 -1 4202496 897 6473 0 0 0 0 0 1 20 0 1 0 32925400 9867264 377 18446744073709551615 4194304 5098028 140722616190416 140722616184424 140226040151040 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 31490048 140722616197652 140722616197737 140722616197737 140722616201194 0
/proc/19705/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200229 s]
/proc/loadavg: 1.67 1.39 1.39 2/194 19705
/proc/meminfo: memFree=29024724/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=9636 CPUtime=0.08 cores=1,3,5,7
/proc/19705/stat : 19705 (bash) R 19702 19705 7434 0 -1 4202496 971 12603 0 0 0 0 5 3 20 0 1 0 32925400 9867264 380 18446744073709551615 4194304 5098028 140722616190416 140722616186248 140226040149365 0 0 5 65536 0 0 0 17 5 0 0 6 0 0 7196144 7232144 31490048 140722616197652 140722616197737 140722616197737 140722616201194 0
/proc/19705/statm: 2409 380 299 221 0 118 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9636

[startup+0.300232 s]
/proc/loadavg: 1.67 1.39 1.39 2/194 19705
/proc/meminfo: memFree=29024724/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 5749 12603 0 0 5 1 5 3 20 0 14 0 32925400 14241083392 5933 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3476827 5933 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700217 s]
/proc/loadavg: 1.67 1.39 1.39 2/194 19705
/proc/meminfo: memFree=29024724/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 13930 12603 0 0 57 4 5 3 20 0 15 0 32925400 14310178816 14852 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3493696 14852 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50628 s]
/proc/loadavg: 1.67 1.39 1.39 3/209 19768
/proc/meminfo: memFree=28926420/32770624 swapFree=0/390948
[pid=19705] ppid=19702 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 26450 12603 0 0 175 9 5 3 20 0 15 0 32925400 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3496352 43270 3366 1 0 3485525 0
[pid=19705/tid=19755] ppid=19702 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) S 19702 19705 7434 0 -1 1077944384 20390 12603 0 0 116 5 5 3 20 0 15 0 32925421 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140158200717824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) S 19702 19705 7434 0 -1 1077944384 46 12603 0 0 0 0 5 3 20 0 15 0 32925421 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157796228128 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) S 19702 19705 7434 0 -1 1077944384 172 12603 0 0 0 0 5 3 20 0 15 0 32925421 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) S 19702 19705 7434 0 -1 1077944384 35 12603 0 0 1 0 5 3 20 0 15 0 32925421 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157794122512 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) R 19702 19705 7434 0 -1 4202560 42 12603 0 0 0 0 5 3 20 0 15 0 32925421 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157793070088 140158189122279 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 633 12603 0 0 1 0 5 3 20 0 15 0 32925423 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157742211872 140158196504277 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 33 12603 0 0 0 0 5 3 20 0 15 0 32925423 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157741159584 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 21 12603 0 0 0 0 5 3 20 0 15 0 32925423 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157740106480 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 938 12603 0 0 15 0 5 3 20 0 15 0 32925426 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 696 12603 0 0 14 0 5 3 20 0 15 0 32925426 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 1280 12603 0 0 23 0 5 3 20 0 15 0 32925426 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157105987632 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925431 14321057792 43270 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10068 s]
/proc/loadavg: 1.62 1.38 1.39 5/209 19768
/proc/meminfo: memFree=28850728/32770624 swapFree=0/390964
[pid=19705] ppid=19702 vsize=13995836 CPUtime=6.34 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 34238 12603 0 0 610 16 5 3 20 0 15 0 32925400 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3498959 75115 3468 1 0 3487573 0
[pid=19705/tid=19755] ppid=19702 vsize=13995836 CPUtime=2.82 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) R 19702 19705 7434 0 -1 4202560 23568 12603 0 0 266 8 5 3 20 0 15 0 32925421 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140158200728512 140158180537701 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=13995836 CPUtime=0.12 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) S 19702 19705 7434 0 -1 1077944384 66 12603 0 0 3 1 5 3 20 0 15 0 32925421 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) S 19702 19705 7434 0 -1 1077944384 181 12603 0 0 2 1 5 3 20 0 15 0 32925421 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) S 19702 19705 7434 0 -1 1077944384 103 12603 0 0 3 0 5 3 20 0 15 0 32925421 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157794122512 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=13995836 CPUtime=0.12 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) S 19702 19705 7434 0 -1 1077944384 78 12603 0 0 3 1 5 3 20 0 15 0 32925421 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157793069968 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 799 12603 0 0 1 0 5 3 20 0 15 0 32925423 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157742213360 140158196505218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 35 12603 0 0 0 0 5 3 20 0 15 0 32925423 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157741159648 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 22 12603 0 0 0 0 5 3 20 0 15 0 32925423 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=13995836 CPUtime=1.35 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 2863 12603 0 0 127 0 5 3 20 0 15 0 32925426 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=13995836 CPUtime=1.22 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 1579 12603 0 0 114 0 5 3 20 0 15 0 32925426 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=13995836 CPUtime=0.94 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 2780 12603 0 0 86 0 5 3 20 0 15 0 32925426 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925431 14331736064 75115 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 13995836

[startup+6.30071 s]
/proc/loadavg: 1.62 1.38 1.39 5/209 19768
/proc/meminfo: memFree=28564168/32770624 swapFree=0/390960
[pid=19705] ppid=19702 vsize=13997884 CPUtime=15.4 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 57809 12603 0 0 1495 37 5 3 20 0 15 0 32925400 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3499471 167220 3481 1 0 3488085 0
[pid=19705/tid=19755] ppid=19702 vsize=13997884 CPUtime=5.83 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) R 19702 19705 7434 0 -1 4202560 26647 12603 0 0 563 12 5 3 20 0 15 0 32925421 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140158200728000 140157826176260 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=13997884 CPUtime=0.27 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) S 19702 19705 7434 0 -1 1077944384 214 12603 0 0 15 4 5 3 20 0 15 0 32925421 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=13997884 CPUtime=0.26 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) S 19702 19705 7434 0 -1 1077944384 387 12603 0 0 15 3 5 3 20 0 15 0 32925421 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=13997884 CPUtime=0.25 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) S 19702 19705 7434 0 -1 1077944384 284 12603 0 0 13 4 5 3 20 0 15 0 32925421 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157794122512 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=13997884 CPUtime=0.25 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) S 19702 19705 7434 0 -1 1077944384 545 12603 0 0 13 4 5 3 20 0 15 0 32925421 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157793069968 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 1771 12603 0 0 2 0 5 3 20 0 15 0 32925423 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157742213360 140158196505218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 38 12603 0 0 0 0 5 3 20 0 15 0 32925423 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157741159648 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 24 12603 0 0 0 0 5 3 20 0 15 0 32925423 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=13997884 CPUtime=3.74 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) R 19702 19705 7434 0 -1 4202560 8400 12603 0 0 364 2 5 3 20 0 15 0 32925426 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157737991680 140158174322800 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=13997884 CPUtime=3.7 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) R 19702 19705 7434 0 -1 4202560 8701 12603 0 0 360 2 5 3 20 0 15 0 32925426 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157736935600 140158176956542 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=13997884 CPUtime=1.52 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 8364 12603 0 0 143 1 5 3 20 0 15 0 32925426 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 273 12603 0 0 0 0 5 3 20 0 15 0 32925431 14333833216 167220 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.82 1.44 1.41 3/213 19783
/proc/meminfo: memFree=27083912/32770624 swapFree=0/390976
[pid=19705] ppid=19702 vsize=13999932 CPUtime=26.66 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 64383 12603 0 0 2571 87 5 3 20 0 15 0 32925400 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3499983 486063 3482 1 0 3488597 0
[pid=19705/tid=19755] ppid=19702 vsize=13999932 CPUtime=11.27 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) R 19702 19705 7434 0 -1 4202560 28826 12603 0 0 1093 26 5 3 20 0 15 0 32925421 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140158200724656 140157828615936 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=13999932 CPUtime=1.14 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) S 19702 19705 7434 0 -1 1077944384 692 12603 0 0 93 13 5 3 20 0 15 0 32925421 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) S 19702 19705 7434 0 -1 1077944384 901 12603 0 0 91 12 5 3 20 0 15 0 32925421 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) S 19702 19705 7434 0 -1 1077944384 616 12603 0 0 91 12 5 3 20 0 15 0 32925421 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157794122512 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) S 19702 19705 7434 0 -1 1077944384 1018 12603 0 0 91 13 5 3 20 0 15 0 32925421 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157793069968 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 4022 12603 0 0 10 0 5 3 20 0 15 0 32925423 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157742213360 140158196505218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 38 12603 0 0 0 0 5 3 20 0 15 0 32925423 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157741159648 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 24 12603 0 0 0 0 5 3 20 0 15 0 32925423 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 15 0 32925426 14335930368 486063 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0

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

[pid=19705] ppid=19702 vsize=14202692 CPUtime=2520.84 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 696262 12603 0 0 251709 367 5 3 20 0 17 0 32925400 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3550673 1128369 3487 1 0 3539287 0
[pid=19705/tid=19755] ppid=19702 vsize=14202692 CPUtime=2441.63 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) S 19702 19705 7434 0 -1 1077944384 273355 12603 0 0 244062 93 5 3 20 0 17 0 32925421 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140158200731728 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=14202692 CPUtime=8.45 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) R 19702 19705 7434 0 -1 4202560 31562 12603 0 0 796 41 5 3 20 0 17 0 32925421 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158189122279 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=14202692 CPUtime=8.41 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) R 19702 19705 7434 0 -1 4202560 36030 12603 0 0 793 40 5 3 20 0 17 0 32925421 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157795175768 140158189122279 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=14202692 CPUtime=8.42 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) R 19702 19705 7434 0 -1 4202560 24367 12603 0 0 795 39 5 3 20 0 17 0 32925421 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157794122712 140158189122279 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=14202692 CPUtime=8.43 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) R 19702 19705 7434 0 -1 4202560 33131 12603 0 0 794 41 5 3 20 0 17 0 32925421 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157793069856 140158178090525 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=14202692 CPUtime=0.86 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 26633 12603 0 0 67 11 5 3 20 0 17 0 32925423 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157742211760 140158196504277 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 45 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157741159712 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 29 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 250 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=14202692 CPUtime=19.28 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 92407 12603 0 0 1908 12 5 3 20 0 17 0 32925426 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=14202692 CPUtime=19.2 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 89047 12603 0 0 1900 12 5 3 20 0 17 0 32925426 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=14202692 CPUtime=5.24 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 84959 12603 0 0 501 15 5 3 20 0 17 0 32925426 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=14202692 CPUtime=1.55 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 1911 12603 0 0 68 79 5 3 20 0 17 0 32925431 14543556608 1128369 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 2520.84
Current children cumulated vsize (KiB) 14202692

[startup+2452.01 s]
/proc/loadavg: 2.11 1.81 1.72 9/217 20620
/proc/meminfo: memFree=26895656/32770624 swapFree=0/391992
[pid=19705] ppid=19702 vsize=14202692 CPUtime=2523.88 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 708272 12603 0 0 252011 369 5 3 20 0 17 0 32925400 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3550673 1128390 3487 1 0 3539287 0
[pid=19705/tid=19755] ppid=19702 vsize=14202692 CPUtime=2441.63 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) S 19702 19705 7434 0 -1 1077944384 273355 12603 0 0 244062 93 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140158200731728 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=14202692 CPUtime=9.19 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) S 19702 19705 7434 0 -1 1077944384 31566 12603 0 0 870 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=14202692 CPUtime=9.15 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) S 19702 19705 7434 0 -1 1077944384 36089 12603 0 0 867 40 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=14202692 CPUtime=9.17 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) S 19702 19705 7434 0 -1 1077944384 24383 12603 0 0 870 39 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157794122512 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=14202692 CPUtime=9.18 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) S 19702 19705 7434 0 -1 1077944384 33147 12603 0 0 869 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157793069968 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=14202692 CPUtime=0.91 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) R 19702 19705 7434 0 -1 4202560 38546 12603 0 0 71 12 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157742211760 140158180861656 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 46 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157741159616 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 29 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 250 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=14202692 CPUtime=19.28 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 92407 12603 0 0 1908 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=14202692 CPUtime=19.2 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 89047 12603 0 0 1900 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=14202692 CPUtime=5.24 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 84959 12603 0 0 501 15 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=14202692 CPUtime=1.55 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 1911 12603 0 0 68 79 5 3 20 0 17 0 32925431 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20616] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20616/stat : 20616 (java) S 19702 19705 7434 0 -1 1077944384 348 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157073125744 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20617] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20617/stat : 20617 (java) S 19702 19705 7434 0 -1 1077944384 30 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157072073408 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 2523.88
Current children cumulated vsize (KiB) 14202692

[startup+2452.4 s]
/proc/loadavg: 2.11 1.81 1.72 9/217 20620
/proc/meminfo: memFree=26895656/32770624 swapFree=0/391992
[pid=19705] ppid=19702 vsize=14202692 CPUtime=2525.34 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 708278 12603 0 0 252157 369 5 3 20 0 17 0 32925400 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3550673 1128390 3487 1 0 3539287 0
[pid=19705/tid=19755] ppid=19702 vsize=14202692 CPUtime=2441.63 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) S 19702 19705 7434 0 -1 1077944384 273356 12603 0 0 244062 93 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140158200731728 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=14202692 CPUtime=9.55 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) R 19702 19705 7434 0 -1 4202560 31566 12603 0 0 906 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157796228112 140158178103779 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=14202692 CPUtime=9.51 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) R 19702 19705 7434 0 -1 4202560 36089 12603 0 0 903 40 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157795175568 140158181490472 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=14202692 CPUtime=9.52 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) R 19702 19705 7434 0 -1 4202560 24385 12603 0 0 905 39 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157794122712 140158181490472 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=14202692 CPUtime=9.53 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) R 19702 19705 7434 0 -1 4202560 33149 12603 0 0 904 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157793070168 140158181193039 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=14202692 CPUtime=0.95 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 38546 12603 0 0 75 12 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157742211984 140158196504277 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 47 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157741159216 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 29 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 250 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=14202692 CPUtime=19.28 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 92407 12603 0 0 1908 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=14202692 CPUtime=19.2 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 89047 12603 0 0 1900 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=14202692 CPUtime=5.24 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 84959 12603 0 0 501 15 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=14202692 CPUtime=1.55 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 1911 12603 0 0 68 79 5 3 20 0 17 0 32925431 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20616] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20616/stat : 20616 (java) S 19702 19705 7434 0 -1 1077944384 348 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157073125744 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20617] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20617/stat : 20617 (java) S 19702 19705 7434 0 -1 1077944384 30 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157072073408 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 2525.34
Current children cumulated vsize (KiB) 14202692

[startup+2452.8 s]
/proc/loadavg: 2.11 1.81 1.72 9/217 20620
/proc/meminfo: memFree=26895656/32770624 swapFree=0/391992
[pid=19705] ppid=19702 vsize=14202692 CPUtime=2526.87 cores=1,3,5,7
/proc/19705/stat : 19705 (java) S 19702 19705 7434 0 -1 1077944320 708281 12603 0 0 252310 369 5 3 20 0 17 0 32925400 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140727752056048 140158196494071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
/proc/19705/statm: 3550673 1128390 3487 1 0 3539287 0
[pid=19705/tid=19755] ppid=19702 vsize=14202692 CPUtime=2441.63 cores=1,3,5,7
/proc/19705/task/19755/stat : 19755 (java) S 19702 19705 7434 0 -1 1077944384 273356 12603 0 0 244062 93 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140158200731728 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19756] ppid=19702 vsize=14202692 CPUtime=9.93 cores=1,3,5,7
/proc/19705/task/19756/stat : 19756 (java) R 19702 19705 7434 0 -1 4202560 31566 12603 0 0 944 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157796228312 140158189122279 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19757] ppid=19702 vsize=14202692 CPUtime=9.88 cores=1,3,5,7
/proc/19705/task/19757/stat : 19757 (java) R 19702 19705 7434 0 -1 4202560 36089 12603 0 0 940 40 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157795175768 140158189122279 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19758] ppid=19702 vsize=14202692 CPUtime=9.9 cores=1,3,5,7
/proc/19705/task/19758/stat : 19758 (java) R 19702 19705 7434 0 -1 4202560 24386 12603 0 0 943 39 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157794122712 140158178103917 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19759] ppid=19702 vsize=14202692 CPUtime=9.91 cores=1,3,5,7
/proc/19705/task/19759/stat : 19759 (java) R 19702 19705 7434 0 -1 4202560 33150 12603 0 0 942 41 5 3 20 0 17 0 32925421 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157793069968 140158189122279 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19760] ppid=19702 vsize=14202692 CPUtime=0.97 cores=1,3,5,7
/proc/19705/task/19760/stat : 19760 (java) S 19702 19705 7434 0 -1 1077944384 38546 12603 0 0 77 12 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157742211984 140158196504277 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19761] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19761/stat : 19761 (java) S 19702 19705 7434 0 -1 1077944384 47 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157741159216 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19762] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19762/stat : 19762 (java) S 19702 19705 7434 0 -1 1077944384 29 12603 0 0 0 0 5 3 20 0 17 0 32925423 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157740106496 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19763] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19763/stat : 19763 (java) S 19702 19705 7434 0 -1 1077944384 250 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157739055056 140158196512667 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19764] ppid=19702 vsize=14202692 CPUtime=19.28 cores=1,3,5,7
/proc/19705/task/19764/stat : 19764 (java) S 19702 19705 7434 0 -1 1077944384 92407 12603 0 0 1908 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157738003184 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19765] ppid=19702 vsize=14202692 CPUtime=19.2 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) S 19702 19705 7434 0 -1 1077944384 89047 12603 0 0 1900 12 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157736950640 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19766] ppid=19702 vsize=14202692 CPUtime=5.24 cores=1,3,5,7
/proc/19705/task/19766/stat : 19766 (java) S 19702 19705 7434 0 -1 1077944384 84959 12603 0 0 501 15 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157105990128 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19767] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/19767/stat : 19767 (java) S 19702 19705 7434 0 -1 1077944384 3 12603 0 0 0 0 5 3 20 0 17 0 32925426 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157104937824 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=19768] ppid=19702 vsize=14202692 CPUtime=1.55 cores=1,3,5,7
/proc/19705/task/19768/stat : 19768 (java) S 19702 19705 7434 0 -1 1077944384 1911 12603 0 0 68 79 5 3 20 0 17 0 32925431 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157103884848 140158196505218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20616] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20616/stat : 20616 (java) S 19702 19705 7434 0 -1 1077944384 348 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157073125744 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
[pid=19705/tid=20617] ppid=19702 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/19705/task/20617/stat : 20617 (java) S 19702 19705 7434 0 -1 1077944384 31 12603 0 0 0 0 5 3 20 0 17 0 33170501 14543556608 1128390 18446744073709551615 4194304 4196468 140727752073504 140157072073408 140158196504277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140727752075216 140727752078001 140727752078001 140727752081359 0
Current children cumulated CPU time (s) 2526.87
Current children cumulated vsize (KiB) 14202692

[startup+2452.9 s]
/proc/loadavg: 2.11 1.81 1.72 9/217 20620
/proc/meminfo: memFree=26895656/32770624 swapFree=0/391992
[pid=19705] ppid=19702 vsize=0 CPUtime=2526.93 cores=1,3,5,7
/proc/19705/stat : 19705 (java) Z 19702 19705 7434 0 -1 4228108 708715 12603 0 0 252313 372 5 3 20 0 2 0 32925400 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/19705/statm: 0 0 0 0 0 0 0
[pid=19705/tid=19765] ppid=19702 vsize=0 CPUtime=19.23 cores=1,3,5,7
/proc/19705/task/19765/stat : 19765 (java) D 19702 19705 7434 0 -1 4203588 89210 12603 0 0 1901 14 5 3 20 0 2 0 32925426 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2526.93
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2452.9
CPU time (s): 2526.94
CPU user time (s): 2523.18
CPU system time (s): 3.75496
CPU usage (%): 103.018
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2523.18
system time used= 3.75495
maximum resident set size= 4514404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 721318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82107
involuntary context switches= 2500

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6202 second user time and 11.4751 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 11:49:51
IDJOB=4262656
IDBENCH=126718
IDSOLVER=2650
FILE ID=node124/4262656-1502445847
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-08-4-8_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262656-1502445847/watcher-4262656-1502445847 -o /tmp/evaluation-result-4262656-1502445847/solver-4262656-1502445847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262656-1502445847.xml

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

MD5SUM BENCH= 5b948440152400779ab8a0c6bf9e55ba
RANDOM SEED=301231886

node124.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.51
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.51
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.51
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.51
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:        29025988 kB
MemAvailable:   29448884 kB
Buffers:          205592 kB
Cached:           505020 kB
SwapCached:            0 kB
Active:          2917816 kB
Inactive:         407064 kB
Active(anon):    2615272 kB
Inactive(anon):    16768 kB
Active(file):     302544 kB
Inactive(file):   390296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25656 kB
Writeback:             4 kB
AnonPages:       2614536 kB
Mapped:            50708 kB
Shmem:             17128 kB
Slab:             117384 kB
SReclaimable:      91784 kB
SUnreclaim:        25600 kB
KernelStack:        3408 kB
PageTables:        10836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3379664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61980 MiB
End job on node124 at 2017-08-11 12:30:44