Trace number 4246720

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.04 2335.86

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-17-a3.xml
MD5SUM1a474c72a1f7224eb7c0241d7ff915ce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark223
Best CPU time to get the best result obtained on this benchmark20031.1
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of constraints139
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":136},{"size":501,"count":17}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":153},{"degree":2,"count":136},{"degree":17,"count":15},{"degree":18,"count":2}]
Minimum constraint arity1
Maximum constraint arity136
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":136},{"arity":17,"count":1},{"arity":136,"count":1}]
Number of extensional constraints0
Number of intensional constraints137
Distribution of constraint types[{"type":"intension","count":137},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=18639
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: 0.96 1.05 1.41 3/240 18642
/proc/meminfo: memFree=31762380/32770624 swapFree=5952/302076
[pid=18642] ppid=18639 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (bash) S 18639 18642 9020 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 7022684 9736192 350 33554432000 4194304 5098028 140732476444672 140732476442312 140456840956928 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 14622720 140732476445966 140732476446051 140732476446051 140732476448750 0
/proc/18642/statm: 2377 350 278 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 0.96 1.05 1.41 3/240 18642
/proc/meminfo: memFree=31762380/32770624 swapFree=5952/302076
[pid=18642] ppid=18639 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (bash) S 18639 18642 9020 0 -1 4202496 879 6426 0 1 0 0 0 2 20 0 1 0 7022684 9871360 377 33554432000 4194304 5098028 140732476444672 140732476438680 140456840956928 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140732476445966 140732476446051 140732476446051 140732476448750 0
/proc/18642/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200493 s]
/proc/loadavg: 0.96 1.05 1.41 3/240 18642
/proc/meminfo: memFree=31762380/32770624 swapFree=5952/302076
[pid=18642] ppid=18639 vsize=10435860 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 4626 12684 0 1 3 1 8 3 20 0 13 0 7022684 10686320640 5010 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2608965 5010 2127 1 0 2597403 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 10435860

[startup+0.300347 s]
/proc/loadavg: 0.96 1.05 1.41 3/240 18642
/proc/meminfo: memFree=31762380/32770624 swapFree=5952/302076
[pid=18642] ppid=18639 vsize=10902392 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 7009 12684 0 1 19 2 8 3 20 0 20 0 7022684 11164049408 9281 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2725598 9281 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10902392

[startup+0.7002 s]
/proc/loadavg: 0.96 1.05 1.41 3/240 18642
/proc/meminfo: memFree=31762380/32770624 swapFree=5952/302076
[pid=18642] ppid=18639 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 12233 12684 0 1 75 4 8 3 20 0 20 0 7022684 11164385280 16040 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2725680 16040 3206 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 0.96 1.05 1.41 4/283 18791
/proc/meminfo: memFree=31556064/32770624 swapFree=5952/301144
[pid=18642] ppid=18639 vsize=10913344 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 25764 12684 0 1 195 14 8 3 20 0 20 0 7022684 11175264256 44047 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2728336 44047 3412 1 0 2716450 0
[pid=18642/tid=18754] ppid=18639 vsize=10913344 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) R 18639 18642 9020 0 -1 4202560 18909 12684 0 1 119 6 8 3 20 0 20 0 7022699 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952944137352 139952923960677 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 47 12684 0 1 0 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 18 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 19 12684 0 1 0 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 20 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 19 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 41 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 34 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 143 12684 0 1 1 0 8 3 20 0 20 0 7022700 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) S 18639 18642 9020 0 -1 1077944384 1358 12684 0 1 1 0 8 3 20 0 20 0 7022702 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952145717872 139952939928194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 0 0 8 3 20 0 20 0 7022703 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952144663904 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 20 0 7022703 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 1 12684 0 1 0 0 8 3 20 0 20 0 7022706 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) S 18639 18642 9020 0 -1 1077944384 891 12684 0 1 11 0 8 3 20 0 20 0 7022706 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952141506672 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 332 12684 0 1 10 0 8 3 20 0 20 0 7022706 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10913344 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) R 18639 18642 9020 0 -1 4202560 660 12684 0 1 17 0 8 3 20 0 20 0 7022706 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952139401880 139952919414320 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 1036 12684 0 1 25 0 8 3 20 0 20 0 7022706 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 20 0 7022707 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 6 12684 0 1 0 0 8 3 20 0 20 0 7022707 11175264256 44047 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 0.96 1.05 1.41 7/283 18791
/proc/meminfo: memFree=31402400/32770624 swapFree=5952/303164
[pid=18642] ppid=18639 vsize=10927868 CPUtime=6.51 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 39880 12684 1 1 619 21 8 3 20 0 20 0 7022684 11190136832 53603 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2731967 53669 3478 1 0 2719522 0
[pid=18642/tid=18754] ppid=18639 vsize=10927868 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) R 18639 18642 9020 0 -1 4202560 25710 12684 1 1 274 8 8 3 20 0 20 0 7022699 11190136832 53669 33554432000 4194304 4196468 140730971954256 139952944149048 139952939928982 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 47 12684 0 1 0 0 8 3 20 0 20 0 7022700 11190136832 53669 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 18 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53669 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 19 12684 0 1 0 0 8 3 20 0 20 0 7022700 11190136832 53669 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 20 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 19 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 41 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 34 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 143 12684 0 1 1 0 8 3 20 0 20 0 7022700 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) S 18639 18642 9020 0 -1 1077944384 1390 12684 0 1 1 0 8 3 20 0 20 0 7022702 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952145717872 139952939928194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 0 0 8 3 20 0 20 0 7022703 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952144663904 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 20 0 7022703 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 1 12684 0 1 0 0 8 3 20 0 20 0 7022706 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=10927868 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) R 18639 18642 9020 0 -1 4202560 1499 12684 0 1 54 1 8 3 20 0 20 0 7022706 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952141492552 139952921460770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=10927868 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) R 18639 18642 9020 0 -1 4202560 1436 12684 0 1 58 1 8 3 20 0 20 0 7022706 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952140447064 139952919634183 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10927868 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) R 18639 18642 9020 0 -1 4202560 4224 12684 0 1 114 1 8 3 20 0 20 0 7022706 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952139386928 139952924842100 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10927868 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 3145 12684 0 1 105 1 8 3 20 0 20 0 7022706 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 20 0 7022707 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 7 12684 0 1 0 0 8 3 20 0 20 0 7022707 11190136832 53735 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 10927868

