Trace number 4250103

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.1 2345.66

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-17.xml
MD5SUM946d300933e85b0b5e5d11b6e9e445b0
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 benchmark5.0790401
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.80/2.13	c Concrete v3.4 running
2400.91/2345.63	java.util.concurrent.TimeoutException
2400.91/2345.63		at concrete.MAC.mac(MAC.scala:74)
2400.91/2345.63		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.91/2345.63		at scala.util.Try$.apply(Try.scala:209)
2400.91/2345.63		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.91/2345.63		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.91/2345.63		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.91/2345.63		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.91/2345.63		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.91/2345.63		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.91/2345.63		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.91/2345.63		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.91/2345.63		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.91/2345.64		at concrete.MAC.oneRun(MAC.scala:146)
2400.91/2345.64		at concrete.MAC.nextSolution(MAC.scala:166)
2400.91/2345.64		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.91/2345.64		at concrete.ProblemState.map(ProblemState.scala:203)
2400.91/2345.64		at concrete.ProblemState.map(ProblemState.scala:188)
2400.91/2345.64		at concrete.MAC.nextSolution(MAC.scala:195)
2400.91/2345.64		at concrete.Solver.hasNext(Solver.scala:202)
2400.91/2345.64		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.91/2345.64		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.91/2345.64		at concrete.Solver.toStream(Solver.scala:73)
2400.91/2345.64		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2400.91/2345.64		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2400.91/2345.64		at concrete.Solver.toIterable(Solver.scala:73)
2400.91/2345.64		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2400.91/2345.64		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.91/2345.64		at scala.util.Success.map(Try.scala:209)
2400.91/2345.64		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.91/2345.64		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.91/2345.64		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.91/2345.64		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.91/2345.64		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.91/2345.64		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.91/2345.64		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.91/2345.64		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.91/2345.64		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.91/2345.64		at scala.collection.immutable.List.foreach(List.scala:389)
2400.91/2345.64		at scala.App.main(App.scala:76)
2400.91/2345.64		at scala.App.main$(App.scala:74)
2400.91/2345.64		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.91/2345.64		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.91/2345.64	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250103-1500776180/watcher-4250103-1500776180 -o /tmp/evaluation-result-4250103-1500776180/solver-4250103-1500776180 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500773721-22563 --watchdog 2560 bin/concrete HOME/instance-4250103-1500776180.xml 

pid=23786
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: 3.52 2.15 1.70 3/261 23789
/proc/meminfo: memFree=28515176/32770624 swapFree=5840/341464
[pid=23789] ppid=23786 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (bash) S 23786 23789 20264 0 -1 4202496 686 1535 0 0 0 0 0 0 20 0 1 0 12886693 9736192 350 33554432000 4194304 5098028 140726862834400 140726862832040 139879344774144 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 35729408 140726862841102 140726862841187 140726862841187 140726862843886 0
/proc/23789/statm: 2377 350 278 221 0 86 0

[startup+0.100112 s]
/proc/loadavg: 3.52 2.15 1.70 3/261 23789
/proc/meminfo: memFree=28515176/32770624 swapFree=5840/341464
[pid=23789] ppid=23786 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (bash) S 23786 23789 20264 0 -1 4202496 878 6424 0 0 0 0 0 1 20 0 1 0 12886693 9871360 377 33554432000 4194304 5098028 140726862834400 140726862828408 139879344774144 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 35729408 140726862841102 140726862841187 140726862841187 140726862843886 0
/proc/23789/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200328 s]
/proc/loadavg: 3.52 2.15 1.70 3/261 23789
/proc/meminfo: memFree=28515176/32770624 swapFree=5840/341464
[pid=23789] ppid=23786 vsize=10768680 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 5452 12289 0 0 7 1 8 3 20 0 18 0 12886693 11027128320 5220 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2692170 5286 2293 1 0 2680608 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10768680

