Trace number 4245222

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.36 2365.47

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-100-05.xml
MD5SUM49715548d1d786de52e060044cf6008a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark528.938
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14115
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.61 1.45 1.51 3/262 14118
/proc/meminfo: memFree=30678136/32770624 swapFree=5720/274980
[pid=14118] ppid=14115 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (bash) S 14115 14118 16473 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 5426321 9736192 350 33554432000 4194304 5098028 140734055535504 140734055533144 140233183431680 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 27172864 140734055539982 140734055540067 140734055540067 140734055542766 0
/proc/14118/statm: 2377 350 277 221 0 86 0

[startup+0.100128 s]
/proc/loadavg: 1.61 1.45 1.51 3/262 14118
/proc/meminfo: memFree=30678136/32770624 swapFree=5720/274980
[pid=14118] ppid=14115 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (bash) S 14115 14118 16473 0 -1 4202496 884 6415 0 0 0 0 0 1 20 0 1 0 5426321 9871360 378 33554432000 4194304 5098028 140734055535504 140734055529512 140233183431680 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 27172864 140734055539982 140734055540067 140734055540067 140734055542766 0
/proc/14118/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200349 s]
/proc/loadavg: 1.61 1.45 1.51 3/262 14118
/proc/meminfo: memFree=30678136/32770624 swapFree=5720/274980
[pid=14118] ppid=14115 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 5056 12603 0 0 6 1 8 3 20 0 13 0 5426321 10686320640 5385 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2608965 5385 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300304 s]
/proc/loadavg: 1.61 1.45 1.51 3/262 14118
/proc/meminfo: memFree=30678136/32770624 swapFree=5720/274980
[pid=14118] ppid=14115 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 7421 12603 0 0 24 2 8 3 20 0 20 0 5426321 11164049408 9193 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2725598 9193 3010 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700179 s]
/proc/loadavg: 1.61 1.45 1.51 3/262 14118
/proc/meminfo: memFree=30678136/32770624 swapFree=5720/274980
[pid=14118] ppid=14115 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 12642 12603 0 0 79 4 8 3 20 0 20 0 5426321 11164385280 15892 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2725680 15892 3221 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50073 s]
/proc/loadavg: 1.61 1.45 1.51 3/282 14191
/proc/meminfo: memFree=30574164/32770624 swapFree=5720/275012
[pid=14118] ppid=14115 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 27074 12603 0 0 204 14 8 3 20 0 20 0 5426321 11175264256 44026 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2728336 44026 3406 1 0 2716450 0
[pid=14118/tid=14173] ppid=14115 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) R 14115 14118 16473 0 -1 4202560 19178 12603 0 0 125 6 8 3 20 0 20 0 5426334 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827696913952 139827670716624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) S 14115 14118 16473 0 -1 1077944384 27 12603 0 0 0 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827629390224 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) S 14115 14118 16473 0 -1 1077944384 59 12603 0 0 1 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827628337424 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) S 14115 14118 16473 0 -1 1077944384 20 12603 0 0 0 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827296987792 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) S 14115 14118 16473 0 -1 1077944384 16 12603 0 0 1 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827295934992 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) S 14115 14118 16473 0 -1 1077944384 130 12603 0 0 1 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827294882704 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) S 14115 14118 16473 0 -1 1077944384 11 12603 0 0 1 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827293829904 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) S 14115 14118 16473 0 -1 1077944384 17 12603 0 0 0 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827292777616 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) S 14115 14118 16473 0 -1 1077944384 34 12603 0 0 1 0 8 3 20 0 20 0 5426335 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827291724816 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) S 14115 14118 16473 0 -1 1077944384 1413 12603 0 0 1 0 8 3 20 0 20 0 5426337 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827234457712 139827692710530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 55 12603 0 0 0 0 8 3 20 0 20 0 5426338 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827233403744 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 43 12603 0 0 0 0 8 3 20 0 20 0 5426339 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 1 12603 0 0 0 0 8 3 20 0 20 0 5426342 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) S 14115 14118 16473 0 -1 1077944384 987 12603 0 0 12 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827230247536 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 559 12603 0 0 11 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 1107 12603 0 0 17 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827228142448 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 1278 12603 0 0 27 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11175264256 44026 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10071 s]
/proc/loadavg: 1.61 1.45 1.51 5/282 14191
/proc/meminfo: memFree=30499404/32770624 swapFree=5720/275012
[pid=14118] ppid=14115 vsize=10927868 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 49948 12603 0 0 607 23 8 3 20 0 20 0 5426321 11190136832 63020 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2731967 63020 3482 1 0 2719522 0
[pid=14118/tid=14173] ppid=14115 vsize=10927868 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) S 14115 14118 16473 0 -1 1077944384 33286 12603 0 0 277 9 8 3 20 0 20 0 5426334 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827696916768 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) R 14115 14118 16473 0 -1 4202560 45 12603 0 0 2 1 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827629390424 139827685327591 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) R 14115 14118 16473 0 -1 4202560 113 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827628337424 139827685327591 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) R 14115 14118 16473 0 -1 4202560 43 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827296987992 139827685327591 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) R 14115 14118 16473 0 -1 4202560 135 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827295935192 139827685327591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) R 14115 14118 16473 0 -1 4202560 139 12603 0 0 2 1 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827294882904 139827685327591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) R 14115 14118 16473 0 -1 4202560 21 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827293830104 139827677399200 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) R 14115 14118 16473 0 -1 4202560 37 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827292777816 139827685327591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) R 14115 14118 16473 0 -1 4202560 38 12603 0 0 2 0 8 3 20 0 20 0 5426335 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827291725016 139827685327591 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) S 14115 14118 16473 0 -1 1077944384 2125 12603 0 0 3 0 8 3 20 0 20 0 5426337 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827234456224 139827692709589 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 55 12603 0 0 0 0 8 3 20 0 20 0 5426338 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827233403744 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 43 12603 0 0 0 0 8 3 20 0 20 0 5426339 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 1 12603 0 0 0 0 8 3 20 0 20 0 5426342 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=10927868 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) S 14115 14118 16473 0 -1 1077944384 1665 12603 0 0 44 2 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827230247536 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=10927868 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 1552 12603 0 0 61 1 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10927868 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 4934 12603 0 0 96 1 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827228122384 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10927868 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 3575 12603 0 0 101 1 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 5 12603 0 0 0 0 8 3 20 0 20 0 5426343 11190136832 63020 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10927868

