Trace number 4245514

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2408.63 2301.95

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-325-100.xml
MD5SUM34a68c11381dc26a6f51296df739d32e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark20060.301
Satisfiable
(Un)Satisfiability was proved
Number of variables3251
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size302
Distribution of domain sizes[{"size":2,"count":3250},{"size":302,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3250},{"degree":46,"count":1}]
Minimum constraint arity325
Maximum constraint arity3250
Distribution of constraint arities[{"arity":325,"count":10},{"arity":651,"count":45},{"arity":3250,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.81/2.12	c Concrete v3.4 running
2408.45/2301.91	java.util.concurrent.TimeoutException
2408.45/2301.91		at concrete.MAC.mac(MAC.scala:74)
2408.45/2301.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2408.45/2301.91		at scala.util.Try$.apply(Try.scala:209)
2408.45/2301.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2408.45/2301.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2408.45/2301.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2408.45/2301.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2408.45/2301.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2408.45/2301.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2408.45/2301.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2408.45/2301.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2408.45/2301.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2408.45/2301.91		at concrete.MAC.oneRun(MAC.scala:146)
2408.45/2301.91		at concrete.MAC.nextSolution(MAC.scala:166)
2408.45/2301.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2408.45/2301.91		at concrete.ProblemState.map(ProblemState.scala:203)
2408.45/2301.91		at concrete.ProblemState.map(ProblemState.scala:188)
2408.45/2301.91		at concrete.MAC.nextSolution(MAC.scala:195)
2408.45/2301.91		at concrete.Solver.hasNext(Solver.scala:202)
2408.45/2301.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2408.45/2301.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2408.45/2301.91		at concrete.Solver.toStream(Solver.scala:73)
2408.45/2301.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2408.45/2301.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2408.45/2301.91		at concrete.Solver.toIterable(Solver.scala:73)
2408.45/2301.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2408.45/2301.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2408.45/2301.91		at scala.util.Success.map(Try.scala:209)
2408.45/2301.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2408.45/2301.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2408.45/2301.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2408.45/2301.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2408.45/2301.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2408.45/2301.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2408.45/2301.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2408.45/2301.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2408.45/2301.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2408.45/2301.91		at scala.collection.immutable.List.foreach(List.scala:389)
2408.45/2301.91		at scala.App.main(App.scala:76)
2408.45/2301.91		at scala.App.main$(App.scala:74)
2408.45/2301.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2408.45/2301.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2408.45/2301.92	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-4245514-1500704222/watcher-4245514-1500704222 -o /tmp/evaluation-result-4245514-1500704222/solver-4245514-1500704222 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4245514-1500704222.xml 

pid=15919
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.51 1.62 1.54 3/261 15922
/proc/meminfo: memFree=30767980/32770624 swapFree=5720/278876
[pid=15922] ppid=15919 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (bash) S 15919 15922 16473 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 5691398 9736192 351 33554432000 4194304 5098028 140721617188224 140721617185864 140309913005056 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 25157632 140721617192206 140721617192291 140721617192291 140721617194990 0
/proc/15922/statm: 2377 351 278 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 1.51 1.62 1.54 3/261 15922
/proc/meminfo: memFree=30767980/32770624 swapFree=5720/278876
[pid=15922] ppid=15919 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (bash) S 15919 15922 16473 0 -1 4202496 883 6411 0 0 0 0 0 1 20 0 1 0 5691398 9871360 378 33554432000 4194304 5098028 140721617188224 140721617182232 140309913005056 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 25157632 140721617192206 140721617192291 140721617192291 140721617194990 0
/proc/15922/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200361 s]
/proc/loadavg: 1.51 1.62 1.54 3/261 15922
/proc/meminfo: memFree=30767980/32770624 swapFree=5720/278876
[pid=15922] ppid=15919 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 4750 12672 0 0 6 1 8 4 20 0 13 0 5691398 10686320640 5110 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2608965 5110 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300258 s]
/proc/loadavg: 1.51 1.62 1.54 3/261 15922
/proc/meminfo: memFree=30767980/32770624 swapFree=5720/278876
[pid=15922] ppid=15919 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 9257 12672 0 0 22 2 8 4 20 0 20 0 5691398 11164049408 10768 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2725598 10768 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700174 s]
/proc/loadavg: 1.51 1.62 1.54 3/261 15922
/proc/meminfo: memFree=30767980/32770624 swapFree=5720/278876
[pid=15922] ppid=15919 vsize=10902720 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 12642 12672 0 0 82 4 8 4 20 0 20 0 5691398 11164385280 16456 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2725680 16456 3232 1 0 2713890 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10902720

