Trace number 4246268

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
R1: Concrete 3.4? (TO) 2401.13 2339.65

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-30.xml
MD5SUMcfab102c91084e040090bf0c1bc6cb0b
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 variables120
Number of constraints90
Number of domains2
Minimum domain size30
Maximum domain size60
Distribution of domain sizes[{"size":30,"count":60},{"size":60,"count":60}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":60},{"degree":60,"count":60}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":30},{"arity":61,"count":60}]
Number of extensional constraints0
Number of intensional constraints30
Distribution of constraint types[{"type":"intension","count":30},{"type":"element","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23273
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.34 1.38 1.47 2/261 23276
/proc/meminfo: memFree=30878160/32770624 swapFree=5940/273284
[pid=23276] ppid=23273 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (bash) S 23273 23276 14618 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 6468010 9736192 350 33554432000 4194304 5098028 140728844136368 140728844134008 139770267229184 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 31944704 140728844141838 140728844141923 140728844141923 140728844144622 0
/proc/23276/statm: 2377 350 277 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.34 1.38 1.47 2/261 23276
/proc/meminfo: memFree=30878160/32770624 swapFree=5940/273284
[pid=23276] ppid=23273 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (bash) S 23273 23276 14618 0 -1 4202496 879 6423 0 0 0 0 0 1 20 0 1 0 6468010 9871360 378 33554432000 4194304 5098028 140728844136368 140728844130376 139770267229184 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 31944704 140728844141838 140728844141923 140728844141923 140728844144622 0
/proc/23276/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200393 s]
/proc/loadavg: 1.34 1.38 1.47 2/261 23276
/proc/meminfo: memFree=30878160/32770624 swapFree=5940/273284
[pid=23276] ppid=23273 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 5083 12306 0 0 5 2 7 4 20 0 13 0 6468010 10686320640 5455 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2608965 5455 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300348 s]
/proc/loadavg: 1.34 1.38 1.47 2/261 23276
/proc/meminfo: memFree=30878160/32770624 swapFree=5940/273284
[pid=23276] ppid=23273 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 7353 12306 0 0 22 3 7 4 20 0 20 0 6468010 11164049408 9032 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2725598 9032 2946 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.7002 s]
/proc/loadavg: 1.34 1.38 1.47 2/261 23276
/proc/meminfo: memFree=30878160/32770624 swapFree=5940/273284
[pid=23276] ppid=23273 vsize=10902720 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 12635 12306 0 0 77 5 7 4 20 0 20 0 6468010 11164385280 15996 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2725680 15996 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50107 s]
/proc/loadavg: 1.34 1.38 1.47 3/281 23349
/proc/meminfo: memFree=30773792/32770624 swapFree=5940/273328
[pid=23276] ppid=23273 vsize=10913344 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 26481 12306 0 0 202 14 7 4 20 0 20 0 6468010 11175264256 43975 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2728336 43975 3410 1 0 2716450 0
[pid=23276/tid=23331] ppid=23273 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) R 23273 23276 14618 0 -1 4202560 19264 12306 0 0 125 7 7 4 20 0 20 0 6468023 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707599245320 139707182880708 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 37 12306 0 0 0 0 7 4 20 0 20 0 6468023 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 10 12306 0 0 0 0 7 4 20 0 20 0 6468023 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 36 12306 0 0 0 0 7 4 20 0 20 0 6468023 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 14 12306 0 0 0 0 7 4 20 0 20 0 6468023 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 16 12306 0 0 1 0 7 4 20 0 20 0 6468024 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 140 12306 0 0 1 0 7 4 20 0 20 0 6468024 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 16 12306 0 0 0 0 7 4 20 0 20 0 6468024 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 52 12306 0 0 1 0 7 4 20 0 20 0 6468024 11175264256 43975 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) S 23273 23276 14618 0 -1 1077944384 750 12306 0 0 1 0 7 4 20 0 20 0 6468026 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706935327088 139707595029122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 55 12306 0 0 0 0 7 4 20 0 20 0 6468027 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706934273120 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 20 0 6468027 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 1 12306 0 0 0 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 918 12306 0 0 14 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 1135 12306 0 0 12 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) R 23273 23276 14618 0 -1 4202560 596 12306 0 0 13 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706928997856 139707574279022 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 1260 12306 0 0 26 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 20 0 6468031 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 6 12306 0 0 0 0 7 4 20 0 20 0 6468032 11175264256 43975 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10083 s]
/proc/loadavg: 1.34 1.38 1.47 11/281 23349
/proc/meminfo: memFree=30703308/32770624 swapFree=5940/273328
[pid=23276] ppid=23273 vsize=10927868 CPUtime=6.44 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 48385 12306 0 0 613 20 7 4 20 0 20 0 6468010 11190136832 57842 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2731967 57842 3476 1 0 2719522 0
[pid=23276/tid=23331] ppid=23273 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) R 23273 23276 14618 0 -1 4202560 34003 12306 0 0 281 9 7 4 20 0 20 0 6468023 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707599248240 139707595029910 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 37 12306 0 0 0 0 7 4 20 0 20 0 6468023 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 10 12306 0 0 0 0 7 4 20 0 20 0 6468023 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 36 12306 0 0 0 0 7 4 20 0 20 0 6468023 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 14 12306 0 0 0 0 7 4 20 0 20 0 6468023 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 16 12306 0 0 1 0 7 4 20 0 20 0 6468024 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 140 12306 0 0 1 0 7 4 20 0 20 0 6468024 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 16 12306 0 0 0 0 7 4 20 0 20 0 6468024 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 52 12306 0 0 1 0 7 4 20 0 20 0 6468024 11190136832 57842 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) S 23273 23276 14618 0 -1 1077944384 763 12306 0 0 1 0 7 4 20 0 20 0 6468026 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706935327088 139707595029122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 55 12306 0 0 0 0 7 4 20 0 20 0 6468027 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706934273120 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 20 0 6468027 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 1 12306 0 0 0 0 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=10927868 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 1696 12306 0 0 60 0 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=10927868 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 4704 12306 0 0 96 1 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10927868 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 1569 12306 0 0 65 1 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10927868 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 3091 12306 0 0 98 1 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 20 0 6468031 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 7 12306 0 0 0 0 7 4 20 0 20 0 6468032 11190136832 57842 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 10927868