[startup+0.300319 s]
/proc/loadavg: 3.52 2.15 1.70 3/261 23789
/proc/meminfo: memFree=28515176/32770624 swapFree=5840/341464
[pid=23789] ppid=23786 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 9851 12289 0 0 22 2 8 3 20 0 20 0 12886693 11164049408 10345 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2725598 10345 2985 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700254 s]
/proc/loadavg: 3.52 2.15 1.70 3/261 23789
/proc/meminfo: memFree=28515176/32770624 swapFree=5840/341464
[pid=23789] ppid=23786 vsize=10902720 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 13453 12289 0 0 85 4 8 3 20 0 20 0 12886693 11164385280 16316 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2725680 16316 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50181 s]
/proc/loadavg: 3.52 2.15 1.70 3/281 23862
/proc/meminfo: memFree=28406292/32770624 swapFree=5840/341492
[pid=23789] ppid=23786 vsize=10915392 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 27537 12289 0 0 206 12 8 3 20 0 20 0 12886693 11177361408 44358 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2728848 44358 3408 1 0 2716962 0
[pid=23789/tid=23844] ppid=23786 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) R 23786 23789 20264 0 -1 4202560 19119 12289 0 0 127 5 8 3 20 0 20 0 12886705 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132808995744 140132790970283 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) S 23786 23789 20264 0 -1 1077944384 129 12289 0 0 0 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132772321808 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) S 23786 23789 20264 0 -1 1077944384 38 12289 0 0 0 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132410124944 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) S 23786 23789 20264 0 -1 1077944384 10 12289 0 0 0 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132409071888 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) S 23786 23789 20264 0 -1 1077944384 17 12289 0 0 1 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132408019344 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) S 23786 23789 20264 0 -1 1077944384 59 12289 0 0 1 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132406967312 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) S 23786 23789 20264 0 -1 1077944384 9 12289 0 0 0 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132405914768 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) S 23786 23789 20264 0 -1 1077944384 32 12289 0 0 1 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132404861712 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) S 23786 23789 20264 0 -1 1077944384 19 12289 0 0 1 0 8 3 20 0 20 0 12886706 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132403809168 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 1536 12289 0 0 1 0 8 3 20 0 20 0 12886708 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132279396592 140132804774530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 56 12289 0 0 0 0 8 3 20 0 20 0 12886709 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132278342880 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 44 12289 0 0 0 0 8 3 20 0 20 0 12886709 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 1 12289 0 0 0 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=10915392 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) R 23786 23789 20264 0 -1 1077944384 1529 12289 0 0 16 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132275186416 140132804774530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 456 12289 0 0 13 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) R 23786 23789 20264 0 -1 1077944384 735 12289 0 0 11 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 1614 12289 0 0 27 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132272028272 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11177361408 44358 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10079 s]
/proc/loadavg: 3.52 2.15 1.70 5/281 23862
/proc/meminfo: memFree=28333920/32770624 swapFree=5840/341492
[pid=23789] ppid=23786 vsize=10925820 CPUtime=6.9 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 45684 12289 0 0 661 18 8 3 20 0 20 0 12886693 11188039680 57375 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2731455 57375 3474 1 0 2719010 0
[pid=23789/tid=23844] ppid=23786 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) R 23786 23789 20264 0 -1 4202560 26164 12289 0 0 283 7 8 3 20 0 20 0 12886705 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132808996480 140132446737884 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) S 23786 23789 20264 0 -1 1077944384 129 12289 0 0 0 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132772321808 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) S 23786 23789 20264 0 -1 1077944384 38 12289 0 0 0 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132410124944 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) S 23786 23789 20264 0 -1 1077944384 10 12289 0 0 0 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132409071888 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) S 23786 23789 20264 0 -1 1077944384 17 12289 0 0 1 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132408019344 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) S 23786 23789 20264 0 -1 1077944384 59 12289 0 0 1 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132406967312 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) S 23786 23789 20264 0 -1 1077944384 9 12289 0 0 0 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132405914768 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) S 23786 23789 20264 0 -1 1077944384 32 12289 0 0 1 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132404861712 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) S 23786 23789 20264 0 -1 1077944384 19 12289 0 0 1 0 8 3 20 0 20 0 12886706 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132403809168 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 1992 12289 0 0 2 0 8 3 20 0 20 0 12886708 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132279396592 140132804774530 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 56 12289 0 0 0 0 8 3 20 0 20 0 12886709 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132278342880 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 44 12289 0 0 0 0 8 3 20 0 20 0 12886709 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 1 12289 0 0 0 0 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=10925820 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) R 23786 23789 20264 0 -1 4202560 5524 12289 0 0 106 1 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132275176016 140132790827532 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=10925820 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) R 23786 23789 20264 0 -1 4202560 1716 12289 0 0 73 1 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132274118528 140132784480519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10925820 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) R 23786 23789 20264 0 -1 4202560 1963 12289 0 0 67 1 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132273072144 140132804784730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10925820 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) R 23786 23789 20264 0 -1 4202560 5797 12289 0 0 119 1 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132272028160 140132804784730 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 5 12289 0 0 0 0 8 3 20 0 20 0 12886713 11188039680 57375 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 10925820

