Trace number 4248174

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) 2409.9 2257.08

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-028.xml
MD5SUM0d73506f0318cc77856f25ccca7d4c63
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2352
Number of constraints789
Number of domains2
Minimum domain size28
Maximum domain size784
Distribution of domain sizes[{"size":28,"count":1568},{"size":784,"count":784}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":2296},{"degree":3,"count":56}]
Minimum constraint arity3
Maximum constraint arity784
Distribution of constraint arities[{"arity":3,"count":784},{"arity":28,"count":2},{"arity":784,"count":3}]
Number of extensional constraints784
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":784},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248174-1500743153/watcher-4248174-1500743153 -o /tmp/evaluation-result-4248174-1500743153/solver-4248174-1500743153 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500712981-22996 --watchdog 2560 bin/concrete HOME/instance-4248174-1500743153.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.47 1.10 0.99 1/235 319
/proc/meminfo: memFree=31588316/32770624 swapFree=5700/385464
[pid=319] ppid=316 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (bash) S 316 319 22965 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 9582803 9736192 351 33554432000 4194304 5098028 140720740742368 140720740740008 140580817906688 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 34971648 140720740750606 140720740750691 140720740750691 140720740753390 0
/proc/319/statm: 2377 351 278 221 0 86 0

[startup+0.10006 s]
/proc/loadavg: 2.47 1.10 0.99 1/235 319
/proc/meminfo: memFree=31588316/32770624 swapFree=5700/385464
[pid=319] ppid=316 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (bash) S 316 319 22965 0 -1 4202496 885 6414 0 0 0 0 0 1 20 0 1 0 9582803 9871360 378 33554432000 4194304 5098028 140720740742368 140720740736376 140580817906688 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 34971648 140720740750606 140720740750691 140720740750691 140720740753390 0
/proc/319/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200249 s]
/proc/loadavg: 2.47 1.10 0.99 1/235 319
/proc/meminfo: memFree=31588316/32770624 swapFree=5700/385464
[pid=319] ppid=316 vsize=10768680 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 5141 12561 0 0 7 1 7 3 20 0 18 0 9582803 11027128320 5438 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2692170 5438 2295 1 0 2680608 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10768680

