Trace number 4246253

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.25 2340.08

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-19.xml
MD5SUM13382dc3b02e119e78eeacc23771b1ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.439026
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints57
Number of domains2
Minimum domain size19
Maximum domain size38
Distribution of domain sizes[{"size":19,"count":38},{"size":38,"count":38}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":38},{"degree":38,"count":38}]
Minimum constraint arity2
Maximum constraint arity39
Distribution of constraint arities[{"arity":2,"count":19},{"arity":39,"count":38}]
Number of extensional constraints0
Number of intensional constraints19
Distribution of constraint types[{"type":"intension","count":19},{"type":"element","count":38}]
Optimization problemNO
Type of objective

Solver Data

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

pid=23113
running on 8 cores: 1,3,5,7,9,11,13,15

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.27 1.46 1.54 2/261 23116
/proc/meminfo: memFree=31131616/32770624 swapFree=5940/272436
[pid=23116] ppid=23113 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (bash) S 23113 23116 14618 0 -1 4202496 685 1531 0 0 0 0 0 0 20 0 1 0 6395364 9736192 350 33554432000 4194304 5098028 140729458691168 140729458688808 140467565718528 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 16793600 140729458697486 140729458697571 140729458697571 140729458700270 0
/proc/23116/statm: 2377 350 278 221 0 86 0

[startup+0.100151 s]
/proc/loadavg: 1.27 1.46 1.54 2/261 23116
/proc/meminfo: memFree=31131616/32770624 swapFree=5940/272436
[pid=23116] ppid=23113 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (bash) S 23113 23116 14618 0 -1 4202496 878 6411 0 0 0 0 0 1 20 0 1 0 6395364 9871360 377 33554432000 4194304 5098028 140729458691168 140729458685176 140467565718528 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 16793600 140729458697486 140729458697571 140729458697571 140729458700270 0
/proc/23116/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200289 s]
/proc/loadavg: 1.27 1.46 1.54 2/261 23116
/proc/meminfo: memFree=31131616/32770624 swapFree=5940/272436
[pid=23116] ppid=23113 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 5005 12417 0 0 6 2 7 4 20 0 13 0 6395364 10686320640 5371 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2608965 5371 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300344 s]
/proc/loadavg: 1.27 1.46 1.54 2/261 23116
/proc/meminfo: memFree=31131616/32770624 swapFree=5940/272436
[pid=23116] ppid=23113 vsize=10902292 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 8268 12417 0 0 22 3 7 4 20 0 20 0 6395364 11163947008 9351 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2725573 9351 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700208 s]
/proc/loadavg: 1.27 1.46 1.54 2/261 23116
/proc/meminfo: memFree=31131616/32770624 swapFree=5940/272436
[pid=23116] ppid=23113 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 12752 12417 0 0 79 5 7 4 20 0 20 0 6395364 11164385280 16021 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2725680 16021 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50116 s]
/proc/loadavg: 1.27 1.46 1.54 3/281 23189
/proc/meminfo: memFree=31027156/32770624 swapFree=5940/272444
[pid=23116] ppid=23113 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 27570 12417 0 0 205 15 7 4 20 0 20 0 6395364 11175264256 44183 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2728336 44183 3408 1 0 2716450 0
[pid=23116/tid=23171] ppid=23113 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) R 23113 23116 14618 0 -1 4202560 20130 12417 0 0 125 6 7 4 20 0 20 0 6395376 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345450627160 140345446411670 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 140 12417 0 0 0 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345372474000 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 18 12417 0 0 0 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 37 12417 0 0 0 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 22 12417 0 0 1 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 33 12417 0 0 1 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 47 12417 0 0 1 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 37 12417 0 0 1 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 30 12417 0 0 1 0 7 4 20 0 20 0 6395377 11175264256 44183 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) S 23113 23116 14618 0 -1 1077944384 1280 12417 0 0 1 0 7 4 20 0 20 0 6395380 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344786831728 140345446410882 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 55 12417 0 0 0 0 7 4 20 0 20 0 6395380 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344785777760 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 20 0 6395381 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 1 12417 0 0 0 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 1098 12417 0 0 17 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 436 12417 0 0 11 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 602 12417 0 0 11 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) S 23113 23116 14618 0 -1 1077944384 1423 12417 0 0 27 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344779463152 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 20 0 6395385 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 6 12417 0 0 0 0 7 4 20 0 20 0 6395386 11175264256 44183 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 1.27 1.46 1.54 6/281 23189
/proc/meminfo: memFree=30948616/32770624 swapFree=5940/272476
[pid=23116] ppid=23113 vsize=10925820 CPUtime=5 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 37405 12417 0 0 470 19 7 4 20 0 20 0 6395364 11188039680 49763 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2731455 49763 3472 1 0 2719010 0
[pid=23116/tid=23171] ppid=23113 vsize=10925820 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) R 23113 23116 14618 0 -1 4202560 26336 12417 0 0 247 8 7 4 20 0 20 0 6395376 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345450632752 140345446411670 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 140 12417 0 0 0 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345372474000 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 18 12417 0 0 0 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 37 12417 0 0 0 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 22 12417 0 0 1 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 33 12417 0 0 1 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 47 12417 0 0 1 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 37 12417 0 0 1 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 30 12417 0 0 1 0 7 4 20 0 20 0 6395377 11188039680 49763 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) S 23113 23116 14618 0 -1 1077944384 1294 12417 0 0 1 0 7 4 20 0 20 0 6395380 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344786831728 140345446410882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 55 12417 0 0 0 0 7 4 20 0 20 0 6395380 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344785777760 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 20 0 6395381 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 1 12417 0 0 0 0 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=10925820 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 1867 12417 0 0 43 0 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=10925820 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) R 23113 23116 14618 0 -1 4202560 1276 12417 0 0 44 0 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344781569048 140345432429699 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10925820 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 916 12417 0 0 34 1 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) R 23113 23116 14618 0 -1 4202560 3114 12417 0 0 89 0 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344779461112 140345425341300 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 20 0 6395385 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 7 12417 0 0 0 0 7 4 20 0 20 0 6395386 11188039680 49763 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 10925820

