Trace number 4248822

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.16 2331.27

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-11-04.xml
MD5SUMde9211f741ec47eeb5ead1f5842e57a8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.7901
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints77
Number of domains2
Minimum domain size10
Maximum domain size11
Distribution of domain sizes[{"size":10,"count":11},{"size":11,"count":44}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":33},{"degree":2,"count":11},{"degree":11,"count":11}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":66},{"arity":4,"count":11}]
Number of extensional constraints77
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":77}]
Optimization problemNO
Type of objective

Solver Data

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

pid=4625
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.40 1.47 1.46 4/239 4628
/proc/meminfo: memFree=29713396/32770624 swapFree=6968/1967120
[pid=4628] ppid=4625 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (bash) S 4625 4628 4298 0 -1 4202496 684 1531 0 0 0 0 0 0 20 0 1 0 14999344 9736192 350 33554432000 4194304 5098028 140720981687392 140720981685032 140396052319232 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 12668928 140720981693710 140720981693795 140720981693795 140720981696494 0
/proc/4628/statm: 2377 350 278 221 0 86 0

[startup+0.1001 s]
/proc/loadavg: 1.40 1.47 1.46 4/239 4628
/proc/meminfo: memFree=29713396/32770624 swapFree=6968/1967120
[pid=4628] ppid=4625 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (bash) S 4625 4628 4298 0 -1 4202496 877 6414 0 0 0 0 0 1 20 0 1 0 14999344 9871360 377 33554432000 4194304 5098028 140720981687392 140720981681400 140396052319232 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 12668928 140720981693710 140720981693795 140720981693795 140720981696494 0
/proc/4628/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200341 s]
/proc/loadavg: 1.40 1.47 1.46 4/239 4628
/proc/meminfo: memFree=29713396/32770624 swapFree=6968/1967120
[pid=4628] ppid=4625 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 4771 12573 0 0 4 1 9 4 20 0 13 0 14999344 10686320640 5141 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2608965 5141 2126 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300313 s]
/proc/loadavg: 1.40 1.47 1.46 4/239 4628
/proc/meminfo: memFree=29713396/32770624 swapFree=6968/1967120
[pid=4628] ppid=4625 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 6764 12573 0 0 21 2 9 4 20 0 20 0 14999344 11164049408 8466 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2725598 8466 2962 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700225 s]
/proc/loadavg: 1.40 1.47 1.46 4/239 4628
/proc/meminfo: memFree=29713396/32770624 swapFree=6968/1967120
[pid=4628] ppid=4625 vsize=10902720 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 12091 12573 0 0 71 5 9 4 20 0 20 0 14999344 11164385280 14852 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2725680 14852 3144 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50074 s]
/proc/loadavg: 1.40 1.47 1.46 4/281 4779
/proc/meminfo: memFree=29507748/32770624 swapFree=6968/1966660
[pid=4628] ppid=4625 vsize=10913344 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 27181 12573 0 0 199 14 9 4 20 0 20 0 14999344 11175264256 44176 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2728336 44176 3417 1 0 2716450 0
[pid=4628/tid=4742] ppid=4625 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) R 4625 4628 4298 0 -1 4202560 19640 12573 0 0 124 6 9 4 20 0 20 0 14999358 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181749139712 140181726490011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 33 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 12 12573 0 0 1 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 34 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 14 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 71 12573 0 0 1 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 15 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 141 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 13 12573 0 0 0 0 9 4 20 0 20 0 14999359 11175264256 44176 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=10913344 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) S 4625 4628 4298 0 -1 1077944384 1596 12573 0 0 1 0 9 4 20 0 20 0 14999361 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180950329712 140181744937602 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 56 12573 0 0 0 0 9 4 20 0 20 0 14999362 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180949275744 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 20 0 14999363 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 1 12573 0 0 0 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) R 4625 4628 4298 0 -1 4202560 495 12573 0 0 12 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180946100832 140181728452166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) R 4625 4628 4298 0 -1 4202560 657 12573 0 0 16 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180945053136 140181730051192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) R 4625 4628 4298 0 -1 1077944384 929 12573 0 0 10 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) R 4625 4628 4298 0 -1 4202560 1296 12573 0 0 26 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180942961136 140181744947802 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 4 12573 0 0 0 0 9 4 20 0 20 0 14999367 11175264256 44176 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10079 s]
/proc/loadavg: 1.37 1.46 1.45 6/281 4779
/proc/meminfo: memFree=29359252/32770624 swapFree=6968/1967212
[pid=4628] ppid=4625 vsize=10927868 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 48199 12573 0 0 632 19 9 4 20 0 20 0 14999344 11190136832 61074 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2731967 61074 3486 1 0 2719522 0
[pid=4628/tid=4742] ppid=4625 vsize=10927868 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) R 4625 4628 4298 0 -1 4202560 32159 12573 0 0 281 9 9 4 20 0 20 0 14999358 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181749154416 140181374073300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 33 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 12 12573 0 0 1 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 34 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 14 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 71 12573 0 0 1 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 15 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 141 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 13 12573 0 0 0 0 9 4 20 0 20 0 14999359 11190136832 61074 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) S 4625 4628 4298 0 -1 1077944384 1622 12573 0 0 1 0 9 4 20 0 20 0 14999361 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180950329712 140181744937602 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 56 12573 0 0 0 0 9 4 20 0 20 0 14999362 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180949275744 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 20 0 14999363 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 1 12573 0 0 0 0 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=10927868 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) R 4625 4628 4298 0 -1 4202560 1464 12573 0 0 72 1 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180946106256 140181724620163 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=10927868 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 2001 12573 0 0 82 0 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10927868 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 4993 12573 0 0 91 1 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10927868 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) R 4625 4628 4298 0 -1 4202560 3391 12573 0 0 95 1 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180942959536 140181744947802 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 5 12573 0 0 0 0 9 4 20 0 20 0 14999367 11190136832 61074 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 10927868