[startup+0.300385 s]
/proc/loadavg: 2.47 1.10 0.99 1/235 319
/proc/meminfo: memFree=31588316/32770624 swapFree=5700/385464
[pid=319] ppid=316 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 7996 12561 0 0 23 2 7 3 20 0 20 0 9582803 11163947008 9763 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2725573 9829 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700257 s]
/proc/loadavg: 2.47 1.10 0.99 1/235 319
/proc/meminfo: memFree=31588316/32770624 swapFree=5700/385464
[pid=319] ppid=316 vsize=10902720 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 12894 12561 0 0 82 4 7 3 20 0 20 0 9582803 11164385280 16176 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2725680 16176 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50114 s]
/proc/loadavg: 2.47 1.10 0.99 2/255 408
/proc/meminfo: memFree=31481768/32770624 swapFree=5700/386104
[pid=319] ppid=316 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 28574 12561 0 0 209 13 7 3 20 0 20 0 9582803 11175264256 44778 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2728336 44778 3408 1 0 2716450 0
[pid=319/tid=390] ppid=316 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) R 316 319 22965 0 -1 4202560 20235 12561 0 0 128 5 7 3 20 0 20 0 9582814 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090886079864 140090881867158 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) S 316 319 22965 0 -1 1077944384 37 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090834475280 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) S 316 319 22965 0 -1 1077944384 42 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090833422736 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) S 316 319 22965 0 -1 1077944384 13 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090832370192 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) S 316 319 22965 0 -1 1077944384 32 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090831317648 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) S 316 319 22965 0 -1 1077944384 125 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090830265104 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) S 316 319 22965 0 -1 1077944384 15 12561 0 0 0 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090829212560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) S 316 319 22965 0 -1 1077944384 20 12561 0 0 1 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090482023440 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) S 316 319 22965 0 -1 1077944384 54 12561 0 0 1 0 7 3 20 0 20 0 9582815 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090480970896 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 1600 12561 0 0 1 0 7 3 20 0 20 0 9582817 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090355468272 140090881866370 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 55 12561 0 0 0 0 7 3 20 0 20 0 9582818 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090354414560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 44 12561 0 0 0 0 7 3 20 0 20 0 9582818 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 1 12561 0 0 0 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 895 12561 0 0 15 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) S 316 319 22965 0 -1 1077944384 565 12561 0 0 12 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090350205552 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 1360 12561 0 0 16 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 1336 12561 0 0 27 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 8 12561 0 0 0 0 7 3 20 0 20 0 9582823 11175264256 44778 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 2.35 1.10 0.99 3/255 408
/proc/meminfo: memFree=31406636/32770624 swapFree=5700/386104
[pid=319] ppid=316 vsize=10925820 CPUtime=6.49 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 48704 12561 0 0 619 20 7 3 20 0 20 0 9582803 11188039680 56848 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2731455 56848 3476 1 0 2719010 0
[pid=319/tid=390] ppid=316 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) R 316 319 22965 0 -1 4202560 31502 12561 0 0 285 7 7 3 20 0 20 0 9582814 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090886087536 140090881867158 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) S 316 319 22965 0 -1 1077944384 37 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090834475280 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) S 316 319 22965 0 -1 1077944384 42 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090833422736 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) S 316 319 22965 0 -1 1077944384 13 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090832370192 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) S 316 319 22965 0 -1 1077944384 32 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090831317648 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) S 316 319 22965 0 -1 1077944384 125 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090830265104 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) S 316 319 22965 0 -1 1077944384 15 12561 0 0 0 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090829212560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) S 316 319 22965 0 -1 1077944384 20 12561 0 0 1 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090482023440 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) S 316 319 22965 0 -1 1077944384 54 12561 0 0 1 0 7 3 20 0 20 0 9582815 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090480970896 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 1611 12561 0 0 1 0 7 3 20 0 20 0 9582817 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090355468272 140090881866370 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 55 12561 0 0 0 0 7 3 20 0 20 0 9582818 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090354414560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 44 12561 0 0 0 0 7 3 20 0 20 0 9582818 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 1 12561 0 0 0 0 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 2359 12561 0 0 65 1 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) R 316 319 22965 0 -1 4202560 1635 12561 0 0 61 1 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090350183872 140090866251944 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=10925820 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 5026 12561 0 0 92 1 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=10925820 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) R 316 319 22965 0 -1 4202560 3987 12561 0 0 106 1 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090348100464 140090881867158 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 9 12561 0 0 0 0 7 3 20 0 20 0 9582823 11188039680 56848 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 10925820

[startup+6.30078 s]
/proc/loadavg: 2.35 1.10 0.99 2/255 408
/proc/meminfo: memFree=31125208/32770624 swapFree=5700/386104
[pid=319] ppid=316 vsize=10927868 CPUtime=15.64 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 54842 12561 0 0 1507 47 7 3 20 0 20 0 9582803 11190136832 160263 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2731967 160263 3492 1 0 2719522 0
[pid=319/tid=390] ppid=316 vsize=10927868 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) R 316 319 22965 0 -1 4202560 32651 12561 0 0 591 12 7 3 20 0 20 0 9582814 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090886087288 140090522244896 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) S 316 319 22965 0 -1 1077944384 112 12561 0 0 3 2 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090834475280 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) S 316 319 22965 0 -1 1077944384 69 12561 0 0 3 3 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090833422736 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) S 316 319 22965 0 -1 1077944384 53 12561 0 0 3 3 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090832370192 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=10927868 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) S 316 319 22965 0 -1 1077944384 74 12561 0 0 4 3 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090831317648 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) S 316 319 22965 0 -1 1077944384 151 12561 0 0 3 2 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090830265104 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) S 316 319 22965 0 -1 1077944384 41 12561 0 0 3 3 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090829212560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) S 316 319 22965 0 -1 1077944384 46 12561 0 0 3 2 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090482023440 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=10927868 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) S 316 319 22965 0 -1 1077944384 105 12561 0 0 4 3 7 3 20 0 20 0 9582815 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090480970896 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 1862 12561 0 0 2 0 7 3 20 0 20 0 9582817 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090355468272 140090881866370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 55 12561 0 0 0 0 7 3 20 0 20 0 9582818 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090354414560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 44 12561 0 0 0 0 7 3 20 0 20 0 9582818 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 1 12561 0 0 0 0 7 3 20 0 20 0 9582823 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=10927868 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 2942 12561 0 0 231 1 7 3 20 0 20 0 9582823 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=10927868 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) S 316 319 22965 0 -1 1077944384 3149 12561 0 0 230 1 7 3 20 0 20 0 9582823 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090350205552 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=10927868 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 5665 12561 0 0 259 2 7 3 20 0 20 0 9582823 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=10927868 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 5672 12561 0 0 160 2 7 3 20 0 20 0 9582823 11190136832 160263 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=319/tid=406] ppid=316 vsize=10997500 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 18152 12561 0 0 250 5 7 3 20 0 20 0 9582823 11261440000 969194 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 20 0 9582823 11261440000 969194 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=10997500 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 2005 12561 0 0 74 61 7 3 20 0 20 0 9582823 11261440000 969194 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10997500

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

