Trace number 4246950

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) 2408.77 2279.39

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-06-4-6_X2.xml
MD5SUM43a487770d57b1dc580a85535ccd03c6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints10392
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2520}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1656},{"degree":25,"count":864}]
Minimum constraint arity3
Maximum constraint arity24
Distribution of constraint arities[{"arity":3,"count":9936},{"arity":6,"count":420},{"arity":24,"count":36}]
Number of extensional constraints0
Number of intensional constraints9936
Distribution of constraint types[{"type":"intension","count":9936},{"type":"sum","count":456}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16184
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: 2.54 1.73 1.58 5/262 16187
/proc/meminfo: memFree=31066864/32770624 swapFree=5780/154152
[pid=16187] ppid=16184 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (bash) S 16184 16187 14883 0 -1 4202496 687 1535 0 0 0 0 0 0 20 0 1 0 7399516 9736192 351 33554432000 4194304 5098028 140723924461968 140723924459608 140436655975424 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 11628544 140723924464910 140723924464995 140723924464995 140723924467694 0
/proc/16187/statm: 2377 351 278 221 0 86 0

[startup+0.100191 s]
/proc/loadavg: 2.54 1.73 1.58 5/262 16187
/proc/meminfo: memFree=31066864/32770624 swapFree=5780/154152
[pid=16187] ppid=16184 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (bash) S 16184 16187 14883 0 -1 4202496 883 6426 0 0 0 0 0 1 20 0 1 0 7399516 9871360 378 33554432000 4194304 5098028 140723924461968 140723924455976 140436655975424 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 11628544 140723924464910 140723924464995 140723924464995 140723924467694 0
/proc/16187/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200434 s]
/proc/loadavg: 2.54 1.73 1.58 5/262 16187
/proc/meminfo: memFree=31066864/32770624 swapFree=5780/154152
[pid=16187] ppid=16184 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 4975 12698 0 0 5 1 8 4 20 0 13 0 7399516 10686320640 5299 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2608965 5299 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.3003 s]
/proc/loadavg: 2.54 1.73 1.58 5/262 16187
/proc/meminfo: memFree=31066864/32770624 swapFree=5780/154152
[pid=16187] ppid=16184 vsize=10902392 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 6885 12698 0 0 23 2 8 4 20 0 20 0 7399516 11164049408 8516 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2725598 8516 2946 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700192 s]
/proc/loadavg: 2.54 1.73 1.58 5/262 16187
/proc/meminfo: memFree=31066864/32770624 swapFree=5780/154152
[pid=16187] ppid=16184 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 12057 12698 0 0 74 5 8 4 20 0 20 0 7399516 11164385280 14855 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2725680 14855 3164 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50108 s]
/proc/loadavg: 2.54 1.73 1.58 4/282 16260
/proc/meminfo: memFree=30703908/32770624 swapFree=5780/154180
[pid=16187] ppid=16184 vsize=10913344 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 26317 12698 0 0 193 15 8 4 20 0 20 0 7399516 11175264256 42055 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2728336 42055 3395 1 0 2716450 0
[pid=16187/tid=16242] ppid=16184 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) S 16184 16187 14883 0 -1 1077944384 19537 12698 0 0 125 6 8 4 20 0 20 0 7399530 11175264256 42055 33554432000 4194304 4196468 140728146767600 140156009251504 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) S 16184 16187 14883 0 -1 1077944384 28 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155931110160 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) S 16184 16187 14883 0 -1 1077944384 16 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155930057616 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) S 16184 16187 14883 0 -1 1077944384 18 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155929005072 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) S 16184 16187 14883 0 -1 1077944384 48 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155927952528 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) S 16184 16187 14883 0 -1 1077944384 121 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155926898960 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) S 16184 16187 14883 0 -1 1077944384 13 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155925846416 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) S 16184 16187 14883 0 -1 1077944384 50 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155924793872 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) S 16184 16187 14883 0 -1 1077944384 33 12698 0 0 0 0 8 4 20 0 20 0 7399531 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155604167312 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) S 16184 16187 14883 0 -1 1077944384 1171 12698 0 0 1 0 8 4 20 0 20 0 7399533 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155144057888 140156005045973 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 33 12698 0 0 0 0 8 4 20 0 20 0 7399534 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155143005600 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 21 12698 0 0 0 0 8 4 20 0 20 0 7399534 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155141953008 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 1 12698 0 0 0 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 977 12698 0 0 15 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 471 12698 0 0 11 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) S 16184 16187 14883 0 -1 1077944384 555 12698 0 0 10 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155137743088 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 1093 12698 0 0 25 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155136686416 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 6 12698 0 0 0 0 8 4 20 0 20 0 7399538 11175264256 42055 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10913344