[startup+1.50124 s]
/proc/loadavg: 1.51 1.62 1.54 3/281 15995
/proc/meminfo: memFree=30660564/32770624 swapFree=5720/278912
[pid=15922] ppid=15919 vsize=10915392 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 26765 12672 0 0 207 12 8 4 20 0 20 0 5691398 11177361408 44147 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2728848 44147 3409 1 0 2716962 0
[pid=15922/tid=15977] ppid=15919 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) R 15919 15922 16473 0 -1 4202560 18896 12672 0 0 125 5 8 4 20 0 20 0 5691411 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675381095568 139675362237914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) S 15919 15922 16473 0 -1 1077944384 42 12672 0 0 0 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675302943632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) S 15919 15922 16473 0 -1 1077944384 12 12672 0 0 0 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675301890832 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) S 15919 15922 16473 0 -1 1077944384 42 12672 0 0 1 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675300838544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) S 15919 15922 16473 0 -1 1077944384 29 12672 0 0 0 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675299785744 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) S 15919 15922 16473 0 -1 1077944384 12 12672 0 0 0 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675298732432 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) S 15919 15922 16473 0 -1 1077944384 22 12672 0 0 1 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675297679632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) S 15919 15922 16473 0 -1 1077944384 132 12672 0 0 0 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675296627344 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) S 15919 15922 16473 0 -1 1077944384 34 12672 0 0 1 0 8 4 20 0 20 0 5691412 11177361408 44147 33554432000 4194304 4196468 140726945804576 139675295574544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=10915392 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) S 15919 15922 16473 0 -1 1077944384 1137 12672 0 0 1 0 8 4 20 0 20 0 5691414 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674851486320 139675376880258 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 55 12672 0 0 0 0 8 4 20 0 20 0 5691415 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674850432352 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 44 12672 0 0 0 0 8 4 20 0 20 0 5691415 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674849379952 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 1 12672 0 0 0 0 8 4 20 0 20 0 5691418 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 803 12672 0 0 11 0 8 4 20 0 20 0 5691418 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 612 12672 0 0 13 0 8 4 20 0 20 0 5691418 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=10915392 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 1347 12672 0 0 17 0 8 4 20 0 20 0 5691418 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=10915392 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) R 15919 15922 16473 0 -1 4202560 1405 12672 0 0 28 0 8 4 20 0 20 0 5691419 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674844117152 139675357182000 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 20 0 5691419 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 6 12672 0 0 0 0 8 4 20 0 20 0 5691419 11177361408 44147 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10116 s]
/proc/loadavg: 1.51 1.62 1.54 5/281 15995
/proc/meminfo: memFree=30589012/32770624 swapFree=5720/278916
[pid=15922] ppid=15919 vsize=10925820 CPUtime=7.2 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 40885 12672 0 0 685 23 8 4 20 0 20 0 5691398 11188039680 71262 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2731455 71262 3482 1 0 2719010 0
[pid=15922/tid=15977] ppid=15919 vsize=10925820 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) S 15919 15922 16473 0 -1 1077944384 25803 12672 0 0 279 9 8 4 20 0 20 0 5691411 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675381100592 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) S 15919 15922 16473 0 -1 1077944384 71 12672 0 0 1 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675302943632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) S 15919 15922 16473 0 -1 1077944384 23 12672 0 0 1 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675301890832 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) S 15919 15922 16473 0 -1 1077944384 122 12672 0 0 2 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675300838544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) S 15919 15922 16473 0 -1 1077944384 37 12672 0 0 1 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675299785744 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) S 15919 15922 16473 0 -1 1077944384 19 12672 0 0 1 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675298732432 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) S 15919 15922 16473 0 -1 1077944384 30 12672 0 0 2 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675297679632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) S 15919 15922 16473 0 -1 1077944384 151 12672 0 0 1 1 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675296627344 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) S 15919 15922 16473 0 -1 1077944384 37 12672 0 0 1 0 8 4 20 0 20 0 5691412 11188039680 71262 33554432000 4194304 4196468 140726945804576 139675295574544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) R 15919 15922 16473 0 -1 4202560 1154 12672 0 0 2 0 8 4 20 0 20 0 5691414 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674851484832 139675376890458 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 55 12672 0 0 0 0 8 4 20 0 20 0 5691415 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674850432352 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 44 12672 0 0 0 0 8 4 20 0 20 0 5691415 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674849379952 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 1 12672 0 0 0 0 8 4 20 0 20 0 5691418 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=10925820 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 4117 12672 0 0 114 1 8 4 20 0 20 0 5691418 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674847260112 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=10925820 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 1657 12672 0 0 83 0 8 4 20 0 20 0 5691418 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674846213600 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 2291 12672 0 0 88 1 8 4 20 0 20 0 5691418 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674845150544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=10925820 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 3132 12672 0 0 100 1 8 4 20 0 20 0 5691419 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 20 0 5691419 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 7 12672 0 0 0 0 8 4 20 0 20 0 5691419 11188039680 71262 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10925820