[startup+6.3009 s]
/proc/loadavg: 1.37 1.46 1.45 7/281 4779
/proc/meminfo: memFree=28943952/32770624 swapFree=6968/1967212
[pid=4628] ppid=4625 vsize=10995452 CPUtime=17.22 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 68276 12573 0 0 1679 30 9 4 20 0 20 0 14999344 11259342848 107264 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2748863 107264 3505 1 0 2736418 0
[pid=4628/tid=4742] ppid=4625 vsize=10995452 CPUtime=6.14 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) R 4625 4628 4298 0 -1 4202560 41144 12573 0 0 590 11 9 4 20 0 20 0 14999358 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181749162232 140181388935092 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 98 12573 0 0 2 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 23 12573 0 0 3 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 97 12573 0 0 2 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 120 12573 0 0 2 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 134 12573 0 0 3 0 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 54 12573 0 0 2 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 1016 12573 0 0 2 1 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 26 12573 0 0 2 0 9 4 20 0 20 0 14999359 11259342848 107264 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) S 4625 4628 4298 0 -1 1077944384 2296 12573 0 0 5 1 9 4 20 0 20 0 14999361 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180950329712 140181744937602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 56 12573 0 0 0 0 9 4 20 0 20 0 14999362 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180949275744 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 20 0 14999363 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 1 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=10995452 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) S 4625 4628 4298 0 -1 1077944384 6058 12573 0 0 302 3 9 4 20 0 20 0 14999367 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180946119536 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=10995452 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 3343 12573 0 0 299 1 9 4 20 0 20 0 14999367 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10995452 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 7451 12573 0 0 309 1 9 4 20 0 20 0 14999367 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10995452 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) S 4625 4628 4298 0 -1 1077944384 4176 12573 0 0 146 2 9 4 20 0 20 0 14999367 11259342848 107264 33554432000 4194304 4196468 140723352961504 140180942961136 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