[startup+3.10075 s]
/proc/loadavg: 2.54 1.73 1.58 6/282 16260
/proc/meminfo: memFree=30537424/32770624 swapFree=5780/154180
[pid=16187] ppid=16184 vsize=10923772 CPUtime=7.01 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 41548 12698 0 0 668 21 8 4 20 0 20 0 7399516 11185942528 68219 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2730943 68219 3477 1 0 2718498 0
[pid=16187/tid=16242] ppid=16184 vsize=10923772 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) R 16184 16187 14883 0 -1 4202560 25339 12698 0 0 281 9 8 4 20 0 20 0 7399530 11185942528 68219 33554432000 4194304 4196468 140728146767600 140156009268248 140155604311987 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) S 16184 16187 14883 0 -1 1077944384 32 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155931110160 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) S 16184 16187 14883 0 -1 1077944384 17 12698 0 0 1 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155930057616 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) S 16184 16187 14883 0 -1 1077944384 18 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155929005072 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) S 16184 16187 14883 0 -1 1077944384 50 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155927952528 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) S 16184 16187 14883 0 -1 1077944384 121 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155926898960 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) S 16184 16187 14883 0 -1 1077944384 13 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155925846416 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) S 16184 16187 14883 0 -1 1077944384 50 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155924793872 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) S 16184 16187 14883 0 -1 1077944384 36 12698 0 0 0 0 8 4 20 0 20 0 7399531 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155604167312 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) S 16184 16187 14883 0 -1 1077944384 1199 12698 0 0 2 0 8 4 20 0 20 0 7399533 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155144059376 140156005046914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 55 12698 0 0 0 0 8 4 20 0 20 0 7399534 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155143005600 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 49 12698 0 0 0 0 8 4 20 0 20 0 7399534 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155141953008 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 1 12698 0 0 0 0 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=10923772 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) R 16184 16187 14883 0 -1 4202560 2387 12698 0 0 84 0 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155139835888 140155984728859 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=10923772 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 4455 12698 0 0 106 1 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=10923772 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) R 16184 16187 14883 0 -1 4202560 1934 12698 0 0 80 1 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155137743384 140155988522173 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=10923772 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 3652 12698 0 0 104 1 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 7 12698 0 0 0 0 8 4 20 0 20 0 7399538 11185942528 68219 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10923772