[startup+6.30081 s]
/proc/loadavg: 3.56 2.18 1.71 5/281 23862
/proc/meminfo: memFree=28170088/32770624 swapFree=5840/341492
[pid=23789] ppid=23786 vsize=10929916 CPUtime=15.4 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 87364 12289 0 0 1501 28 8 3 20 0 20 0 12886693 11192233984 90369 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2732479 90369 3508 1 0 2720034 0
[pid=23789/tid=23844] ppid=23786 vsize=10929916 CPUtime=5.9 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) R 23786 23789 20264 0 -1 4202560 38809 12289 0 0 570 9 8 3 20 0 20 0 12886705 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132808995048 140132452712398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) S 23786 23789 20264 0 -1 1077944384 152 12289 0 0 2 1 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132772321808 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) S 23786 23789 20264 0 -1 1077944384 132 12289 0 0 4 1 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132410124944 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) S 23786 23789 20264 0 -1 1077944384 17 12289 0 0 3 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132409071888 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) S 23786 23789 20264 0 -1 1077944384 956 12289 0 0 3 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132408019344 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) S 23786 23789 20264 0 -1 1077944384 194 12289 0 0 5 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132406967312 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) S 23786 23789 20264 0 -1 1077944384 71 12289 0 0 4 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132405914768 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) S 23786 23789 20264 0 -1 1077944384 76 12289 0 0 4 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132404861712 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) S 23786 23789 20264 0 -1 1077944384 63 12289 0 0 4 0 8 3 20 0 20 0 12886706 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132403809168 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 2878 12289 0 0 4 0 8 3 20 0 20 0 12886708 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132279396592 140132804774530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 73 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132278342880 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 55 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 1 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=10929916 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) S 23786 23789 20264 0 -1 1077944384 12729 12289 0 0 260 2 8 3 20 0 20 0 12886713 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132275186416 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 26 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=10929916 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 9480 12289 0 0 225 2 8 3 20 0 20 0 12886713 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10929916 CPUtime=2.43 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) S 23786 23789 20264 0 -1 1077944384 10531 12289 0 0 230 2 8 3 20 0 20 0 12886713 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10929916 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 8201 12289 0 0 176 3 8 3 20 0 20 0 12886713 11192233984 90369 33554432000 4194304 4196468 140725133420208 140132272028272 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=23789/tid=23858] ppid=23786 vsize=10929916 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 13043 12289 0 0 260 3 8 3 20 0 20 0 12886713 11192233984 149255 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10929916 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) S 23786 23789 20264 0 -1 1077944384 15053 12289 0 0 252 3 8 3 20 0 20 0 12886713 11192233984 149255 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10929916 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 20707 12289 0 0 181 4 8 3 20 0 20 0 12886713 11192233984 149255 33554432000 4194304 4196468 140725133420208 140132272028272 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 149255 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=10929916 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 1531 12289 0 0 50 50 8 3 20 0 20 0 12886713 11192233984 149255 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 2315.39
Current children cumulated vsize (KiB) 10929916