[startup+6.3009 s]
/proc/loadavg: 1.31 1.37 1.46 3/281 23349
/proc/meminfo: memFree=30527256/32770624 swapFree=5940/273336
[pid=23276] ppid=23273 vsize=10995452 CPUtime=13.17 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 64839 12306 0 0 1278 28 7 4 20 0 20 0 6468010 11259342848 96517 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2748863 96517 3504 1 0 2736418 0
[pid=23276/tid=23331] ppid=23273 vsize=10995452 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) R 23273 23276 14618 0 -1 4202560 41329 12306 0 0 593 12 7 4 20 0 20 0 6468023 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707599248776 139707195752650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 65 12306 0 0 3 1 7 4 20 0 20 0 6468023 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 880 12306 0 0 3 0 7 4 20 0 20 0 6468023 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 96 12306 0 0 3 1 7 4 20 0 20 0 6468023 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 96 12306 0 0 3 1 7 4 20 0 20 0 6468023 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 41 12306 0 0 3 1 7 4 20 0 20 0 6468024 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 167 12306 0 0 3 0 7 4 20 0 20 0 6468024 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 128 12306 0 0 3 0 7 4 20 0 20 0 6468024 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 84 12306 0 0 2 0 7 4 20 0 20 0 6468024 11259342848 96517 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) S 23273 23276 14618 0 -1 1077944384 1789 12306 0 0 3 0 7 4 20 0 20 0 6468026 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706935327088 139707595029122 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 55 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706934273184 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 1 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=10995452 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 6015 12306 0 0 156 1 7 4 20 0 20 0 6468031 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=10995452 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 6381 12306 0 0 213 1 7 4 20 0 20 0 6468031 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10995452 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 1835 12306 0 0 147 1 7 4 20 0 20 0 6468031 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10995452 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 3693 12306 0 0 135 2 7 4 20 0 20 0 6468031 11259342848 96517 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=23276/tid=23345] ppid=23273 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 8470 12306 0 0 220 2 7 4 20 0 20 0 6468031 11259342848 212825 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10995452 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 2700 12306 0 0 151 2 7 4 20 0 20 0 6468031 11259342848 212825 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 8146 12306 0 0 138 2 7 4 20 0 20 0 6468031 11259342848 212825 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 212825 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=10995452 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 840 12306 0 0 58 58 7 4 20 0 20 0 6468032 11259342848 212825 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 2321.1
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.80 1.60 1.54 3/281 23583
/proc/meminfo: memFree=29828216/32770624 swapFree=5940/275780
[pid=23276] ppid=23273 vsize=10995452 CPUtime=2382.49 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 172465 12306 0 0 237843 395 7 4 20 0 20 0 6468010 11259342848 213372 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2748863 213372 3506 1 0 2736418 0
[pid=23276/tid=23331] ppid=23273 vsize=10995452 CPUtime=2304.19 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) R 23273 23276 14618 0 -1 4202560 73569 12306 0 0 230369 39 7 4 20 0 20 0 6468023 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707599252160 139707194507006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 6431 12306 0 0 766 40 7 4 20 0 20 0 6468023 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=10995452 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 4943 12306 0 0 743 36 7 4 20 0 20 0 6468023 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=10995452 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 9418 12306 0 0 768 38 7 4 20 0 20 0 6468023 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=10995452 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 11206 12306 0 0 752 35 7 4 20 0 20 0 6468023 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 8798 12306 0 0 759 37 7 4 20 0 20 0 6468024 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=10995452 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 4338 12306 0 0 749 37 7 4 20 0 20 0 6468024 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=10995452 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 2196 12306 0 0 762 34 7 4 20 0 20 0 6468024 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=10995452 CPUtime=8 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 7794 12306 0 0 754 35 7 4 20 0 20 0 6468024 11259342848 213372 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=10995452 CPUtime=6.76 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) S 23273 23276 14618 0 -1 1077944384 12637 12306 0 0 632 33 7 4 20 0 20 0 6468026 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706935327088 139707595029122 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 55 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706934273184 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 1 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 8725 12306 0 0 169 2 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 8472 12306 0 0 220 2 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10995452 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 2702 12306 0 0 151 2 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 8148 12306 0 0 138 2 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=10995452 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 857 12306 0 0 60 59 7 4 20 0 20 0 6468032 11259342848 213372 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 2382.49
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.4 s]
/proc/loadavg: 1.97 1.64 1.55 3/281 23584
/proc/meminfo: memFree=29770608/32770624 swapFree=5940/275816
[pid=23276] ppid=23273 vsize=10995452 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 172843 12306 0 0 239597 399 7 4 20 0 20 0 6468010 11259342848 213386 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2748863 213386 3506 1 0 2736418 0
[pid=23276/tid=23331] ppid=23273 vsize=10995452 CPUtime=2321.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) R 23273 23276 14618 0 -1 4202560 73742 12306 0 0 232064 39 7 4 20 0 20 0 6468023 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707599252160 139707194552605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=10995452 CPUtime=8.24 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 6440 12306 0 0 773 40 7 4 20 0 20 0 6468023 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=10995452 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 4948 12306 0 0 750 36 7 4 20 0 20 0 6468023 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=10995452 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 9443 12306 0 0 774 38 7 4 20 0 20 0 6468023 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=10995452 CPUtime=8.04 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 11240 12306 0 0 758 35 7 4 20 0 20 0 6468023 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 8806 12306 0 0 766 37 7 4 20 0 20 0 6468024 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=10995452 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 4344 12306 0 0 757 38 7 4 20 0 20 0 6468024 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=10995452 CPUtime=8.14 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 2204 12306 0 0 769 34 7 4 20 0 20 0 6468024 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=10995452 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 7799 12306 0 0 760 35 7 4 20 0 20 0 6468024 11259342848 213386 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=10995452 CPUtime=6.81 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) S 23273 23276 14618 0 -1 1077944384 12723 12306 0 0 636 34 7 4 20 0 20 0 6468026 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706935327088 139707595029122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 55 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706934273184 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 20 0 6468027 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 1 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 8727 12306 0 0 169 2 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 8474 12306 0 0 220 2 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=10995452 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 2704 12306 0 0 151 2 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=10995452 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 8150 12306 0 0 138 2 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706927958512 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 20 0 6468031 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=10995452 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 868 12306 0 0 61 60 7 4 20 0 20 0 6468032 11259342848 213386 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23276 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2339.6 s]
/proc/loadavg: 1.97 1.64 1.55 3/281 23584
/proc/meminfo: memFree=29770608/32770624 swapFree=5940/275816
[pid=23276] ppid=23273 vsize=11128580 CPUtime=2400.98 cores=0,2,4,6,8,10,12,14
/proc/23276/stat : 23276 (java) S 23273 23276 14618 0 -1 1077944320 179262 12306 0 0 239686 401 7 4 20 0 22 0 6468010 11395665920 215148 33554432000 4194304 4196468 140726608352096 140726608334640 139707595017975 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
/proc/23276/statm: 2782145 215148 3506 1 0 2769700 0
[pid=23276/tid=23331] ppid=23273 vsize=11128580 CPUtime=2321.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23331/stat : 23331 (java) S 23273 23276 14618 0 -1 1077944384 74088 12306 0 0 232065 39 7 4 20 0 22 0 6468023 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707599255520 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23332] ppid=23273 vsize=11128580 CPUtime=8.34 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23332/stat : 23332 (java) S 23273 23276 14618 0 -1 1077944384 6450 12306 0 0 783 40 7 4 20 0 22 0 6468023 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707521092240 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23333] ppid=23273 vsize=11128580 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23333/stat : 23333 (java) S 23273 23276 14618 0 -1 1077944384 4956 12306 0 0 760 36 7 4 20 0 22 0 6468023 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707520039440 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23334] ppid=23273 vsize=11128580 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23334/stat : 23334 (java) S 23273 23276 14618 0 -1 1077944384 9462 12306 0 0 784 38 7 4 20 0 22 0 6468023 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707518986640 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23335] ppid=23273 vsize=11128580 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23335/stat : 23335 (java) S 23273 23276 14618 0 -1 1077944384 11249 12306 0 0 768 36 7 4 20 0 22 0 6468023 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707517933840 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23336] ppid=23273 vsize=11128580 CPUtime=8.25 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23336/stat : 23336 (java) S 23273 23276 14618 0 -1 1077944384 8812 12306 0 0 776 38 7 4 20 0 22 0 6468024 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707516882064 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23337] ppid=23273 vsize=11128580 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23337/stat : 23337 (java) S 23273 23276 14618 0 -1 1077944384 4383 12306 0 0 767 38 7 4 20 0 22 0 6468024 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707515829264 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23338] ppid=23273 vsize=11128580 CPUtime=8.23 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23338/stat : 23338 (java) S 23273 23276 14618 0 -1 1077944384 2205 12306 0 0 778 34 7 4 20 0 22 0 6468024 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707514776464 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23339] ppid=23273 vsize=11128580 CPUtime=8.17 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23339/stat : 23339 (java) S 23273 23276 14618 0 -1 1077944384 7807 12306 0 0 770 36 7 4 20 0 22 0 6468024 11395665920 215148 33554432000 4194304 4196468 140726608352096 139707513723664 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23340] ppid=23273 vsize=11128580 CPUtime=6.89 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23340/stat : 23340 (java) R 23273 23276 14618 0 -1 4202560 18119 12306 0 0 644 34 7 4 20 0 22 0 6468026 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706935325376 139707579372669 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23341] ppid=23273 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23341/stat : 23341 (java) S 23273 23276 14618 0 -1 1077944384 57 12306 0 0 0 0 7 4 20 0 22 0 6468027 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706934273168 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23342] ppid=23273 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23342/stat : 23342 (java) S 23273 23276 14618 0 -1 1077944384 43 12306 0 0 0 0 7 4 20 0 22 0 6468027 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706933220224 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23343] ppid=23273 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23343/stat : 23343 (java) S 23273 23276 14618 0 -1 1077944384 74 12306 0 0 0 0 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706932168528 139707595036571 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23344] ppid=23273 vsize=11128580 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23344/stat : 23344 (java) S 23273 23276 14618 0 -1 1077944384 8727 12306 0 0 169 2 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706931116912 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23345] ppid=23273 vsize=11128580 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23345/stat : 23345 (java) S 23273 23276 14618 0 -1 1077944384 8474 12306 0 0 220 2 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706930064112 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23346] ppid=23273 vsize=11128580 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23346/stat : 23346 (java) S 23273 23276 14618 0 -1 1077944384 2704 12306 0 0 151 2 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706929011312 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23347] ppid=23273 vsize=11128580 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23347/stat : 23347 (java) S 23273 23276 14618 0 -1 1077944384 8564 12306 0 0 138 2 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706927955712 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23348] ppid=23273 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23348/stat : 23348 (java) S 23273 23276 14618 0 -1 1077944384 3 12306 0 0 0 0 7 4 20 0 22 0 6468031 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706926905952 139707595028181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
[pid=23276/tid=23349] ppid=23273 vsize=11128580 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/23276/task/23349/stat : 23349 (java) S 23273 23276 14618 0 -1 1077944384 868 12306 0 0 61 60 7 4 20 0 22 0 6468032 11395665920 215148 33554432000 4194304 4196468 140726608352096 139706925853232 139707595029122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39428096 140726608353985 140726608356759 140726608356759 140726608359375 0
Current children cumulated CPU time (s) 2400.98
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2339.65
CPU time (s): 2401.13
CPU user time (s): 2397.05
CPU system time (s): 4.07335
CPU usage (%): 102.628
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.05
system time used= 4.07336
maximum resident set size= 861232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299158
involuntary context switches= 179147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2312 second user time and 20.6997 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 10:26:51
IDJOB=4246268
IDBENCH=124374
IDSOLVER=2630
FILE ID=node138/4246268-1500712011
RUNJOBID= node138-1500684099-14649
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-30.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246268-1500712011/watcher-4246268-1500712011 -o /tmp/evaluation-result-4246268-1500712011/solver-4246268-1500712011 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14649 --watchdog 2560  bin/concrete HOME/instance-4246268-1500712011.xml

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

MD5SUM BENCH= cfab102c91084e040090bf0c1bc6cb0b
RANDOM SEED=1729321408

node138.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		: 2000.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.44
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	: 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.44
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		: 1600.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.44
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		: 1600.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		: 1600.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.44
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		: 2400.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		: 1600.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.44
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		: 2668.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.44
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.44
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		: 1867.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.44
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:        30878160 kB
MemAvailable:   31108664 kB
Buffers:          127336 kB
Cached:           382652 kB
SwapCached:            0 kB
Active:          1171244 kB
Inactive:         281892 kB
Active(anon):     945764 kB
Inactive(anon):     8608 kB
Active(file):     225480 kB
Inactive(file):   273284 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23972 kB
Writeback:             0 kB
AnonPages:        948120 kB
Mapped:            44264 kB
Shmem:              8852 kB
Slab:             129444 kB
SReclaimable:      95148 kB
SUnreclaim:        34296 kB
KernelStack:        4592 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1784244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 11:05:51