[startup+6.30081 s]
/proc/loadavg: 1.63 1.65 1.54 3/281 15995
/proc/meminfo: memFree=30395608/32770624 swapFree=5720/278916
[pid=15922] ppid=15919 vsize=10927868 CPUtime=14.57 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 48697 12672 0 0 1392 53 8 4 20 0 20 0 5691398 11190136832 101568 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2731967 101568 3496 1 0 2719522 0
[pid=15922/tid=15977] ppid=15919 vsize=10927868 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) R 15919 15922 16473 0 -1 4202560 26603 12672 0 0 561 9 8 4 20 0 20 0 5691411 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675381099976 139674984297760 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) S 15919 15922 16473 0 -1 1077944384 112 12672 0 0 6 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675302943632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) S 15919 15922 16473 0 -1 1077944384 59 12672 0 0 5 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675301890832 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) S 15919 15922 16473 0 -1 1077944384 159 12672 0 0 7 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675300838544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) S 15919 15922 16473 0 -1 1077944384 72 12672 0 0 7 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675299785744 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) S 15919 15922 16473 0 -1 1077944384 51 12672 0 0 5 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675298732432 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) S 15919 15922 16473 0 -1 1077944384 67 12672 0 0 6 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675297679632 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) S 15919 15922 16473 0 -1 1077944384 183 12672 0 0 5 4 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675296627344 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) S 15919 15922 16473 0 -1 1077944384 71 12672 0 0 6 3 8 4 20 0 20 0 5691412 11190136832 101568 33554432000 4194304 4196468 140726945804576 139675295574544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) S 15919 15922 16473 0 -1 1077944384 1263 12672 0 0 3 0 8 4 20 0 20 0 5691414 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674851486320 139675376880258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 55 12672 0 0 0 0 8 4 20 0 20 0 5691415 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674850432352 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 44 12672 0 0 0 0 8 4 20 0 20 0 5691415 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674849379968 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 1 12672 0 0 0 0 8 4 20 0 20 0 5691418 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=10927868 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 6023 12672 0 0 224 1 8 4 20 0 20 0 5691418 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=10927868 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 3096 12672 0 0 189 1 8 4 20 0 20 0 5691418 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=10927868 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 3824 12672 0 0 203 1 8 4 20 0 20 0 5691418 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=10927868 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 4866 12672 0 0 155 1 8 4 20 0 20 0 5691419 11190136832 101568 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=15922/tid=15990] ppid=15919 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 38119 12672 0 0 929 7 8 4 20 0 22 0 5691418 11397763072 669763 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=11130628 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 34159 12672 0 0 886 7 8 4 20 0 22 0 5691418 11397763072 669763 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 28936 12672 0 0 883 6 8 4 20 0 22 0 5691418 11397763072 669763 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 41432 12672 0 0 398 8 8 4 20 0 22 0 5691419 11397763072 669771 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 22 0 5691419 11397763072 669771 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=11130628 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 1962 12672 0 0 69 61 8 4 20 0 22 0 5691419 11397763072 669771 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 2400.69
Current children cumulated vsize (KiB) 11130628