[startup+2322.3 s]
/proc/loadavg: 0.66 1.16 1.44 2/255 23985
/proc/meminfo: memFree=31013852/32770624 swapFree=5840/342580
[pid=23789] ppid=23786 vsize=10929916 CPUtime=2376.54 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 190587 12289 0 0 237309 334 8 3 20 0 20 0 12886693 11192233984 149306 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2732479 149306 3511 1 0 2720034 0
[pid=23789/tid=23844] ppid=23786 vsize=10929916 CPUtime=2306.89 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) R 23786 23789 20264 0 -1 4202560 62260 12289 0 0 230656 22 8 3 20 0 20 0 12886705 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132808997392 140132457185674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=10929916 CPUtime=6.67 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) S 23786 23789 20264 0 -1 1077944384 7882 12289 0 0 628 28 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132772321808 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=10929916 CPUtime=6.67 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) S 23786 23789 20264 0 -1 1077944384 5926 12289 0 0 621 35 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132410124944 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=10929916 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) S 23786 23789 20264 0 -1 1077944384 4420 12289 0 0 637 31 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132409071888 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=10929916 CPUtime=6.63 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) S 23786 23789 20264 0 -1 1077944384 6992 12289 0 0 625 27 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132408019344 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=10929916 CPUtime=6.73 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) S 23786 23789 20264 0 -1 1077944384 3322 12289 0 0 634 28 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132406967312 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=10929916 CPUtime=6.71 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) S 23786 23789 20264 0 -1 1077944384 8387 12289 0 0 630 30 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132405914768 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=10929916 CPUtime=6.8 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) S 23786 23789 20264 0 -1 1077944384 3720 12289 0 0 635 34 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132404861712 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=10929916 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) S 23786 23789 20264 0 -1 1077944384 4062 12289 0 0 630 29 8 3 20 0 20 0 12886706 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132403809168 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=10929916 CPUtime=5.63 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 11983 12289 0 0 519 33 8 3 20 0 20 0 12886708 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132279396592 140132804774530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 73 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132278342880 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 55 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 1 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=10929916 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) S 23786 23789 20264 0 -1 1077944384 19015 12289 0 0 306 2 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132275186416 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 26 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=10929916 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 13045 12289 0 0 260 3 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10929916 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) S 23786 23789 20264 0 -1 1077944384 15055 12289 0 0 252 3 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10929916 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 20709 12289 0 0 182 4 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132272028272 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=10929916 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 1549 12289 0 0 51 51 8 3 20 0 20 0 12886713 11192233984 149306 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 2376.54
Current children cumulated vsize (KiB) 10929916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.4 s]
/proc/loadavg: 0.70 1.13 1.42 2/255 23986
/proc/meminfo: memFree=31013688/32770624 swapFree=5840/342592
[pid=23789] ppid=23786 vsize=10929916 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 190714 12289 0 0 239658 337 8 3 20 0 20 0 12886693 11192233984 149352 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2732479 149352 3511 1 0 2720034 0
[pid=23789/tid=23844] ppid=23786 vsize=10929916 CPUtime=2329.84 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) R 23786 23789 20264 0 -1 4202560 62358 12289 0 0 232950 23 8 3 20 0 20 0 12886705 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132808997376 140132456603952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=10929916 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) S 23786 23789 20264 0 -1 1077944384 7884 12289 0 0 635 28 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132772321808 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=10929916 CPUtime=6.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) S 23786 23789 20264 0 -1 1077944384 5929 12289 0 0 627 36 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132410124944 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=10929916 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) S 23786 23789 20264 0 -1 1077944384 4423 12289 0 0 643 32 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132409071888 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=10929916 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) S 23786 23789 20264 0 -1 1077944384 6996 12289 0 0 632 27 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132408019344 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=10929916 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) S 23786 23789 20264 0 -1 1077944384 3324 12289 0 0 640 28 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132406967312 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=10929916 CPUtime=6.77 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) S 23786 23789 20264 0 -1 1077944384 8390 12289 0 0 636 30 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132405914768 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=10929916 CPUtime=6.86 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) S 23786 23789 20264 0 -1 1077944384 3724 12289 0 0 641 34 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132404861712 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=10929916 CPUtime=6.75 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) S 23786 23789 20264 0 -1 1077944384 4065 12289 0 0 635 29 8 3 20 0 20 0 12886706 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132403809168 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=10929916 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 11987 12289 0 0 525 34 8 3 20 0 20 0 12886708 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132279396592 140132804774530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 73 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132278342880 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 55 12289 0 0 0 0 8 3 20 0 20 0 12886709 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 1 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=10929916 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) S 23786 23789 20264 0 -1 1077944384 19015 12289 0 0 306 2 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132275186416 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 26 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=10929916 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 13045 12289 0 0 260 3 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=10929916 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) S 23786 23789 20264 0 -1 1077944384 15055 12289 0 0 252 3 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=10929916 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 20709 12289 0 0 182 4 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132272028272 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=10929916 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 1550 12289 0 0 52 52 8 3 20 0 20 0 12886713 11192233984 149352 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10929916

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 23789 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2345.6 s]
/proc/loadavg: 0.70 1.13 1.42 2/255 23986
/proc/meminfo: memFree=31013688/32770624 swapFree=5840/342592
[pid=23789] ppid=23786 vsize=11063044 CPUtime=2400.91 cores=1,3,5,7,9,11,13,15
/proc/23789/stat : 23789 (java) S 23786 23789 20264 0 -1 1077944320 197294 12289 0 0 239741 339 8 3 20 0 22 0 12886693 11328557056 150569 33554432000 4194304 4196468 140725133420208 140725133402752 140132804763383 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
/proc/23789/statm: 2765761 150569 3511 1 0 2753316 0
[pid=23789/tid=23844] ppid=23786 vsize=11063044 CPUtime=2329.85 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23844/stat : 23844 (java) S 23786 23789 20264 0 -1 1077944384 62604 12289 0 0 232951 23 8 3 20 0 22 0 12886705 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132809000928 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23845] ppid=23786 vsize=11063044 CPUtime=6.82 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23845/stat : 23845 (java) R 23786 23789 20264 0 -1 4202560 7888 12289 0 0 643 28 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132772322008 140132789759978 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23846] ppid=23786 vsize=11063044 CPUtime=6.83 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23846/stat : 23846 (java) R 23786 23789 20264 0 -1 4202560 5936 12289 0 0 636 36 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132410124944 140132786373098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23847] ppid=23786 vsize=11063044 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23847/stat : 23847 (java) R 23786 23789 20264 0 -1 4202560 4436 12289 0 0 652 32 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132409072088 140132786373159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23848] ppid=23786 vsize=11063044 CPUtime=6.79 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23848/stat : 23848 (java) R 23786 23789 20264 0 -1 4202560 7022 12289 0 0 641 27 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132408019232 140132789759975 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23849] ppid=23786 vsize=11063044 CPUtime=6.88 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23849/stat : 23849 (java) R 23786 23789 20264 0 -1 4202560 3336 12289 0 0 649 28 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132406967512 140132789462131 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23850] ppid=23786 vsize=11063044 CPUtime=6.87 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23850/stat : 23850 (java) R 23786 23789 20264 0 -1 4202560 8393 12289 0 0 645 31 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132405914968 140132789220986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23851] ppid=23786 vsize=11063044 CPUtime=6.95 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23851/stat : 23851 (java) R 23786 23789 20264 0 -1 4202560 3735 12289 0 0 650 34 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132404861912 140132789759787 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23852] ppid=23786 vsize=11063044 CPUtime=6.84 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23852/stat : 23852 (java) R 23786 23789 20264 0 -1 4202560 4071 12289 0 0 644 29 8 3 20 0 22 0 12886706 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132403809368 140132789759790 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23853] ppid=23786 vsize=11063044 CPUtime=5.78 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23853/stat : 23853 (java) S 23786 23789 20264 0 -1 1077944384 17882 12289 0 0 533 34 8 3 20 0 22 0 12886708 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132279395216 140132804773589 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23854] ppid=23786 vsize=11063044 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23854/stat : 23854 (java) S 23786 23789 20264 0 -1 1077944384 76 12289 0 0 0 0 8 3 20 0 22 0 12886709 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132278342512 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23855] ppid=23786 vsize=11063044 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23855/stat : 23855 (java) S 23786 23789 20264 0 -1 1077944384 55 12289 0 0 0 0 8 3 20 0 22 0 12886709 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132277289728 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23856] ppid=23786 vsize=11063044 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23856/stat : 23856 (java) S 23786 23789 20264 0 -1 1077944384 107 12289 0 0 0 0 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132276238288 140132804781979 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23857] ppid=23786 vsize=11063044 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23857/stat : 23857 (java) S 23786 23789 20264 0 -1 1077944384 19015 12289 0 0 306 2 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132275186416 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 26 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23858] ppid=23786 vsize=11063044 CPUtime=2.74 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23858/stat : 23858 (java) S 23786 23789 20264 0 -1 1077944384 13045 12289 0 0 260 3 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132274133872 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23859] ppid=23786 vsize=11063044 CPUtime=2.66 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23859/stat : 23859 (java) S 23786 23789 20264 0 -1 1077944384 15055 12289 0 0 252 3 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132273080816 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23860] ppid=23786 vsize=11063044 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23860/stat : 23860 (java) S 23786 23789 20264 0 -1 1077944384 20828 12289 0 0 182 4 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132272023072 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23861] ppid=23786 vsize=11063044 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23861/stat : 23861 (java) S 23786 23789 20264 0 -1 1077944384 3 12289 0 0 0 0 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132270975456 140132804773589 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
[pid=23789/tid=23862] ppid=23786 vsize=11063044 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/23789/task/23862/stat : 23862 (java) S 23786 23789 20264 0 -1 1077944384 1550 12289 0 0 52 52 8 3 20 0 22 0 12886713 11328557056 150569 33554432000 4194304 4196468 140725133420208 140132269922992 140132804774530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 36061184 140725133421249 140725133424023 140725133424023 140725133426639 0
Current children cumulated CPU time (s) 2400.91
Current children cumulated vsize (KiB) 11063044