[startup+6.30076 s]
/proc/loadavg: 0.97 1.05 1.40 6/283 18791
/proc/meminfo: memFree=31037420/32770624 swapFree=5952/303656
[pid=18642] ppid=18639 vsize=10995452 CPUtime=14.29 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 65280 12684 1 1 1384 34 8 3 20 0 20 0 7022684 11259342848 103401 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2748863 103401 3507 1 0 2736418 0
[pid=18642/tid=18754] ppid=18639 vsize=10995452 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) R 18639 18642 9020 0 -1 4202560 41494 12684 1 1 581 12 8 3 20 0 20 0 7022699 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952944151008 139952546837888 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 848 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 49 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 38 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 99 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 168 12684 0 1 2 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 81 12684 0 1 3 1 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 201 12684 0 1 3 0 8 3 20 0 20 0 7022700 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) S 18639 18642 9020 0 -1 1077944384 2279 12684 0 1 5 0 8 3 20 0 20 0 7022702 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952145717872 139952939928194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952144663968 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 1 12684 0 1 0 0 8 3 20 0 20 0 7022706 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=10995452 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) S 18639 18642 9020 0 -1 1077944384 2322 12684 0 1 171 2 8 3 20 0 20 0 7022706 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952141506672 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=10995452 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 6248 12684 0 1 197 2 8 3 20 0 20 0 7022706 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10995452 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) S 18639 18642 9020 0 -1 1077944384 4737 12684 0 1 231 2 8 3 20 0 20 0 7022706 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952139401584 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10995452 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 4418 12684 0 1 167 2 8 3 20 0 20 0 7022706 11259342848 103401 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=18642/tid=18780] ppid=18639 vsize=10995452 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 7316 12684 0 1 203 3 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10995452 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) S 18639 18642 9020 0 -1 1077944384 7410 12684 0 1 243 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952139401584 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10995452 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 10100 12684 0 1 172 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=10995452 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 1275 12684 0 1 71 64 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 2324.94
Current children cumulated vsize (KiB) 10995452