[startup+2301.6 s]
/proc/loadavg: 1.56 1.58 1.52 11/283 16208
/proc/meminfo: memFree=28123680/32770624 swapFree=5720/281156
[pid=15922] ppid=15919 vsize=11130628 CPUtime=2406.46 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 477765 12672 0 0 240067 567 8 4 20 0 22 0 5691398 11397763072 670379 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2782657 670379 3516 1 0 2770212 0
[pid=15922/tid=15977] ppid=15919 vsize=11130628 CPUtime=2282.9 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) S 15919 15922 16473 0 -1 1077944384 132331 12672 0 0 228215 63 8 4 20 0 22 0 5691411 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675381106800 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=11130628 CPUtime=10.95 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) R 15919 15922 16473 0 -1 4202560 26524 12672 0 0 1028 55 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675302943528 139675369497319 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=11130628 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) R 15919 15922 16473 0 -1 4202560 16717 12672 0 0 1034 48 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675301890728 139675369497319 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=11130628 CPUtime=10.91 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) R 15919 15922 16473 0 -1 4202560 19710 12672 0 0 1027 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675300838744 139675358466122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=11130628 CPUtime=10.93 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) R 15919 15922 16473 0 -1 4202560 14990 12672 0 0 1029 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675299785640 139675369497319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=11130628 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) R 15919 15922 16473 0 -1 4202560 17337 12672 0 0 1031 49 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675298732328 139675362627928 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=11130628 CPUtime=10.86 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) R 15919 15922 16473 0 -1 4202560 19788 12672 0 0 1020 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675297679528 139675369497319 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=11130628 CPUtime=11.06 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) R 15919 15922 16473 0 -1 4202560 23036 12672 0 0 1043 51 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675296627240 139675369497319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=11130628 CPUtime=10.96 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) R 15919 15922 16473 0 -1 4202560 18577 12672 0 0 1030 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675295574440 139675369497319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=11130628 CPUtime=4.39 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) S 15919 15922 16473 0 -1 1077944384 41329 12672 0 0 399 28 8 4 20 0 22 0 5691414 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674851484720 139675376879317 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 61 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674850432256 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 51 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674849379968 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 224 12672 0 0 0 0 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 38119 12672 0 0 929 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=11130628 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 34159 12672 0 0 886 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 28936 12672 0 0 883 6 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 41432 12672 0 0 398 8 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 1962 12672 0 0 70 62 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16207] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16207/stat : 16207 (java) S 15919 15922 16473 0 -1 1077944384 315 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674820846448 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16208] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16208/stat : 16208 (java) S 15919 15922 16473 0 -1 1077944384 32 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674741892544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 2406.46
Current children cumulated vsize (KiB) 11130628