[pid=4628/tid=4771] ppid=4625 vsize=10995452 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 3450 12573 0 0 300 2 9 4 20 0 20 0 14999367 11259342848 308166 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10995452 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 9296 12573 0 0 314 1 9 4 20 0 20 0 14999367 11259342848 308166 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) S 4625 4628 4298 0 -1 1077944384 10813 12573 0 0 148 2 9 4 20 0 20 0 14999367 11259342848 308166 33554432000 4194304 4196468 140723352961504 140180942961136 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 308166 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=10995452 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 2137 12573 0 0 76 63 9 4 20 0 20 0 14999367 11259342848 308166 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 2329.48
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.58 1.40 1.40 3/281 4848
/proc/meminfo: memFree=26418928/32770624 swapFree=6968/1968604
[pid=4628] ppid=4625 vsize=10995452 CPUtime=2391.1 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 170775 12573 0 0 238675 422 9 4 20 0 20 0 14999344 11259342848 308729 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2748863 308729 3508 1 0 2736418 0
[pid=4628/tid=4742] ppid=4625 vsize=10995452 CPUtime=2301.94 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) R 4625 4628 4298 0 -1 4202560 77920 12573 0 0 230140 41 9 4 20 0 20 0 14999358 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181749160672 140181377391675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=10995452 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 4735 12573 0 0 832 37 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=10995452 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 5660 12573 0 0 833 45 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=10995452 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 6504 12573 0 0 827 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=10995452 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 6140 12573 0 0 827 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=10995452 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 5728 12573 0 0 838 36 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=10995452 CPUtime=8.86 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 4839 12573 0 0 836 37 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=10995452 CPUtime=8.78 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 5173 12573 0 0 823 42 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=10995452 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 5723 12573 0 0 835 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=10995452 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) S 4625 4628 4298 0 -1 1077944384 14034 12573 0 0 680 35 9 4 20 0 20 0 14999361 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180950329712 140181744937602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 56 12573 0 0 0 0 9 4 20 0 20 0 14999362 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180949275744 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 20 0 14999363 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 1 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=10995452 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) S 4625 4628 4298 0 -1 1077944384 6368 12573 0 0 304 4 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180946119536 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=10995452 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 3452 12573 0 0 300 2 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10995452 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 9298 12573 0 0 314 1 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) S 4625 4628 4298 0 -1 1077944384 10815 12573 0 0 148 2 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180942961136 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=10995452 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 2155 12573 0 0 78 66 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 2391.1
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2331.01 s]
/proc/loadavg: 1.53 1.39 1.40 2/255 4901
/proc/meminfo: memFree=28511064/32770624 swapFree=6968/1968624
[pid=4628] ppid=4625 vsize=10995452 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 170822 12573 0 0 239569 423 9 4 20 0 20 0 14999344 11259342848 308729 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2748863 308729 3508 1 0 2736418 0
[pid=4628/tid=4742] ppid=4625 vsize=10995452 CPUtime=2310.56 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) R 4625 4628 4298 0 -1 4202560 77958 12573 0 0 231002 41 9 4 20 0 20 0 14999358 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181749160544 140181388310942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=10995452 CPUtime=8.86 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 4736 12573 0 0 836 37 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=10995452 CPUtime=8.94 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 5661 12573 0 0 836 45 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=10995452 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 6505 12573 0 0 831 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=10995452 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 6141 12573 0 0 831 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=10995452 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 5729 12573 0 0 842 36 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=10995452 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 4840 12573 0 0 839 37 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=10995452 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 5174 12573 0 0 827 42 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=10995452 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 5723 12573 0 0 837 39 9 4 20 0 20 0 14999359 11259342848 308729 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=10995452 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) S 4625 4628 4298 0 -1 1077944384 14036 12573 0 0 683 36 9 4 20 0 20 0 14999361 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180950329712 140181744937602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 56 12573 0 0 0 0 9 4 20 0 20 0 14999362 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180949275744 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 20 0 14999363 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 1 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=10995452 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) S 4625 4628 4298 0 -1 1077944384 6368 12573 0 0 304 4 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180946119536 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=10995452 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 3452 12573 0 0 300 2 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=10995452 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 9298 12573 0 0 314 1 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=10995452 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) S 4625 4628 4298 0 -1 1077944384 10815 12573 0 0 148 2 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180942961136 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=10995452 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 2155 12573 0 0 78 66 9 4 20 0 20 0 14999367 11259342848 308729 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2331.2 s]
/proc/loadavg: 1.53 1.39 1.40 2/255 4901
/proc/meminfo: memFree=28511064/32770624 swapFree=6968/1968624
[pid=4628] ppid=4625 vsize=11128580 CPUtime=2400.96 cores=0,2,4,6,8,10,12,14
/proc/4628/stat : 4628 (java) S 4625 4628 4298 0 -1 1077944320 177283 12573 0 0 239658 425 9 4 20 0 22 0 14999344 11395665920 310496 33554432000 4194304 4196468 140723352961504 140723352944048 140181744926455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
/proc/4628/statm: 2782145 310496 3508 1 0 2769700 0
[pid=4628/tid=4742] ppid=4625 vsize=11128580 CPUtime=2310.57 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4742/stat : 4742 (java) S 4625 4628 4298 0 -1 1077944384 78308 12573 0 0 231003 41 9 4 20 0 22 0 14999358 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181749164176 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4744] ppid=4625 vsize=11128580 CPUtime=8.97 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4744/stat : 4744 (java) S 4625 4628 4298 0 -1 1077944384 4753 12573 0 0 847 37 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181697546896 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4745] ppid=4625 vsize=11128580 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4745/stat : 4745 (java) S 4625 4628 4298 0 -1 1077944384 5661 12573 0 0 846 45 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181696494096 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4746] ppid=4625 vsize=11128580 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4746/stat : 4746 (java) S 4625 4628 4298 0 -1 1077944384 6528 12573 0 0 841 39 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181695441296 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4747] ppid=4625 vsize=11128580 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4747/stat : 4747 (java) S 4625 4628 4298 0 -1 1077944384 6156 12573 0 0 841 39 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181694388496 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4748] ppid=4625 vsize=11128580 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4748/stat : 4748 (java) S 4625 4628 4298 0 -1 1077944384 5733 12573 0 0 852 37 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181347425424 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4749] ppid=4625 vsize=11128580 CPUtime=8.99 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4749/stat : 4749 (java) S 4625 4628 4298 0 -1 1077944384 4860 12573 0 0 849 37 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181346372624 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4750] ppid=4625 vsize=11128580 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4750/stat : 4750 (java) S 4625 4628 4298 0 -1 1077944384 5182 12573 0 0 837 43 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181345319824 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4751] ppid=4625 vsize=11128580 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4751/stat : 4751 (java) S 4625 4628 4298 0 -1 1077944384 5730 12573 0 0 848 39 9 4 20 0 22 0 14999359 11395665920 310496 33554432000 4194304 4196468 140723352961504 140181344267024 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4760] ppid=4625 vsize=11128580 CPUtime=7.38 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4760/stat : 4760 (java) R 4625 4628 4298 0 -1 4202560 19836 12573 0 0 689 36 9 4 20 0 22 0 14999361 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180950328000 140181726564793 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4762] ppid=4625 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4762/stat : 4762 (java) S 4625 4628 4298 0 -1 1077944384 57 12573 0 0 0 0 9 4 20 0 22 0 14999362 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180949275648 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4764] ppid=4625 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4764/stat : 4764 (java) S 4625 4628 4298 0 -1 1077944384 44 12573 0 0 0 0 9 4 20 0 22 0 14999363 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180948222848 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4767] ppid=4625 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4767/stat : 4767 (java) S 4625 4628 4298 0 -1 1077944384 100 12573 0 0 0 0 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180947171152 140181744945051 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4770] ppid=4625 vsize=11128580 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4770/stat : 4770 (java) S 4625 4628 4298 0 -1 1077944384 6368 12573 0 0 304 4 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180946119536 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4771] ppid=4625 vsize=11128580 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4771/stat : 4771 (java) S 4625 4628 4298 0 -1 1077944384 3452 12573 0 0 300 2 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180945066736 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4774] ppid=4625 vsize=11128580 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4774/stat : 4774 (java) S 4625 4628 4298 0 -1 1077944384 9298 12573 0 0 314 1 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180944013936 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4775] ppid=4625 vsize=11128580 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4775/stat : 4775 (java) S 4625 4628 4298 0 -1 1077944384 10815 12573 0 0 148 2 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180942961136 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4777] ppid=4625 vsize=11128580 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4777/stat : 4777 (java) S 4625 4628 4298 0 -1 1077944384 3 12573 0 0 0 0 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180941908576 140181744936661 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
[pid=4628/tid=4779] ppid=4625 vsize=11128580 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/4628/task/4779/stat : 4779 (java) S 4625 4628 4298 0 -1 1077944384 2155 12573 0 0 78 66 9 4 20 0 22 0 14999367 11395665920 310496 33554432000 4194304 4196468 140723352961504 140180940855856 140181744937602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37376000 140723352963777 140723352966551 140723352966551 140723352969167 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2331.27
CPU time (s): 2401.16
CPU user time (s): 2396.85
CPU system time (s): 4.31333
CPU usage (%): 102.998
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.85
system time used= 4.31333
maximum resident set size= 1242748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316756
involuntary context switches= 188630

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1619 second user time and 21.6977 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-23 10:08:38
IDJOB=4248822
IDBENCH=134319
IDSOLVER=2630
FILE ID=node130/4248822-1500797318
RUNJOBID= node130-1500797318-4604
PBS_JOBID= 20624658
Free space on /tmp= 61592 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-11-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248822-1500797318/watcher-4248822-1500797318 -o /tmp/evaluation-result-4248822-1500797318/solver-4248822-1500797318 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500797318-4604 --watchdog 2560  bin/concrete HOME/instance-4248822-1500797318.xml

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

MD5SUM BENCH= de9211f741ec47eeb5ead1f5842e57a8
RANDOM SEED=1969570876

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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:        29714552 kB
MemAvailable:   31994536 kB
Buffers:          165404 kB
Cached:          2387432 kB
SwapCached:            0 kB
Active:           622276 kB
Inactive:        1982136 kB
Active(anon):      54272 kB
Inactive(anon):     8860 kB
Active(file):     568004 kB
Inactive(file):  1973276 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48464 kB
Writeback:             4 kB
AnonPages:         58088 kB
Mapped:            31320 kB
Shmem:              8844 kB
Slab:             143124 kB
SReclaimable:     109080 kB
SUnreclaim:        34044 kB
KernelStack:        4112 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61568 MiB
End job on node130 at 2017-07-23 10:47:30