[startup+6.30131 s]
/proc/loadavg: 2.66 1.77 1.59 5/282 16260
/proc/meminfo: memFree=29531512/32770624 swapFree=5780/154192
[pid=16187] ppid=16184 vsize=10925820 CPUtime=17.97 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 65124 12698 0 0 1673 112 8 4 20 0 20 0 7399516 11188039680 151559 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2731455 151559 3511 1 0 2719010 0
[pid=16187/tid=16242] ppid=16184 vsize=10925820 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) R 16184 16187 14883 0 -1 4202560 27027 12698 0 0 570 10 8 4 20 0 20 0 7399530 11188039680 151559 33554432000 4194304 4196468 140728146767600 140156009270592 140155618760608 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) S 16184 16187 14883 0 -1 1077944384 282 12698 0 0 15 11 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155931110160 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=10925820 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) S 16184 16187 14883 0 -1 1077944384 1192 12698 0 0 14 9 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155930057616 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=10925820 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) S 16184 16187 14883 0 -1 1077944384 166 12698 0 0 13 10 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155929005072 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) S 16184 16187 14883 0 -1 1077944384 203 12698 0 0 14 12 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155927952528 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) S 16184 16187 14883 0 -1 1077944384 280 12698 0 0 15 11 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155926898960 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=10925820 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) S 16184 16187 14883 0 -1 1077944384 432 12698 0 0 14 12 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155925846416 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=10925820 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) S 16184 16187 14883 0 -1 1077944384 672 12698 0 0 15 12 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155924793872 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=10925820 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) S 16184 16187 14883 0 -1 1077944384 194 12698 0 0 15 12 8 4 20 0 20 0 7399531 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155604167312 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) S 16184 16187 14883 0 -1 1077944384 1730 12698 0 0 3 0 8 4 20 0 20 0 7399533 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155144059376 140156005046914 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 55 12698 0 0 0 0 8 4 20 0 20 0 7399534 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155143005664 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 49 12698 0 0 1 0 8 4 20 0 20 0 7399534 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155141953024 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 1 12698 0 0 0 0 8 4 20 0 20 0 7399538 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=10925820 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 5822 12698 0 0 255 1 8 4 20 0 20 0 7399538 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=10925820 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 7833 12698 0 0 294 2 8 4 20 0 20 0 7399538 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=10925820 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) R 16184 16187 14883 0 -1 4202560 6071 12698 0 0 271 1 8 4 20 0 20 0 7399538 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155137734928 140155988532551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=10925820 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 10945 12698 0 0 157 2 8 4 20 0 20 0 7399538 11188039680 151559 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=16187/tid=16253] ppid=16184 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 57 12698 0 0 1 0 8 4 20 0 22 0 7399534 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155141953024 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 242 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=11130628 CPUtime=13.11 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 61664 12698 0 0 1289 10 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=11130628 CPUtime=13.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 55985 12698 0 0 1325 10 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=11130628 CPUtime=12.85 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) S 16184 16187 14883 0 -1 1077944384 55361 12698 0 0 1264 9 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155137743088 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=11130628 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 73367 12698 0 0 523 12 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 3255 12698 0 0 65 69 8 4 20 0 22 0 7399538 11397763072 296846 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 2401.87
Current children cumulated vsize (KiB) 11130628

[startup+2278.8 s]
/proc/loadavg: 1.39 1.57 1.64 3/281 16345
/proc/meminfo: memFree=27134544/32770624 swapFree=5780/155728
[pid=16187] ppid=16184 vsize=11130628 CPUtime=2404.9 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 542117 12698 0 0 239843 635 8 4 20 0 22 0 7399516 11397763072 296847 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2782657 296847 3516 1 0 2770212 0
[pid=16187/tid=16242] ppid=16184 vsize=11130628 CPUtime=2257.66 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) S 16184 16187 14883 0 -1 1077944384 138216 12698 0 0 225685 69 8 4 20 0 22 0 7399530 11397763072 296847 33554432000 4194304 4196468 140728146767600 140156009273488 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=11130628 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) R 16184 16187 14883 0 -1 4202560 15675 12698 0 0 1149 53 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155931110048 140155989733335 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=11130628 CPUtime=12.1 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) R 16184 16187 14883 0 -1 4202560 13369 12698 0 0 1146 52 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155930057816 140155989986372 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=11130628 CPUtime=12.07 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) R 16184 16187 14883 0 -1 4202560 15278 12698 0 0 1140 55 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155929005272 140155989733406 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=11130628 CPUtime=12.27 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) R 16184 16187 14883 0 -1 4202560 11645 12698 0 0 1160 55 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155927952728 140155990021063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=11130628 CPUtime=12.31 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) R 16184 16187 14883 0 -1 4202560 17440 12698 0 0 1164 55 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155926899160 140155989489759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=11130628 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) R 16184 16187 14883 0 -1 4202560 13604 12698 0 0 1151 53 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155925846616 140155989733362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=11130628 CPUtime=12.17 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) R 16184 16187 14883 0 -1 4202560 13459 12698 0 0 1151 54 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155924794072 140155989986445 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=11130628 CPUtime=12.24 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) R 16184 16187 14883 0 -1 4202560 18240 12698 0 0 1156 56 8 4 20 0 22 0 7399531 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155604167200 140155989986372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=11130628 CPUtime=4.93 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) S 16184 16187 14883 0 -1 1077944384 32699 12698 0 0 420 61 8 4 20 0 22 0 7399533 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155144057776 140156005045973 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 61 12698 0 0 0 0 8 4 20 0 22 0 7399534 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155143005568 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 57 12698 0 0 1 0 8 4 20 0 22 0 7399534 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155141953024 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 242 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=11130628 CPUtime=13.11 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 61664 12698 0 0 1289 10 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=11130628 CPUtime=13.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 55985 12698 0 0 1325 10 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=11130628 CPUtime=12.85 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) S 16184 16187 14883 0 -1 1077944384 55361 12698 0 0 1264 9 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155137743088 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=11130628 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 73367 12698 0 0 523 12 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 3255 12698 0 0 65 69 8 4 20 0 22 0 7399538 11397763072 296847 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 2404.9
Current children cumulated vsize (KiB) 11130628