[startup+2301.8 s]
/proc/loadavg: 1.56 1.58 1.52 11/283 16208
/proc/meminfo: memFree=28123680/32770624 swapFree=5720/281156
[pid=15922] ppid=15919 vsize=11130628 CPUtime=2407.77 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 477797 12672 0 0 240198 567 8 4 20 0 22 0 5691398 11397763072 670379 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2782657 670379 3516 1 0 2770212 0
[pid=15922/tid=15977] ppid=15919 vsize=11130628 CPUtime=2282.9 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) S 15919 15922 16473 0 -1 1077944384 132331 12672 0 0 228215 63 8 4 20 0 22 0 5691411 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675381106800 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=11130628 CPUtime=11.11 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) R 15919 15922 16473 0 -1 4202560 26531 12672 0 0 1044 55 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675302943832 139675361566863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=11130628 CPUtime=11.11 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) R 15919 15922 16473 0 -1 4202560 16725 12672 0 0 1051 48 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675301891032 139675361566886 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=11130628 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) R 15919 15922 16473 0 -1 4202560 19714 12672 0 0 1043 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675300838744 139675361819831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=11130628 CPUtime=11.09 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) R 15919 15922 16473 0 -1 4202560 14996 12672 0 0 1045 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675299785944 139675358464928 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=11130628 CPUtime=11.08 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) R 15919 15922 16473 0 -1 4202560 17338 12672 0 0 1047 49 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675298732632 139675358422760 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=11130628 CPUtime=11.02 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) R 15919 15922 16473 0 -1 4202560 19789 12672 0 0 1036 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675297679520 139675361819789 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=11130628 CPUtime=11.22 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) R 15919 15922 16473 0 -1 4202560 23037 12672 0 0 1059 51 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675296627544 139675358466112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=11130628 CPUtime=11.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) R 15919 15922 16473 0 -1 4202560 18579 12672 0 0 1046 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675295574744 139675361566808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=11130628 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) S 15919 15922 16473 0 -1 1077944384 41329 12672 0 0 402 28 8 4 20 0 22 0 5691414 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674851484720 139675376879317 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 61 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674850432256 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 51 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674849379968 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 224 12672 0 0 0 0 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 38119 12672 0 0 929 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=11130628 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 34159 12672 0 0 886 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 28936 12672 0 0 883 6 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 41432 12672 0 0 398 8 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 1962 12672 0 0 70 62 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16207] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16207/stat : 16207 (java) S 15919 15922 16473 0 -1 1077944384 315 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674820846448 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16208] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16208/stat : 16208 (java) S 15919 15922 16473 0 -1 1077944384 34 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674741892544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 2407.77
Current children cumulated vsize (KiB) 11130628