[startup+6.30088 s]
/proc/loadavg: 1.48 1.50 1.56 3/281 23189
/proc/meminfo: memFree=30762120/32770624 swapFree=5940/272488
[pid=23116] ppid=23113 vsize=10995452 CPUtime=12.58 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 65893 12417 0 0 1216 31 7 4 20 0 20 0 6395364 11259342848 99836 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2748863 99836 3494 1 0 2736418 0
[pid=23116/tid=23171] ppid=23113 vsize=10995452 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) R 23113 23116 14618 0 -1 4202560 43723 12417 0 0 554 12 7 4 20 0 20 0 6395376 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345450633928 140345065035899 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 177 12417 0 0 3 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345372474000 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 37 12417 0 0 3 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 53 12417 0 0 4 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 26 12417 0 0 4 0 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 87 12417 0 0 3 0 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 77 12417 0 0 4 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 47 12417 0 0 4 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 41 12417 0 0 4 1 7 4 20 0 20 0 6395377 11259342848 99836 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) S 23113 23116 14618 0 -1 1077944384 2178 12417 0 0 5 0 7 4 20 0 20 0 6395380 11259342848 99836 33554432000 4194304 4196468 140736794512800 140344786831728 140345446410882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 55 12417 0 0 0 0 7 4 20 0 20 0 6395380 11259342848 99836 33554432000 4194304 4196468 140736794512800 140344785777824 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 20 0 6395381 11259342848 99836 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 1 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 99836 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=10995452 CPUtime=1.6 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 3440 12417 0 0 148 1 7 4 20 0 20 0 6395385 11259342848 99836 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=10995452 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 5785 12417 0 0 157 1 7 4 20 0 20 0 6395385 11259342848 99874 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10995452 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 3909 12417 0 0 184 1 7 4 20 0 20 0 6395385 11259342848 99874 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10995452 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) R 23113 23116 14618 0 -1 4202560 4093 12417 0 0 132 1 7 4 20 0 20 0 6395385 11259342848 99874 33554432000 4194304 4196468 140736794512800 140344779463072 140345426119291 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=23116/tid=23185] ppid=23113 vsize=10995452 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 8040 12417 0 0 165 2 7 4 20 0 20 0 6395385 11259342848 232516 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10995452 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 4593 12417 0 0 195 2 7 4 20 0 20 0 6395385 11259342848 232516 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10995452 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) S 23113 23116 14618 0 -1 1077944384 7409 12417 0 0 133 2 7 4 20 0 20 0 6395385 11259342848 232516 33554432000 4194304 4196468 140736794512800 140344779463152 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 232516 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=10995452 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 1016 12417 0 0 54 60 7 4 20 0 20 0 6395386 11259342848 232516 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
Current children cumulated CPU time (s) 2320.73
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.45 1.43 1.47 3/281 23400
/proc/meminfo: memFree=30024132/32770624 swapFree=5940/274924
[pid=23116] ppid=23113 vsize=10995452 CPUtime=2382.18 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 165944 12417 0 0 237798 409 7 4 20 0 20 0 6395364 11259342848 233050 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2748863 233050 3505 1 0 2736418 0
[pid=23116/tid=23171] ppid=23113 vsize=10995452 CPUtime=2303.34 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) R 23113 23116 14618 0 -1 4202560 74944 12417 0 0 230286 37 7 4 20 0 20 0 6395376 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345450633904 140345060641319 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=10995452 CPUtime=8.05 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 7987 12417 0 0 752 42 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345372474000 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=10995452 CPUtime=8.24 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 6203 12417 0 0 775 38 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=10995452 CPUtime=8.13 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 6605 12417 0 0 766 36 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=10995452 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 6404 12417 0 0 767 37 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=10995452 CPUtime=8.13 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 6028 12417 0 0 766 36 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=10995452 CPUtime=8.04 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 9879 12417 0 0 755 38 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=10995452 CPUtime=8.17 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 4651 12417 0 0 767 39 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=10995452 CPUtime=8.09 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 2986 12417 0 0 765 33 7 4 20 0 20 0 6395377 11259342848 233050 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=10995452 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) S 23113 23116 14618 0 -1 1077944384 13370 12417 0 0 636 39 7 4 20 0 20 0 6395380 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344786831728 140345446410882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 55 12417 0 0 0 0 7 4 20 0 20 0 6395380 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344785777824 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 20 0 6395381 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 1 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=10995452 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 3575 12417 0 0 161 1 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=10995452 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 8042 12417 0 0 165 2 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10995452 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 4595 12417 0 0 196 2 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10995452 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) S 23113 23116 14618 0 -1 1077944384 7411 12417 0 0 133 2 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344779463152 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=10995452 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 1033 12417 0 0 55 61 7 4 20 0 20 0 6395386 11259342848 233050 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
Current children cumulated CPU time (s) 2382.18
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.81 s]
/proc/loadavg: 1.38 1.42 1.47 3/281 23400
/proc/meminfo: memFree=30023888/32770624 swapFree=5940/274960
[pid=23116] ppid=23113 vsize=10995452 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 166426 12417 0 0 239584 412 7 4 20 0 20 0 6395364 11259342848 233058 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2748863 233058 3505 1 0 2736418 0
[pid=23116/tid=23171] ppid=23113 vsize=10995452 CPUtime=2320.71 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) R 23113 23116 14618 0 -1 4202560 75144 12417 0 0 232022 38 7 4 20 0 20 0 6395376 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345450634112 140345064435669 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=10995452 CPUtime=8.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 7994 12417 0 0 758 42 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345372474000 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=10995452 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 6206 12417 0 0 781 38 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=10995452 CPUtime=8.19 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 6609 12417 0 0 772 36 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=10995452 CPUtime=8.21 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 6412 12417 0 0 772 38 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=10995452 CPUtime=8.19 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 6050 12417 0 0 772 36 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=10995452 CPUtime=8.1 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 9883 12417 0 0 761 38 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=10995452 CPUtime=8.23 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 4705 12417 0 0 773 39 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=10995452 CPUtime=8.15 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 2989 12417 0 0 770 34 7 4 20 0 20 0 6395377 11259342848 233058 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=10995452 CPUtime=6.91 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) S 23113 23116 14618 0 -1 1077944384 13534 12417 0 0 641 39 7 4 20 0 20 0 6395380 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344786831728 140345446410882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 55 12417 0 0 0 0 7 4 20 0 20 0 6395380 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344785777824 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 20 0 6395381 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 1 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=10995452 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 3575 12417 0 0 161 1 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=10995452 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 8042 12417 0 0 165 2 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=10995452 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 4595 12417 0 0 196 2 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=10995452 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) S 23113 23116 14618 0 -1 1077944384 7411 12417 0 0 133 2 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344779463152 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 20 0 6395385 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=10995452 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 1046 12417 0 0 56 61 7 4 20 0 20 0 6395386 11259342848 233058 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 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 23116 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2340 s]
/proc/loadavg: 1.38 1.42 1.47 3/281 23400
/proc/meminfo: memFree=30023888/32770624 swapFree=5940/274960
[pid=23116] ppid=23113 vsize=11128580 CPUtime=2401.02 cores=1,3,5,7,9,11,13,15
/proc/23116/stat : 23116 (java) S 23113 23116 14618 0 -1 1077944320 170813 12417 0 0 239677 414 7 4 20 0 22 0 6395364 11395665920 234812 33554432000 4194304 4196468 140736794512800 140736794495344 140345446399735 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
/proc/23116/statm: 2782145 234812 3505 1 0 2769700 0
[pid=23116/tid=23171] ppid=23113 vsize=11128580 CPUtime=2320.72 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23171/stat : 23171 (java) S 23113 23116 14618 0 -1 1077944384 75392 12417 0 0 232023 38 7 4 20 0 22 0 6395376 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345450637408 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23172] ppid=23113 vsize=11128580 CPUtime=8.21 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23172/stat : 23172 (java) S 23113 23116 14618 0 -1 1077944384 7996 12417 0 0 768 42 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345372474016 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23173] ppid=23113 vsize=11128580 CPUtime=8.41 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23173/stat : 23173 (java) S 23113 23116 14618 0 -1 1077944384 6219 12417 0 0 792 38 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345052490256 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23174] ppid=23113 vsize=11128580 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23174/stat : 23174 (java) S 23113 23116 14618 0 -1 1077944384 6612 12417 0 0 783 36 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345051437456 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23175] ppid=23113 vsize=11128580 CPUtime=8.32 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23175/stat : 23175 (java) S 23113 23116 14618 0 -1 1077944384 6449 12417 0 0 783 38 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345050384656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23176] ppid=23113 vsize=11128580 CPUtime=8.3 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23176/stat : 23176 (java) S 23113 23116 14618 0 -1 1077944384 6070 12417 0 0 783 36 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345049332880 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23177] ppid=23113 vsize=11128580 CPUtime=8.2 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23177/stat : 23177 (java) S 23113 23116 14618 0 -1 1077944384 9891 12417 0 0 771 38 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345048280080 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23178] ppid=23113 vsize=11128580 CPUtime=8.35 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23178/stat : 23178 (java) S 23113 23116 14618 0 -1 1077944384 4710 12417 0 0 784 40 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345047227280 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23179] ppid=23113 vsize=11128580 CPUtime=8.26 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23179/stat : 23179 (java) S 23113 23116 14618 0 -1 1077944384 2994 12417 0 0 781 34 7 4 20 0 22 0 6395377 11395665920 234812 33554432000 4194304 4196468 140736794512800 140345046174480 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23180] ppid=23113 vsize=11128580 CPUtime=6.98 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23180/stat : 23180 (java) R 23113 23116 14618 0 -1 4202560 16944 12417 0 0 647 40 7 4 20 0 22 0 6395380 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344786830128 140345430445284 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23181] ppid=23113 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23181/stat : 23181 (java) S 23113 23116 14618 0 -1 1077944384 57 12417 0 0 0 0 7 4 20 0 22 0 6395380 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344785777728 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23182] ppid=23113 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23182/stat : 23182 (java) S 23113 23116 14618 0 -1 1077944384 44 12417 0 0 0 0 7 4 20 0 22 0 6395381 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344784724864 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23183] ppid=23113 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23183/stat : 23183 (java) S 23113 23116 14618 0 -1 1077944384 111 12417 0 0 0 0 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344783673168 140345446418331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23184] ppid=23113 vsize=11128580 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23184/stat : 23184 (java) S 23113 23116 14618 0 -1 1077944384 3575 12417 0 0 161 1 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344782621552 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23185] ppid=23113 vsize=11128580 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23185/stat : 23185 (java) S 23113 23116 14618 0 -1 1077944384 8042 12417 0 0 165 2 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344781568752 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23186] ppid=23113 vsize=11128580 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23186/stat : 23186 (java) S 23113 23116 14618 0 -1 1077944384 4595 12417 0 0 196 2 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344780515952 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23187] ppid=23113 vsize=11128580 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23187/stat : 23187 (java) S 23113 23116 14618 0 -1 1077944384 7822 12417 0 0 133 2 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344779460656 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23188] ppid=23113 vsize=11128580 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23188/stat : 23188 (java) S 23113 23116 14618 0 -1 1077944384 3 12417 0 0 0 0 7 4 20 0 22 0 6395385 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344778410592 140345446409941 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
[pid=23116/tid=23189] ppid=23113 vsize=11128580 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/23116/task/23189/stat : 23189 (java) S 23113 23116 14618 0 -1 1077944384 1046 12417 0 0 56 61 7 4 20 0 22 0 6395386 11395665920 234812 33554432000 4194304 4196468 140736794512800 140344777357872 140345446410882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28839936 140736794516161 140736794518935 140736794518935 140736794521551 0
Current children cumulated CPU time (s) 2401.02
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2340.08
CPU time (s): 2401.25
CPU user time (s): 2397.05
CPU system time (s): 4.19704
CPU usage (%): 102.614
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.05
system time used= 4.19704
maximum resident set size= 939908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303732
involuntary context switches= 180696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4878 second user time and 20.3736 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 10:14:45
IDJOB=4246253
IDBENCH=124365
IDSOLVER=2630
FILE ID=node138/4246253-1500711285
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

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

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

MD5SUM BENCH= 13382dc3b02e119e78eeacc23771b1ff
RANDOM SEED=836328507

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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 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.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		: 2133.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		: 2668.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		: 1600.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		: 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.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		: 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.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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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:        31132376 kB
MemAvailable:   31362192 kB
Buffers:          126704 kB
Cached:           383184 kB
SwapCached:            0 kB
Active:           917052 kB
Inactive:         281044 kB
Active(anon):     691464 kB
Inactive(anon):     8608 kB
Active(file):     225588 kB
Inactive(file):   272436 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24284 kB
Writeback:             0 kB
AnonPages:        673540 kB
Mapped:            44208 kB
Shmem:              8852 kB
Slab:             129592 kB
SReclaimable:      95252 kB
SUnreclaim:        34340 kB
KernelStack:        4896 kB
PageTables:         8048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1244704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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 10:53:45