[startup+6.30078 s]
/proc/loadavg: 1.56 1.44 1.51 4/282 14191
/proc/meminfo: memFree=30327652/32770624 swapFree=5720/275016
[pid=14118] ppid=14115 vsize=10995452 CPUtime=14.31 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 70576 12603 0 0 1391 29 8 3 20 0 20 0 5426321 11259342848 90047 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2748863 90047 3495 1 0 2736418 0
[pid=14118/tid=14173] ppid=14115 vsize=10995452 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) R 14115 14118 16473 0 -1 4202560 41322 12603 0 0 589 12 8 3 20 0 20 0 5426334 11259342848 90047 33554432000 4194304 4196468 140728363704544 139827696931640 139827320872888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) S 14115 14118 16473 0 -1 1077944384 56 12603 0 0 3 1 8 3 20 0 20 0 5426335 11259342848 90047 33554432000 4194304 4196468 140728363704544 139827629390224 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) S 14115 14118 16473 0 -1 1077944384 113 12603 0 0 3 0 8 3 20 0 20 0 5426335 11259342848 90047 33554432000 4194304 4196468 140728363704544 139827628337424 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) S 14115 14118 16473 0 -1 1077944384 44 12603 0 0 3 0 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827296987792 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) S 14115 14118 16473 0 -1 1077944384 137 12603 0 0 3 0 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827295934992 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) S 14115 14118 16473 0 -1 1077944384 140 12603 0 0 3 1 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827294882704 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) S 14115 14118 16473 0 -1 1077944384 25 12603 0 0 3 0 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827293829904 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) S 14115 14118 16473 0 -1 1077944384 38 12603 0 0 2 0 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827292777616 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) S 14115 14118 16473 0 -1 1077944384 39 12603 0 0 3 0 8 3 20 0 20 0 5426335 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827291724816 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) S 14115 14118 16473 0 -1 1077944384 2453 12603 0 0 4 0 8 3 20 0 20 0 5426337 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827234457712 139827692710530 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 3 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 56 12603 0 0 0 0 8 3 20 0 20 0 5426338 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827233403808 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 43 12603 0 0 0 0 8 3 20 0 20 0 5426339 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 1 12603 0 0 0 0 8 3 20 0 20 0 5426342 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=10995452 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) R 14115 14118 16473 0 -1 4202560 5176 12603 0 0 201 2 8 3 20 0 20 0 5426343 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827230228480 139827677597366 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=10995452 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) R 14115 14118 16473 0 -1 4202560 7119 12603 0 0 216 2 8 3 20 0 20 0 5426343 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827229187928 139827685796219 0 4 0 16800975 0 0 0 -1 6 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10995452 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) R 14115 14118 16473 0 -1 4202560 7617 12603 0 0 220 2 8 3 20 0 20 0 5426343 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827228142744 139827674244344 0 4 0 16800975 0 0 0 -1 8 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 4149 12603 0 0 131 1 8 3 20 0 20 0 5426343 11259342848 90049 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=14118/tid=14187] ppid=14115 vsize=10995452 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 15760 12603 0 0 262 3 8 3 20 0 20 0 5426343 11259342848 131993 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10995452 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 13301 12603 0 0 260 3 8 3 20 0 20 0 5426343 11259342848 131993 33554432000 4194304 4196468 140728363704544 139827228142448 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10995452 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 16928 12603 0 0 139 3 8 3 20 0 20 0 5426343 11259342848 131993 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11259342848 131993 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=10995452 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 882 12603 0 0 29 38 8 3 20 0 20 0 5426343 11259342848 131993 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 2296.12
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.40 1.37 1.43 4/281 14431
/proc/meminfo: memFree=29956948/32770624 swapFree=5720/277584
[pid=14118] ppid=14115 vsize=10995452 CPUtime=2356.64 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 169225 12603 0 0 235400 253 8 3 20 0 20 0 5426321 11259342848 132505 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2748863 132505 3513 1 0 2736418 0
[pid=14118/tid=14173] ppid=14115 vsize=10995452 CPUtime=2314.96 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) R 14115 14118 16473 0 -1 4202560 65291 12603 0 0 231466 19 8 3 20 0 20 0 5426334 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827696933600 139827315515731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=10995452 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) S 14115 14118 16473 0 -1 1077944384 4389 12603 0 0 349 23 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827629390224 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=10995452 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) S 14115 14118 16473 0 -1 1077944384 4557 12603 0 0 348 25 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827628337424 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=10995452 CPUtime=3.8 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) S 14115 14118 16473 0 -1 1077944384 2362 12603 0 0 344 25 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827296987792 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=10995452 CPUtime=3.86 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) S 14115 14118 16473 0 -1 1077944384 2580 12603 0 0 351 24 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827295934992 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=10995452 CPUtime=3.75 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) S 14115 14118 16473 0 -1 1077944384 3159 12603 0 0 341 23 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827294882704 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=10995452 CPUtime=3.77 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) S 14115 14118 16473 0 -1 1077944384 3079 12603 0 0 343 23 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827293829904 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=10995452 CPUtime=3.76 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) S 14115 14118 16473 0 -1 1077944384 4667 12603 0 0 341 24 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827292777616 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=10995452 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) S 14115 14118 16473 0 -1 1077944384 6005 12603 0 0 349 24 8 3 20 0 20 0 5426335 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827291724816 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=10995452 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) S 14115 14118 16473 0 -1 1077944384 9321 12603 0 0 196 12 8 3 20 0 20 0 5426337 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827234457712 139827692710530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 59 12603 0 0 0 0 8 3 20 0 20 0 5426338 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827233403808 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 48 12603 0 0 0 0 8 3 20 0 20 0 5426339 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 1 12603 0 0 0 0 8 3 20 0 20 0 5426342 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=10995452 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) S 14115 14118 16473 0 -1 1077944384 14676 12603 0 0 246 3 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827230247536 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=10995452 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 15762 12603 0 0 262 3 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10995452 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 13303 12603 0 0 260 3 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827228142448 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10995452 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 16930 12603 0 0 139 3 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=10995452 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 900 12603 0 0 30 39 8 3 20 0 20 0 5426343 11259342848 132505 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 2356.64
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2365.2 s]
/proc/loadavg: 1.48 1.40 1.44 4/281 14432
/proc/meminfo: memFree=29955004/32770624 swapFree=5720/277652
[pid=14118] ppid=14115 vsize=10995452 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 170225 12603 0 0 239739 256 8 3 20 0 20 0 5426321 11259342848 133017 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2748863 133017 3513 1 0 2736418 0
[pid=14118/tid=14173] ppid=14115 vsize=10995452 CPUtime=2357.72 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) R 14115 14118 16473 0 -1 4202560 65773 12603 0 0 235742 19 8 3 20 0 20 0 5426334 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827696933680 139827319002818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=10995452 CPUtime=3.91 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) S 14115 14118 16473 0 -1 1077944384 4510 12603 0 0 357 23 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827629390224 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=10995452 CPUtime=3.9 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) S 14115 14118 16473 0 -1 1077944384 4572 12603 0 0 354 25 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827628337424 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=10995452 CPUtime=3.88 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) S 14115 14118 16473 0 -1 1077944384 2373 12603 0 0 352 25 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827296987792 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=10995452 CPUtime=3.94 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) S 14115 14118 16473 0 -1 1077944384 2618 12603 0 0 359 24 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827295934992 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=10995452 CPUtime=3.82 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) S 14115 14118 16473 0 -1 1077944384 3207 12603 0 0 348 23 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827294882704 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=10995452 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) S 14115 14118 16473 0 -1 1077944384 3120 12603 0 0 350 23 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827293829904 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=10995452 CPUtime=3.82 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) S 14115 14118 16473 0 -1 1077944384 4686 12603 0 0 347 24 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827292777616 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=10995452 CPUtime=3.92 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) S 14115 14118 16473 0 -1 1077944384 6022 12603 0 0 357 24 8 3 20 0 20 0 5426335 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827291724816 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=10995452 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) S 14115 14118 16473 0 -1 1077944384 9504 12603 0 0 200 12 8 3 20 0 20 0 5426337 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827234457712 139827692710530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 59 12603 0 0 0 0 8 3 20 0 20 0 5426338 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827233403808 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 48 12603 0 0 0 0 8 3 20 0 20 0 5426339 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 1 12603 0 0 0 0 8 3 20 0 20 0 5426342 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=10995452 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) S 14115 14118 16473 0 -1 1077944384 14678 12603 0 0 246 3 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827230247536 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=10995452 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 15764 12603 0 0 262 3 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=10995452 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 13305 12603 0 0 260 3 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827228142448 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=10995452 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 16932 12603 0 0 139 3 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=10995452 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 917 12603 0 0 31 40 8 3 20 0 20 0 5426343 11259342848 133017 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 2400.06
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 14118 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2365.4 s]
/proc/loadavg: 1.48 1.40 1.44 4/281 14432
/proc/meminfo: memFree=29955004/32770624 swapFree=5720/277652
[pid=14118] ppid=14115 vsize=11128580 CPUtime=2401.15 cores=0,2,4,6,8,10,12,14
/proc/14118/stat : 14118 (java) S 14115 14118 16473 0 -1 1077944320 176766 12603 0 0 239847 257 8 3 20 0 22 0 5426321 11395665920 134814 33554432000 4194304 4196468 140728363704544 140728363687088 139827692699383 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
/proc/14118/statm: 2782145 134814 3513 1 0 2769700 0
[pid=14118/tid=14173] ppid=14115 vsize=11128580 CPUtime=2357.73 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14173/stat : 14173 (java) S 14115 14118 16473 0 -1 1077944384 65983 12603 0 0 235743 19 8 3 20 0 22 0 5426334 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827696937056 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14174] ppid=14115 vsize=11128580 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14174/stat : 14174 (java) S 14115 14118 16473 0 -1 1077944384 4547 12603 0 0 369 24 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827629390224 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14175] ppid=14115 vsize=11128580 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14175/stat : 14175 (java) S 14115 14118 16473 0 -1 1077944384 4608 12603 0 0 368 25 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827628337424 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14176] ppid=14115 vsize=11128580 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14176/stat : 14176 (java) S 14115 14118 16473 0 -1 1077944384 2396 12603 0 0 366 25 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827296987792 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14177] ppid=14115 vsize=11128580 CPUtime=4.07 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14177/stat : 14177 (java) S 14115 14118 16473 0 -1 1077944384 2673 12603 0 0 372 24 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827295934992 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14178] ppid=14115 vsize=11128580 CPUtime=3.96 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14178/stat : 14178 (java) S 14115 14118 16473 0 -1 1077944384 3324 12603 0 0 361 24 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827294882704 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14179] ppid=14115 vsize=11128580 CPUtime=3.95 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14179/stat : 14179 (java) S 14115 14118 16473 0 -1 1077944384 3123 12603 0 0 361 23 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827293829904 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14180] ppid=14115 vsize=11128580 CPUtime=3.94 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14180/stat : 14180 (java) S 14115 14118 16473 0 -1 1077944384 4693 12603 0 0 359 24 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827292777616 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14181] ppid=14115 vsize=11128580 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14181/stat : 14181 (java) S 14115 14118 16473 0 -1 1077944384 6026 12603 0 0 369 24 8 3 20 0 22 0 5426335 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827291724816 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14182] ppid=14115 vsize=11128580 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14182/stat : 14182 (java) R 14115 14118 16473 0 -1 4202560 15328 12603 0 0 205 12 8 3 20 0 22 0 5426337 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827234456112 139827677067017 0 0 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14183] ppid=14115 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14183/stat : 14183 (java) S 14115 14118 16473 0 -1 1077944384 61 12603 0 0 0 0 8 3 20 0 22 0 5426338 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827233403792 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14184] ppid=14115 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14184/stat : 14184 (java) S 14115 14118 16473 0 -1 1077944384 48 12603 0 0 0 0 8 3 20 0 22 0 5426339 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827232351360 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14185] ppid=14115 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14185/stat : 14185 (java) S 14115 14118 16473 0 -1 1077944384 99 12603 0 0 0 0 8 3 20 0 22 0 5426342 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827231299664 139827692717979 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14186] ppid=14115 vsize=11128580 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14186/stat : 14186 (java) S 14115 14118 16473 0 -1 1077944384 14678 12603 0 0 246 3 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827230247536 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14187] ppid=14115 vsize=11128580 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14187/stat : 14187 (java) S 14115 14118 16473 0 -1 1077944384 15764 12603 0 0 262 3 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827229194736 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14188] ppid=14115 vsize=11128580 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14188/stat : 14188 (java) S 14115 14118 16473 0 -1 1077944384 13305 12603 0 0 260 3 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827228142448 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14189] ppid=14115 vsize=11128580 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14189/stat : 14189 (java) S 14115 14118 16473 0 -1 1077944384 16932 12603 0 0 139 3 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827227089648 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14190] ppid=14115 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14190/stat : 14190 (java) S 14115 14118 16473 0 -1 1077944384 3 12603 0 0 0 0 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827226036576 139827692709589 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
[pid=14118/tid=14191] ppid=14115 vsize=11128580 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/14118/task/14191/stat : 14191 (java) S 14115 14118 16473 0 -1 1077944384 917 12603 0 0 31 40 8 3 20 0 22 0 5426343 11395665920 134814 33554432000 4194304 4196468 140728363704544 139827224983856 139827692710530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 7233536 140728363707073 140728363709847 140728363709847 140728363712463 0
Current children cumulated CPU time (s) 2401.15
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2365.47
CPU time (s): 2401.36
CPU user time (s): 2398.74
CPU system time (s): 2.62192
CPU usage (%): 101.518
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.74
system time used= 2.62192
maximum resident set size= 585468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131605
involuntary context switches= 140953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9001 second user time and 18.9426 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 07:32:52
IDJOB=4245222
IDBENCH=120665
IDSOLVER=2630
FILE ID=node114/4245222-1500701572
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61988 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-100-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245222-1500701572/watcher-4245222-1500701572 -o /tmp/evaluation-result-4245222-1500701572/solver-4245222-1500701572 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4245222-1500701572.xml

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

MD5SUM BENCH= 49715548d1d786de52e060044cf6008a
RANDOM SEED=1552639772

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		: 2400.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		: 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.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		: 1733.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.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		: 2668.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		: 2000.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		: 1733.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		: 2668.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.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		: 1733.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:        30678020 kB
MemAvailable:   30925224 kB
Buffers:          128792 kB
Cached:           397800 kB
SwapCached:            0 kB
Active:          1372164 kB
Inactive:         283808 kB
Active(anon):    1132168 kB
Inactive(anon):     8828 kB
Active(file):     239996 kB
Inactive(file):   274980 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24364 kB
Writeback:             0 kB
AnonPages:       1136868 kB
Mapped:            44120 kB
Shmem:              8848 kB
Slab:             130412 kB
SReclaimable:      96128 kB
SUnreclaim:        34284 kB
KernelStack:        4624 kB
PageTables:         8188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1897504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 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:12:17