Child status: 143
Real time (s): 2345.66
CPU time (s): 2401.1
CPU user time (s): 2397.66
CPU system time (s): 3.44488
CPU usage (%): 102.364
Max. virtual memory (cumulated for all children) (KiB): 11063044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.66
system time used= 3.44488
maximum resident set size= 610468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250993
involuntary context switches= 166342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2841 second user time and 21.571 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-23 04:16:20
IDJOB=4250103
IDBENCH=138962
IDSOLVER=2630
FILE ID=node117/4250103-1500776180
RUNJOBID= node117-1500773721-22563
PBS_JOBID= 20624591
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250103-1500776180/watcher-4250103-1500776180 -o /tmp/evaluation-result-4250103-1500776180/solver-4250103-1500776180 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500773721-22563 --watchdog 2560  bin/concrete HOME/instance-4250103-1500776180.xml

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

MD5SUM BENCH= 946d300933e85b0b5e5d11b6e9e445b0
RANDOM SEED=371149095

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28515668 kB
MemAvailable:   28938728 kB
Buffers:          161888 kB
Cached:           541384 kB
SwapCached:            0 kB
Active:          3465160 kB
Inactive:         350164 kB
Active(anon):    3114804 kB
Inactive(anon):     8700 kB
Active(file):     350356 kB
Inactive(file):   341464 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24244 kB
Writeback:             0 kB
AnonPages:       3117852 kB
Mapped:            44820 kB
Shmem:              8840 kB
Slab:             128236 kB
SReclaimable:      94152 kB
SUnreclaim:        34084 kB
KernelStack:        4464 kB
PageTables:        11220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3766120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2865152 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= 61944 MiB
End job on node117 at 2017-07-23 04:55:26