[startup+2256 s]
/proc/loadavg: 0.80 0.82 0.87 2/256 485
/proc/meminfo: memFree=27708892/32770624 swapFree=5700/387404
[pid=319] ppid=316 vsize=11130628 CPUtime=2402.11 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 500158 12561 0 0 238701 1500 7 3 20 0 22 0 9582803 11397763072 969629 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2782657 969629 3519 1 0 2770212 0
[pid=319/tid=390] ppid=316 vsize=11130628 CPUtime=2235.21 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) S 316 319 22965 0 -1 1077944384 197812 12561 0 0 223442 69 7 3 20 0 22 0 9582814 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090886093008 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=11130628 CPUtime=18.13 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) R 316 319 22965 0 -1 4202560 20252 12561 0 0 1635 168 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090834475480 140090866555963 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=11130628 CPUtime=18.25 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) R 316 319 22965 0 -1 4202560 15859 12561 0 0 1643 172 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090833422936 140090866555856 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=11130628 CPUtime=18.22 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) R 316 319 22965 0 -1 4202560 17013 12561 0 0 1642 170 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090832370392 140090866555808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=11130628 CPUtime=18.14 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) R 316 319 22965 0 -1 4202560 16857 12561 0 0 1635 169 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090831317848 140090866844880 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=11130628 CPUtime=18.15 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) R 316 319 22965 0 -1 4202560 15657 12561 0 0 1636 169 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090830265304 140090866555880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=11130628 CPUtime=18.05 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) R 316 319 22965 0 -1 4202560 20282 12561 0 0 1627 168 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090829212760 140090866555870 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=11130628 CPUtime=18.19 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) R 316 319 22965 0 -1 4202560 16804 12561 0 0 1643 166 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090482023640 140090866555914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=11130628 CPUtime=18.21 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) R 316 319 22965 0 -1 4202560 15318 12561 0 0 1643 168 7 3 20 0 22 0 9582815 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090480970784 140090866555907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=11130628 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 82099 12561 0 0 81 12 7 3 20 0 22 0 9582817 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090355466896 140090881865429 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 62 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090354414560 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 50 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 99 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=11130628 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 20749 12561 0 0 578 4 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) S 316 319 22965 0 -1 1077944384 19796 12561 0 0 581 3 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090350205552 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=11130628 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 19041 12561 0 0 568 4 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=11130628 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 18152 12561 0 0 250 5 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=11130628 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 2005 12561 0 0 74 61 7 3 20 0 22 0 9582823 11397763072 969629 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 2402.11
Current children cumulated vsize (KiB) 11130628