[startup+2279.2 s]
/proc/loadavg: 1.39 1.57 1.64 10/283 16347
/proc/meminfo: memFree=27126968/32770624 swapFree=5780/155728
[pid=16187] ppid=16184 vsize=11130628 CPUtime=2407.74 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 542183 12698 0 0 240126 636 8 4 20 0 22 0 7399516 11397763072 296632 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2782657 296632 3516 1 0 2770212 0
[pid=16187/tid=16242] ppid=16184 vsize=11130628 CPUtime=2257.66 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) S 16184 16187 14883 0 -1 1077944384 138216 12698 0 0 225685 69 8 4 20 0 22 0 7399530 11397763072 296632 33554432000 4194304 4196468 140728146767600 140156009273488 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=11130628 CPUtime=12.5 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) S 16184 16187 14883 0 -1 1077944384 15682 12698 0 0 1185 53 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155931110160 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=11130628 CPUtime=12.44 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) S 16184 16187 14883 0 -1 1077944384 13371 12698 0 0 1180 52 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155930057616 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=11130628 CPUtime=12.41 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) S 16184 16187 14883 0 -1 1077944384 15302 12698 0 0 1174 55 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155929005072 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=11130628 CPUtime=12.62 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) R 16184 16187 14883 0 -1 1077944384 11646 12698 0 0 1195 55 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155927952528 140156005045973 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=11130628 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) S 16184 16187 14883 0 -1 1077944384 17440 12698 0 0 1199 55 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155926898960 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=11130628 CPUtime=12.51 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) S 16184 16187 14883 0 -1 1077944384 13605 12698 0 0 1186 53 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155925846416 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=11130628 CPUtime=12.52 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) S 16184 16187 14883 0 -1 1077944384 13464 12698 0 0 1186 54 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155924793872 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=11130628 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) S 16184 16187 14883 0 -1 1077944384 18259 12698 0 0 1190 56 8 4 20 0 22 0 7399531 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155604167312 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=11130628 CPUtime=4.99 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) R 16184 16187 14883 0 -1 4202560 32704 12698 0 0 426 61 8 4 20 0 22 0 7399533 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155144059296 140156005057114 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 65 12698 0 0 0 0 8 4 20 0 22 0 7399534 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155143004976 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 57 12698 0 0 1 0 8 4 20 0 22 0 7399534 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155141953024 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 242 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=11130628 CPUtime=13.11 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 61664 12698 0 0 1289 10 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=11130628 CPUtime=13.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 55985 12698 0 0 1325 10 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=11130628 CPUtime=12.85 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) S 16184 16187 14883 0 -1 1077944384 55361 12698 0 0 1264 9 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155137743088 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=11130628 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 73367 12698 0 0 523 12 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 3255 12698 0 0 65 69 8 4 20 0 22 0 7399538 11397763072 296632 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16346] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16346/stat : 16346 (java) S 16184 16187 14883 0 -1 1077944384 334 12698 0 0 0 0 8 4 20 0 22 0 7627328 11397763072 296632 33554432000 4194304 4196468 140728146767600 140154041787120 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16347] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16347/stat : 16347 (java) S 16184 16187 14883 0 -1 1077944384 33 12698 0 0 0 0 8 4 20 0 22 0 7627329 11397763072 296632 33554432000 4194304 4196468 140728146767600 140154040735600 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 2407.74
Current children cumulated vsize (KiB) 11130628