[startup+2301.9 s]
/proc/loadavg: 1.56 1.58 1.52 11/283 16208
/proc/meminfo: memFree=28123680/32770624 swapFree=5720/281156
[pid=15922] ppid=15919 vsize=11130628 CPUtime=2408.45 cores=0,2,4,6,8,10,12,14
/proc/15922/stat : 15922 (java) S 15919 15922 16473 0 -1 1077944320 477798 12672 0 0 240266 567 8 4 20 0 22 0 5691398 11397763072 670379 33554432000 4194304 4196468 140726945804576 140726945787120 139675376869111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
/proc/15922/statm: 2782657 670379 3516 1 0 2770212 0
[pid=15922/tid=15977] ppid=15919 vsize=11130628 CPUtime=2282.9 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15977/stat : 15977 (java) S 15919 15922 16473 0 -1 1077944384 132331 12672 0 0 228215 63 8 4 20 0 22 0 5691411 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675381106800 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15978] ppid=15919 vsize=11130628 CPUtime=11.2 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15978/stat : 15978 (java) R 15919 15922 16473 0 -1 4202560 26531 12672 0 0 1053 55 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675302943832 139675358478918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15979] ppid=15919 vsize=11130628 CPUtime=11.19 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15979/stat : 15979 (java) R 15919 15922 16473 0 -1 4202560 16725 12672 0 0 1059 48 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675301891032 139675361865738 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15980] ppid=15919 vsize=11130628 CPUtime=11.15 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15980/stat : 15980 (java) R 15919 15922 16473 0 -1 4202560 19714 12672 0 0 1051 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675300838432 139675361567841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15981] ppid=15919 vsize=11130628 CPUtime=11.18 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15981/stat : 15981 (java) R 15919 15922 16473 0 -1 4202560 14996 12672 0 0 1054 52 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675299785944 139675361326733 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15982] ppid=15919 vsize=11130628 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15982/stat : 15982 (java) R 15919 15922 16473 0 -1 4202560 17338 12672 0 0 1055 49 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675298732632 139675361567829 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15983] ppid=15919 vsize=11130628 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15983/stat : 15983 (java) R 15919 15922 16473 0 -1 4202560 19789 12672 0 0 1044 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675297679832 139675361865515 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15984] ppid=15919 vsize=11130628 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15984/stat : 15984 (java) R 15919 15922 16473 0 -1 4202560 23038 12672 0 0 1068 51 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675296627544 139675361567972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15985] ppid=15919 vsize=11130628 CPUtime=11.2 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15985/stat : 15985 (java) R 15919 15922 16473 0 -1 4202560 18579 12672 0 0 1054 54 8 4 20 0 22 0 5691412 11397763072 670379 33554432000 4194304 4196468 140726945804576 139675295574744 139675361865793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15986] ppid=15919 vsize=11130628 CPUtime=4.44 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15986/stat : 15986 (java) S 15919 15922 16473 0 -1 1077944384 41329 12672 0 0 404 28 8 4 20 0 22 0 5691414 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674851484944 139675376879317 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15987] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15987/stat : 15987 (java) S 15919 15922 16473 0 -1 1077944384 61 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674850432256 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15988] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15988/stat : 15988 (java) S 15919 15922 16473 0 -1 1077944384 51 12672 0 0 0 0 8 4 20 0 22 0 5691415 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674849379968 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15989] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15989/stat : 15989 (java) S 15919 15922 16473 0 -1 1077944384 224 12672 0 0 0 0 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674848328272 139675376887707 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15990] ppid=15919 vsize=11130628 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15990/stat : 15990 (java) S 15919 15922 16473 0 -1 1077944384 38119 12672 0 0 929 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674847275120 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15991] ppid=15919 vsize=11130628 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15991/stat : 15991 (java) S 15919 15922 16473 0 -1 1077944384 34159 12672 0 0 886 7 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674846222320 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15992] ppid=15919 vsize=11130628 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15992/stat : 15992 (java) S 15919 15922 16473 0 -1 1077944384 28936 12672 0 0 883 6 8 4 20 0 22 0 5691418 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674845170032 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 28 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15993] ppid=15919 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15993/stat : 15993 (java) S 15919 15922 16473 0 -1 1077944384 41432 12672 0 0 398 8 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674844117232 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15994] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15994/stat : 15994 (java) S 15919 15922 16473 0 -1 1077944384 3 12672 0 0 0 0 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674843065184 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=15995] ppid=15919 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15922/task/15995/stat : 15995 (java) S 15919 15922 16473 0 -1 1077944384 1962 12672 0 0 70 62 8 4 20 0 22 0 5691419 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674842012464 139675376880258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16207] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16207/stat : 16207 (java) S 15919 15922 16473 0 -1 1077944384 315 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674820846448 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
[pid=15922/tid=16208] ppid=15919 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15922/task/16208/stat : 16208 (java) S 15919 15922 16473 0 -1 1077944384 34 12672 0 0 0 0 8 4 20 0 22 0 5921469 11397763072 670379 33554432000 4194304 4196468 140726945804576 139674741892544 139675376879317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16539648 140726945811137 140726945813911 140726945813911 140726945816527 0
Current children cumulated CPU time (s) 2408.45
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2301.95
CPU time (s): 2408.63
CPU user time (s): 2402.89
CPU system time (s): 5.74335
CPU usage (%): 104.634
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2402.89
system time used= 5.74335
maximum resident set size= 2977968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 182531
involuntary context switches= 154316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3552 second user time and 20.1932 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 08:17:02
IDJOB=4245514
IDBENCH=122928
IDSOLVER=2630
FILE ID=node114/4245514-1500704222
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61988 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-325-100.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245514-1500704222/watcher-4245514-1500704222 -o /tmp/evaluation-result-4245514-1500704222/solver-4245514-1500704222 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4245514-1500704222.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 34a68c11381dc26a6f51296df739d32e
RANDOM SEED=1110915894

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30768044 kB
MemAvailable:   31020160 kB
Buffers:          132120 kB
Cached:           398956 kB
SwapCached:            0 kB
Active:          1275768 kB
Inactive:         287704 kB
Active(anon):    1034952 kB
Inactive(anon):     8828 kB
Active(file):     240816 kB
Inactive(file):   278876 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24368 kB
Writeback:             0 kB
AnonPages:       1037624 kB
Mapped:            44132 kB
Shmem:              8848 kB
Slab:             130828 kB
SReclaimable:      96520 kB
SUnreclaim:        34308 kB
KernelStack:        4592 kB
PageTables:         6840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1818176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61964 MiB
End job on node114 at 2017-07-22 08:55:25