[startup+2322.3 s]
/proc/loadavg: 1.24 1.33 1.37 3/281 18884
/proc/meminfo: memFree=29019632/32770624 swapFree=5952/305768
[pid=18642] ppid=18639 vsize=10995452 CPUtime=2386.38 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 183109 12684 1 1 238202 425 8 3 20 0 20 0 7022684 11259342848 365660 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2748863 365660 3511 1 0 2736418 0
[pid=18642/tid=18754] ppid=18639 vsize=10995452 CPUtime=2301.61 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) R 18639 18642 9020 0 -1 4202560 85480 12684 1 1 230103 47 8 3 20 0 20 0 7022699 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952944151280 139952546838063 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=10995452 CPUtime=8.4 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 10768 12684 0 1 794 35 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=10995452 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 7239 12684 0 1 804 40 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=10995452 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 7687 12684 0 1 803 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=10995452 CPUtime=8.46 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 3145 12684 0 1 798 37 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=10995452 CPUtime=8.45 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 5389 12684 0 1 796 38 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 5117 12684 0 1 801 38 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=10995452 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 6056 12684 0 1 797 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=10995452 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 3738 12684 0 1 806 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=10995452 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) S 18639 18642 9020 0 -1 1077944384 14992 12684 0 1 767 34 8 3 20 0 20 0 7022702 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952145717872 139952939928194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952144663968 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 1 12684 0 1 0 0 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=10995452 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) S 18639 18642 9020 0 -1 1077944384 5129 12684 0 1 187 3 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952141506672 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=10995452 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 7318 12684 0 1 203 3 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10995452 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) S 18639 18642 9020 0 -1 1077944384 7412 12684 0 1 243 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952139401584 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10995452 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 10102 12684 0 1 172 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=10995452 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 1304 12684 0 1 72 66 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 2386.38
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2335.6 s]
/proc/loadavg: 1.26 1.33 1.37 2/255 18937
/proc/meminfo: memFree=30324484/32770624 swapFree=5952/305728
[pid=18642] ppid=18639 vsize=10995452 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 183316 12684 1 1 239560 429 8 3 20 0 20 0 7022684 11259342848 365660 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2748863 365660 3511 1 0 2736418 0
[pid=18642/tid=18754] ppid=18639 vsize=10995452 CPUtime=2314.77 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) R 18639 18642 9020 0 -1 4202560 85669 12684 1 1 231418 48 8 3 20 0 20 0 7022699 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952944151152 139952548816206 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=10995452 CPUtime=8.46 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 10770 12684 0 1 800 35 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=10995452 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 7240 12684 0 1 809 40 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=10995452 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 7690 12684 0 1 808 40 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=10995452 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 3147 12684 0 1 803 37 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 5390 12684 0 1 800 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=10995452 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 5120 12684 0 1 806 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=10995452 CPUtime=8.52 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 6057 12684 0 1 802 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=10995452 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 3738 12684 0 1 809 39 8 3 20 0 20 0 7022700 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=10995452 CPUtime=8.18 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) S 18639 18642 9020 0 -1 1077944384 14995 12684 0 1 773 34 8 3 20 0 20 0 7022702 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952145717872 139952939928194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 55 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952144663968 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 20 0 7022703 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 1 12684 0 1 0 0 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=10995452 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) S 18639 18642 9020 0 -1 1077944384 5129 12684 0 1 187 3 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952141506672 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=10995452 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 7318 12684 0 1 203 3 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=10995452 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) S 18639 18642 9020 0 -1 1077944384 7412 12684 0 1 243 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952139401584 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=10995452 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 10102 12684 0 1 172 2 8 3 20 0 20 0 7022706 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952138348784 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=10995452 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 1306 12684 0 1 73 66 8 3 20 0 20 0 7022707 11259342848 365660 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 2400
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 18642 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2335.8 s]
/proc/loadavg: 1.26 1.33 1.37 2/255 18937
/proc/meminfo: memFree=30324484/32770624 swapFree=5952/305728
[pid=18642] ppid=18639 vsize=11128580 CPUtime=2400.85 cores=0,2,4,6,8,10,12,14
/proc/18642/stat : 18642 (java) S 18639 18642 9020 0 -1 1077944320 189844 12684 1 1 239643 431 8 3 20 0 22 0 7022684 11395665920 367365 33554432000 4194304 4196468 140730971954256 140730971936800 139952939917047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
/proc/18642/statm: 2782145 367365 3511 1 0 2769700 0
[pid=18642/tid=18754] ppid=18639 vsize=11128580 CPUtime=2314.78 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18754/stat : 18754 (java) S 18639 18642 9020 0 -1 1077944384 86006 12684 1 1 231419 48 8 3 20 0 22 0 7022699 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952944154592 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18756] ppid=18639 vsize=11128580 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18756/stat : 18756 (java) S 18639 18642 9020 0 -1 1077944384 10772 12684 0 1 808 35 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952865991568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18757] ppid=18639 vsize=11128580 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18757/stat : 18757 (java) S 18639 18642 9020 0 -1 1077944384 7252 12684 0 1 818 40 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952864938768 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18758] ppid=18639 vsize=11128580 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18758/stat : 18758 (java) S 18639 18642 9020 0 -1 1077944384 7697 12684 0 1 818 40 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952863886480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18759] ppid=18639 vsize=11128580 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18759/stat : 18759 (java) S 18639 18642 9020 0 -1 1077944384 3179 12684 0 1 812 37 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952862833680 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18760] ppid=18639 vsize=11128580 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18760/stat : 18760 (java) S 18639 18642 9020 0 -1 1077944384 5415 12684 0 1 809 39 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952861780368 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18761] ppid=18639 vsize=11128580 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18761/stat : 18761 (java) S 18639 18642 9020 0 -1 1077944384 5128 12684 0 1 816 39 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952860727568 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18762] ppid=18639 vsize=11128580 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18762/stat : 18762 (java) S 18639 18642 9020 0 -1 1077944384 6096 12684 0 1 811 39 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952859675280 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18763] ppid=18639 vsize=11128580 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18763/stat : 18763 (java) S 18639 18642 9020 0 -1 1077944384 3750 12684 0 1 819 39 8 3 20 0 22 0 7022700 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952858622480 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18772] ppid=18639 vsize=11128580 CPUtime=8.27 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18772/stat : 18772 (java) R 18639 18642 9020 0 -1 4202560 20801 12684 0 1 781 35 8 3 20 0 22 0 7022702 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952145716160 139952921323437 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18773] ppid=18639 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18773/stat : 18773 (java) S 18639 18642 9020 0 -1 1077944384 56 12684 0 1 0 0 8 3 20 0 22 0 7022703 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952144663872 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18774] ppid=18639 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18774/stat : 18774 (java) S 18639 18642 9020 0 -1 1077944384 45 12684 0 1 0 0 8 3 20 0 22 0 7022703 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952143611520 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18778] ppid=18639 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18778/stat : 18778 (java) S 18639 18642 9020 0 -1 1077944384 80 12684 0 1 0 0 8 3 20 0 22 0 7022706 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952142559824 139952939935643 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18779] ppid=18639 vsize=11128580 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18779/stat : 18779 (java) S 18639 18642 9020 0 -1 1077944384 5129 12684 0 1 187 3 8 3 20 0 22 0 7022706 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952141506672 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18780] ppid=18639 vsize=11128580 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18780/stat : 18780 (java) S 18639 18642 9020 0 -1 1077944384 7318 12684 0 1 203 3 8 3 20 0 22 0 7022706 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952140453872 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18781] ppid=18639 vsize=11128580 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18781/stat : 18781 (java) S 18639 18642 9020 0 -1 1077944384 7412 12684 0 1 243 2 8 3 20 0 22 0 7022706 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952139401584 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18782] ppid=18639 vsize=11128580 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18782/stat : 18782 (java) S 18639 18642 9020 0 -1 1077944384 10156 12684 0 1 172 2 8 3 20 0 22 0 7022706 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952138348352 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18783] ppid=18639 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18783/stat : 18783 (java) S 18639 18642 9020 0 -1 1077944384 3 12684 0 1 0 0 8 3 20 0 22 0 7022707 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952137296736 139952939927253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
[pid=18642/tid=18784] ppid=18639 vsize=11128580 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/18642/task/18784/stat : 18784 (java) S 18639 18642 9020 0 -1 1077944384 1306 12684 0 1 73 66 8 3 20 0 22 0 7022707 11395665920 367365 33554432000 4194304 4196468 140730971954256 139952136244016 139952939928194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21139456 140730971962049 140730971964823 140730971964823 140730971967439 0
Current children cumulated CPU time (s) 2400.85
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2335.86
CPU time (s): 2401.04
CPU user time (s): 2396.67
CPU system time (s): 4.36692
CPU usage (%): 102.79
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.67
system time used= 4.36692
maximum resident set size= 1470052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202642
page faults= 2
swaps= 0
block input operations= 8800
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312650
involuntary context switches= 185284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6275 second user time and 21.1702 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-22 11:59:01
IDJOB=4246720
IDBENCH=126223
IDSOLVER=2630
FILE ID=node116/4246720-1500717541
RUNJOBID= node116-1500717541-18614
PBS_JOBID= 20623344
Free space on /tmp= 62016 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-17-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246720-1500717541/watcher-4246720-1500717541 -o /tmp/evaluation-result-4246720-1500717541/solver-4246720-1500717541 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500717541-18614 --watchdog 2560  bin/concrete HOME/instance-4246720-1500717541.xml

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

MD5SUM BENCH= 1a474c72a1f7224eb7c0241d7ff915ce
RANDOM SEED=987148268

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31762504 kB
MemAvailable:   32006764 kB
Buffers:          127788 kB
Cached:           397580 kB
SwapCached:            0 kB
Active:           268040 kB
Inactive:         311088 kB
Active(anon):      55676 kB
Inactive(anon):     8688 kB
Active(file):     212364 kB
Inactive(file):   302400 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48400 kB
Writeback:             0 kB
AnonPages:        129976 kB
Mapped:            30648 kB
Shmem:              8840 kB
Slab:             124312 kB
SReclaimable:      90664 kB
SUnreclaim:        33648 kB
KernelStack:        4432 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 61992 MiB
End job on node116 at 2017-07-22 12:37:57