[startup+2256.8 s]
/proc/loadavg: 0.80 0.82 0.87 9/258 487
/proc/meminfo: memFree=27706928/32770624 swapFree=5700/387404
[pid=319] ppid=316 vsize=11130628 CPUtime=2408 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 500225 12561 0 0 239290 1500 7 3 20 0 22 0 9582803 11397763072 954093 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2782657 954093 3519 1 0 2770212 0
[pid=319/tid=390] ppid=316 vsize=11130628 CPUtime=2235.21 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) S 316 319 22965 0 -1 1077944384 197812 12561 0 0 223442 69 7 3 20 0 22 0 9582814 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090886093008 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=11130628 CPUtime=18.85 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) R 316 319 22965 0 -1 4202560 20252 12561 0 0 1707 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090834475480 140090866851776 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=11130628 CPUtime=18.99 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) R 316 319 22965 0 -1 4202560 15859 12561 0 0 1717 172 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090833422936 140090866851843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=11130628 CPUtime=18.94 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) R 316 319 22965 0 -1 4202560 17013 12561 0 0 1714 170 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090832370392 140090863464994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=11130628 CPUtime=18.87 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) R 316 319 22965 0 -1 4202560 16857 12561 0 0 1708 169 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090831317848 140090866851885 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=11130628 CPUtime=18.88 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) R 316 319 22965 0 -1 4202560 15657 12561 0 0 1709 169 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090830265304 140090866553920 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=11130628 CPUtime=18.78 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) R 316 319 22965 0 -1 4202560 20282 12561 0 0 1700 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090829212448 140090866851568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=11130628 CPUtime=18.92 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) R 316 319 22965 0 -1 4202560 16804 12561 0 0 1716 166 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090482023640 140090866851568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=11130628 CPUtime=18.94 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) R 316 319 22965 0 -1 4202560 15319 12561 0 0 1716 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090480971096 140090866851627 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=11130628 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 82161 12561 0 0 87 12 7 3 20 0 22 0 9582817 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090355466896 140090881865429 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 63 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090354414464 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 50 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 99 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=11130628 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 20749 12561 0 0 578 4 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) S 316 319 22965 0 -1 1077944384 19796 12561 0 0 581 3 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090350205552 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=11130628 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 19042 12561 0 0 568 4 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=11130628 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 18152 12561 0 0 250 5 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=11130628 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 2005 12561 0 0 74 61 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=486] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/486/stat : 486 (java) S 316 319 22965 0 -1 1077944384 89 12561 0 0 0 0 7 3 20 0 22 0 9808373 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090315305200 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=487] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/487/stat : 487 (java) S 316 319 22965 0 -1 1077944384 26 12561 0 0 0 0 7 3 20 0 22 0 9808373 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090314253376 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 2408
Current children cumulated vsize (KiB) 11130628