[startup+2279.31 s]
/proc/loadavg: 1.39 1.57 1.64 10/283 16347
/proc/meminfo: memFree=27126968/32770624 swapFree=5780/155728
[pid=16187] ppid=16184 vsize=11130628 CPUtime=2408.41 cores=0,2,4,6,8,10,12,14
/proc/16187/stat : 16187 (java) S 16184 16187 14883 0 -1 1077944320 542214 12698 0 0 240192 637 8 4 20 0 22 0 7399516 11397763072 296376 33554432000 4194304 4196468 140728146767600 140728146750144 140156005035767 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
/proc/16187/statm: 2782657 296376 3516 1 0 2770212 0
[pid=16187/tid=16242] ppid=16184 vsize=11130628 CPUtime=2257.66 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16242/stat : 16242 (java) S 16184 16187 14883 0 -1 1077944384 138217 12698 0 0 225685 69 8 4 20 0 22 0 7399530 11397763072 296376 33554432000 4194304 4196468 140728146767600 140156009273488 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16243] ppid=16184 vsize=11130628 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16243/stat : 16243 (java) R 16184 16187 14883 0 -1 4202560 15685 12698 0 0 1193 53 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155931110360 140155990032336 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16244] ppid=16184 vsize=11130628 CPUtime=12.53 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16244/stat : 16244 (java) R 16184 16187 14883 0 -1 4202560 13371 12698 0 0 1189 52 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155930057816 140155986645613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16245] ppid=16184 vsize=11130628 CPUtime=12.48 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16245/stat : 16245 (java) R 16184 16187 14883 0 -1 4202560 15302 12698 0 0 1181 55 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155929005272 140155986645400 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16246] ppid=16184 vsize=11130628 CPUtime=12.7 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16246/stat : 16246 (java) R 16184 16187 14883 0 -1 4202560 11647 12698 0 0 1203 55 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155927952728 140155990032171 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16247] ppid=16184 vsize=11130628 CPUtime=12.74 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16247/stat : 16247 (java) R 16184 16187 14883 0 -1 4202560 17448 12698 0 0 1207 55 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155926899160 140155989734583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16248] ppid=16184 vsize=11130628 CPUtime=12.59 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16248/stat : 16248 (java) R 16184 16187 14883 0 -1 4202560 13612 12698 0 0 1194 53 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155925846416 140155990032320 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16249] ppid=16184 vsize=11130628 CPUtime=12.61 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16249/stat : 16249 (java) R 16184 16187 14883 0 -1 4202560 13469 12698 0 0 1195 54 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155924794072 140155989493400 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16250] ppid=16184 vsize=11130628 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16250/stat : 16250 (java) R 16184 16187 14883 0 -1 4202560 18262 12698 0 0 1198 56 8 4 20 0 22 0 7399531 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155604167512 140155989734744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16251] ppid=16184 vsize=11130628 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16251/stat : 16251 (java) S 16184 16187 14883 0 -1 1077944384 32704 12698 0 0 428 61 8 4 20 0 22 0 7399533 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155144058000 140156005045973 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16252] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16252/stat : 16252 (java) S 16184 16187 14883 0 -1 1077944384 65 12698 0 0 0 0 8 4 20 0 22 0 7399534 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155143004976 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16253] ppid=16184 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16253/stat : 16253 (java) S 16184 16187 14883 0 -1 1077944384 57 12698 0 0 1 0 8 4 20 0 22 0 7399534 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155141953024 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16254] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16254/stat : 16254 (java) S 16184 16187 14883 0 -1 1077944384 242 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155140901584 140156005054363 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16255] ppid=16184 vsize=11130628 CPUtime=13.11 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16255/stat : 16255 (java) S 16184 16187 14883 0 -1 1077944384 61664 12698 0 0 1289 10 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155139848176 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16256] ppid=16184 vsize=11130628 CPUtime=13.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16256/stat : 16256 (java) S 16184 16187 14883 0 -1 1077944384 55985 12698 0 0 1325 10 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155138795632 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16257] ppid=16184 vsize=11130628 CPUtime=12.85 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16257/stat : 16257 (java) S 16184 16187 14883 0 -1 1077944384 55361 12698 0 0 1264 9 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155137743088 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16258] ppid=16184 vsize=11130628 CPUtime=5.47 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16258/stat : 16258 (java) S 16184 16187 14883 0 -1 1077944384 73367 12698 0 0 523 12 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155136690544 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16259] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16259/stat : 16259 (java) S 16184 16187 14883 0 -1 1077944384 3 12698 0 0 0 0 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155135638240 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16260] ppid=16184 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16260/stat : 16260 (java) S 16184 16187 14883 0 -1 1077944384 3255 12698 0 0 65 69 8 4 20 0 22 0 7399538 11397763072 296376 33554432000 4194304 4196468 140728146767600 140155134585776 140156005046914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16346] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16346/stat : 16346 (java) S 16184 16187 14883 0 -1 1077944384 334 12698 0 0 0 0 8 4 20 0 22 0 7627328 11397763072 296376 33554432000 4194304 4196468 140728146767600 140154041787120 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
[pid=16187/tid=16347] ppid=16184 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16187/task/16347/stat : 16347 (java) S 16184 16187 14883 0 -1 1077944384 33 12698 0 0 0 0 8 4 20 0 22 0 7627329 11397763072 296376 33554432000 4194304 4196468 140728146767600 140154040735296 140156005045973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11653120 140728146770625 140728146773399 140728146773399 140728146776015 0
Current children cumulated CPU time (s) 2408.41
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2279.39
CPU time (s): 2408.77
CPU user time (s): 2402.33
CPU system time (s): 6.44038
CPU usage (%): 105.676
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2402.33
system time used= 6.44037
maximum resident set size= 3045020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 215658
involuntary context switches= 157013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4417 second user time and 20.7788 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 13:02:01
IDJOB=4246950
IDBENCH=126722
IDSOLVER=2630
FILE ID=node129/4246950-1500721321
RUNJOBID= node129-1500716625-14914
PBS_JOBID= 20623360
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-06-4-6_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246950-1500721321/watcher-4246950-1500721321 -o /tmp/evaluation-result-4246950-1500721321/solver-4246950-1500721321 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500716625-14914 --watchdog 2560  bin/concrete HOME/instance-4246950-1500721321.xml

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

MD5SUM BENCH= 43a487770d57b1dc580a85535ccd03c6
RANDOM SEED=672436643

node129.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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.96
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.96
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		: 2668.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		: 2133.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.96
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		: 2668.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.96
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		: 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.96
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		: 2000.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:        31071456 kB
MemAvailable:   31279532 kB
Buffers:          159736 kB
Cached:           318956 kB
SwapCached:            0 kB
Active:          1026884 kB
Inactive:         219068 kB
Active(anon):     713640 kB
Inactive(anon):    64916 kB
Active(file):     313244 kB
Inactive(file):   154152 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25488 kB
Writeback:             0 kB
AnonPages:        633336 kB
Mapped:            43828 kB
Shmem:              8844 kB
Slab:             147004 kB
SReclaimable:     113028 kB
SUnreclaim:        33976 kB
KernelStack:        4864 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1661388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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= 61920 MiB
End job on node129 at 2017-07-22 13:40:01