[startup+2257 s]
/proc/loadavg: 0.80 0.82 0.87 9/258 487
/proc/meminfo: memFree=27706928/32770624 swapFree=5700/387404
[pid=319] ppid=316 vsize=11130628 CPUtime=2409.46 cores=0,2,4,6,8,10,12,14
/proc/319/stat : 319 (java) S 316 319 22965 0 -1 1077944320 500227 12561 0 0 239436 1500 7 3 20 0 22 0 9582803 11397763072 954093 33554432000 4194304 4196468 140725585238384 140725585220928 140090881855223 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
/proc/319/statm: 2782657 954093 3519 1 0 2770212 0
[pid=319/tid=390] ppid=316 vsize=11130628 CPUtime=2235.21 cores=0,2,4,6,8,10,12,14
/proc/319/task/390/stat : 390 (java) S 316 319 22965 0 -1 1077944384 197812 12561 0 0 223442 69 7 3 20 0 22 0 9582814 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090886093008 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=391] ppid=316 vsize=11130628 CPUtime=19.03 cores=0,2,4,6,8,10,12,14
/proc/319/task/391/stat : 391 (java) R 316 319 22965 0 -1 4202560 20252 12561 0 0 1725 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090834475480 140090866554074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=392] ppid=316 vsize=11130628 CPUtime=19.17 cores=0,2,4,6,8,10,12,14
/proc/319/task/392/stat : 392 (java) R 316 319 22965 0 -1 4202560 15859 12561 0 0 1735 172 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090833422936 140090866851590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=393] ppid=316 vsize=11130628 CPUtime=19.12 cores=0,2,4,6,8,10,12,14
/proc/319/task/393/stat : 393 (java) R 316 319 22965 0 -1 4202560 17013 12561 0 0 1732 170 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090832370392 140090863464832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=394] ppid=316 vsize=11130628 CPUtime=19.05 cores=0,2,4,6,8,10,12,14
/proc/319/task/394/stat : 394 (java) R 316 319 22965 0 -1 4202560 16857 12561 0 0 1726 169 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090831317848 140090863464978 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=395] ppid=316 vsize=11130628 CPUtime=19.06 cores=0,2,4,6,8,10,12,14
/proc/319/task/395/stat : 395 (java) R 316 319 22965 0 -1 4202560 15657 12561 0 0 1727 169 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090830265304 140090866554608 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=396] ppid=316 vsize=11130628 CPUtime=18.96 cores=0,2,4,6,8,10,12,14
/proc/319/task/396/stat : 396 (java) R 316 319 22965 0 -1 4202560 20282 12561 0 0 1718 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090829212448 140090866851568 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=397] ppid=316 vsize=11130628 CPUtime=19.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/397/stat : 397 (java) R 316 319 22965 0 -1 4202560 16804 12561 0 0 1734 166 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090482023640 140090866851887 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=398] ppid=316 vsize=11130628 CPUtime=19.12 cores=0,2,4,6,8,10,12,14
/proc/319/task/398/stat : 398 (java) R 316 319 22965 0 -1 4202560 15319 12561 0 0 1734 168 7 3 20 0 22 0 9582815 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090480971096 140090866851843 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=399] ppid=316 vsize=11130628 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/319/task/399/stat : 399 (java) S 316 319 22965 0 -1 1077944384 82161 12561 0 0 89 12 7 3 20 0 22 0 9582817 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090355466896 140090881865429 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=400] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/400/stat : 400 (java) S 316 319 22965 0 -1 1077944384 65 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090354414064 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=401] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/401/stat : 401 (java) S 316 319 22965 0 -1 1077944384 50 12561 0 0 0 0 7 3 20 0 22 0 9582818 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090353361920 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=402] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/402/stat : 402 (java) S 316 319 22965 0 -1 1077944384 99 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090352310480 140090881873819 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=403] ppid=316 vsize=11130628 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/319/task/403/stat : 403 (java) S 316 319 22965 0 -1 1077944384 20749 12561 0 0 578 4 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090351258096 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=404] ppid=316 vsize=11130628 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/319/task/404/stat : 404 (java) S 316 319 22965 0 -1 1077944384 19796 12561 0 0 581 3 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090350205552 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=405] ppid=316 vsize=11130628 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/319/task/405/stat : 405 (java) S 316 319 22965 0 -1 1077944384 19042 12561 0 0 568 4 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090349153008 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=406] ppid=316 vsize=11130628 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/319/task/406/stat : 406 (java) S 316 319 22965 0 -1 1077944384 18152 12561 0 0 250 5 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090348100464 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=407] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/407/stat : 407 (java) S 316 319 22965 0 -1 1077944384 3 12561 0 0 0 0 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090347047136 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=408] ppid=316 vsize=11130628 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/319/task/408/stat : 408 (java) S 316 319 22965 0 -1 1077944384 2005 12561 0 0 74 61 7 3 20 0 22 0 9582823 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090345994672 140090881866370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=486] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/486/stat : 486 (java) S 316 319 22965 0 -1 1077944384 89 12561 0 0 0 0 7 3 20 0 22 0 9808373 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090315305200 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
[pid=319/tid=487] ppid=316 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/319/task/487/stat : 487 (java) S 316 319 22965 0 -1 1077944384 26 12561 0 0 0 0 7 3 20 0 22 0 9808373 11397763072 954093 33554432000 4194304 4196468 140725585238384 140090314253376 140090881865429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16347136 140725585246913 140725585249687 140725585249687 140725585252303 0
Current children cumulated CPU time (s) 2409.46
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2257.08
CPU time (s): 2409.9
CPU user time (s): 2394.84
CPU system time (s): 15.0639
CPU usage (%): 106.771
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.84
system time used= 15.0639
maximum resident set size= 4088124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512937
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81102
involuntary context switches= 128985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.444 second user time and 18.7471 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 19:05:53
IDJOB=4248174
IDBENCH=133176
IDSOLVER=2630
FILE ID=node130/4248174-1500743153
RUNJOBID= node130-1500712981-22996
PBS_JOBID= 20623351
Free space on /tmp= 61880 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-028.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248174-1500743153/watcher-4248174-1500743153 -o /tmp/evaluation-result-4248174-1500743153/solver-4248174-1500743153 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500712981-22996 --watchdog 2560  bin/concrete HOME/instance-4248174-1500743153.xml

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

MD5SUM BENCH= 0d73506f0318cc77856f25ccca7d4c63
RANDOM SEED=1640657153

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		: 2000.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		: 2533.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		: 2668.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		: 2133.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		: 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.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		: 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:        31589092 kB
MemAvailable:   32002600 kB
Buffers:          156552 kB
Cached:           536824 kB
SwapCached:            0 kB
Active:           350244 kB
Inactive:         393984 kB
Active(anon):      54592 kB
Inactive(anon):     8844 kB
Active(file):     295652 kB
Inactive(file):   385140 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25140 kB
Writeback:             0 kB
AnonPages:         55028 kB
Mapped:            30744 kB
Shmem:              8844 kB
Slab:             131336 kB
SReclaimable:      97104 kB
SUnreclaim:        34232 kB
KernelStack:        4352 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 61856 MiB
End job on node130 at 2017-07-22 19:43:30