Trace number 4246685

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.14 2338.6

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-27-a3.xml
MD5SUMd2b2d316f8a3db7e4daa8c5fb45f5c4a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark788
Best CPU time to get the best result obtained on this benchmark19974.699
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints354
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":351},{"size":1001,"count":27}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":351},{"degree":27,"count":25},{"degree":28,"count":2}]
Minimum constraint arity1
Maximum constraint arity351
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":351},{"arity":27,"count":1},{"arity":351,"count":1}]
Number of extensional constraints0
Number of intensional constraints352
Distribution of constraint types[{"type":"intension","count":352},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=20229
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.02 1.82 1.77 2/261 20232
/proc/meminfo: memFree=30903732/32770624 swapFree=5920/135044
[pid=20232] ppid=20229 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (bash) S 20229 20232 19746 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 6979160 9736192 350 33554432000 4194304 5098028 140735844729648 140735844727288 140650963606528 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 39571456 140735844738318 140735844738403 140735844738403 140735844741102 0
/proc/20232/statm: 2377 350 277 221 0 86 0

[startup+0.10006 s]
/proc/loadavg: 2.02 1.82 1.77 2/261 20232
/proc/meminfo: memFree=30903732/32770624 swapFree=5920/135044
[pid=20232] ppid=20229 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (bash) S 20229 20232 19746 0 -1 4202496 885 6417 0 0 0 0 0 1 20 0 1 0 6979160 9871360 378 33554432000 4194304 5098028 140735844729648 140735844723656 140650963606528 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 39571456 140735844738318 140735844738403 140735844738403 140735844741102 0
/proc/20232/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200319 s]
/proc/loadavg: 2.02 1.82 1.77 2/261 20232
/proc/meminfo: memFree=30903732/32770624 swapFree=5920/135044
[pid=20232] ppid=20229 vsize=10901872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 5835 12295 0 0 8 1 7 3 20 0 20 0 6979160 11163516928 6539 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2725468 6539 2682 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300329 s]
/proc/loadavg: 2.02 1.82 1.77 2/261 20232
/proc/meminfo: memFree=30903732/32770624 swapFree=5920/135044
[pid=20232] ppid=20229 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 9511 12295 0 0 23 3 7 3 20 0 20 0 6979160 11164049408 10534 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2725598 10534 2981 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700284 s]
/proc/loadavg: 2.02 1.82 1.77 2/261 20232
/proc/meminfo: memFree=30903732/32770624 swapFree=5920/135044
[pid=20232] ppid=20229 vsize=10902720 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 13052 12295 0 0 88 4 7 3 20 0 20 0 6979160 11164385280 16297 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2725680 16297 3232 1 0 2713890 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10902720

[startup+1.50117 s]
/proc/loadavg: 2.02 1.82 1.77 3/281 20305
/proc/meminfo: memFree=30714824/32770624 swapFree=5920/134992
[pid=20232] ppid=20229 vsize=10915392 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 27081 12295 0 0 209 12 7 3 20 0 20 0 6979160 11177361408 44783 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2728848 44783 3412 1 0 2716962 0
[pid=20232/tid=20287] ppid=20229 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) R 20229 20232 19746 0 -1 4202560 19723 12295 0 0 127 5 7 3 20 0 20 0 6979172 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371493360592 140371489140118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) S 20229 20232 19746 0 -1 1077944384 37 12295 0 0 0 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371415202960 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) S 20229 20232 19746 0 -1 1077944384 15 12295 0 0 0 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371414150160 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) S 20229 20232 19746 0 -1 1077944384 44 12295 0 0 1 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371413097360 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) S 20229 20232 19746 0 -1 1077944384 18 12295 0 0 0 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371412044560 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) S 20229 20232 19746 0 -1 1077944384 37 12295 0 0 1 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371410991760 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) S 20229 20232 19746 0 -1 1077944384 141 12295 0 0 1 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371090729488 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) S 20229 20232 19746 0 -1 1077944384 21 12295 0 0 1 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371089676688 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) S 20229 20232 19746 0 -1 1077944384 18 12295 0 0 1 0 7 3 20 0 20 0 6979173 11177361408 44783 33554432000 4194304 4196468 140735245972368 140371088623888 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 1267 12295 0 0 1 0 7 3 20 0 20 0 6979174 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370695220080 140371489139330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 55 12295 0 0 0 0 7 3 20 0 20 0 6979175 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370694166048 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 47 12295 0 0 0 0 7 3 20 0 20 0 6979175 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 1 12295 0 0 0 0 7 3 20 0 20 0 6979179 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 680 12295 0 0 11 0 7 3 20 0 20 0 6979179 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 460 12295 0 0 11 0 7 3 20 0 20 0 6979179 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=10915392 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 941 12295 0 0 19 0 7 3 20 0 20 0 6979179 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) R 20229 20232 19746 0 -1 4202560 1434 12295 0 0 28 0 7 3 20 0 20 0 6979179 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370687850480 140371482225019 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 20 0 6979180 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 6 12295 0 0 0 0 7 3 20 0 20 0 6979180 11177361408 44783 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10072 s]
/proc/loadavg: 2.02 1.82 1.77 6/281 20305
/proc/meminfo: memFree=30641968/32770624 swapFree=5920/134972
[pid=20232] ppid=20229 vsize=10925820 CPUtime=6.54 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 42564 12295 0 0 626 18 7 3 20 0 20 0 6979160 11188039680 57576 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2731455 57576 3478 1 0 2719010 0
[pid=20232/tid=20287] ppid=20229 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) R 20229 20232 19746 0 -1 4202560 25845 12295 0 0 284 8 7 3 20 0 20 0 6979172 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371493341664 140371098032996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) S 20229 20232 19746 0 -1 1077944384 37 12295 0 0 0 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371415202960 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) S 20229 20232 19746 0 -1 1077944384 15 12295 0 0 0 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371414150160 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) S 20229 20232 19746 0 -1 1077944384 44 12295 0 0 1 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371413097360 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) S 20229 20232 19746 0 -1 1077944384 18 12295 0 0 0 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371412044560 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) S 20229 20232 19746 0 -1 1077944384 37 12295 0 0 1 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371410991760 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) S 20229 20232 19746 0 -1 1077944384 141 12295 0 0 1 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371090729488 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) S 20229 20232 19746 0 -1 1077944384 21 12295 0 0 1 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371089676688 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) S 20229 20232 19746 0 -1 1077944384 18 12295 0 0 1 0 7 3 20 0 20 0 6979173 11188039680 57576 33554432000 4194304 4196468 140735245972368 140371088623888 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 1283 12295 0 0 1 0 7 3 20 0 20 0 6979174 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370695220080 140371489139330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 55 12295 0 0 0 0 7 3 20 0 20 0 6979175 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370694166048 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 47 12295 0 0 0 0 7 3 20 0 20 0 6979175 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 1 12295 0 0 0 0 7 3 20 0 20 0 6979179 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=10925820 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 1954 12295 0 0 61 1 7 3 20 0 20 0 6979179 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=10925820 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) R 20229 20232 19746 0 -1 4202560 1571 12295 0 0 61 1 7 3 20 0 20 0 6979179 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370689938080 140371473525023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=10925820 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) R 20229 20232 19746 0 -1 4202560 2919 12295 0 0 85 0 7 3 20 0 20 0 6979179 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370688889848 140371467364935 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=10925820 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 6414 12295 0 0 122 1 7 3 20 0 20 0 6979179 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370687850480 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 20 0 6979180 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 7 12295 0 0 0 0 7 3 20 0 20 0 6979180 11188039680 57576 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 10925820

[startup+6.30083 s]
/proc/loadavg: 1.85 1.79 1.76 3/281 20305
/proc/meminfo: memFree=30363284/32770624 swapFree=5920/134984
[pid=20232] ppid=20229 vsize=10927868 CPUtime=12.04 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 49737 12295 0 0 1163 31 7 3 20 0 20 0 6979160 11190136832 78497 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2731967 78497 3489 1 0 2719522 0
[pid=20232/tid=20287] ppid=20229 vsize=10927868 CPUtime=6.17 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) R 20229 20232 19746 0 -1 4202560 26896 12295 0 0 598 9 7 3 20 0 20 0 6979172 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371493359816 140371102926678 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) S 20229 20232 19746 0 -1 1077944384 131 12295 0 0 2 2 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371415202960 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) S 20229 20232 19746 0 -1 1077944384 197 12295 0 0 1 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371414150160 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) S 20229 20232 19746 0 -1 1077944384 69 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371413097360 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) S 20229 20232 19746 0 -1 1077944384 47 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371412044560 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) S 20229 20232 19746 0 -1 1077944384 656 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371410991760 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) S 20229 20232 19746 0 -1 1077944384 233 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371090729488 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) S 20229 20232 19746 0 -1 1077944384 64 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371089676688 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) S 20229 20232 19746 0 -1 1077944384 128 12295 0 0 2 1 7 3 20 0 20 0 6979173 11190136832 78497 33554432000 4194304 4196468 140735245972368 140371088623888 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 1341 12295 0 0 2 0 7 3 20 0 20 0 6979174 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370695220080 140371489139330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 55 12295 0 0 0 0 7 3 20 0 20 0 6979175 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370694166112 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 47 12295 0 0 0 0 7 3 20 0 20 0 6979175 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 1 12295 0 0 0 0 7 3 20 0 20 0 6979179 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=10927868 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 2716 12295 0 0 115 2 7 3 20 0 20 0 6979179 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=10927868 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 4095 12295 0 0 129 1 7 3 20 0 20 0 6979179 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=10927868 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 3295 12295 0 0 142 1 7 3 20 0 20 0 6979179 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=10927868 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 7528 12295 0 0 152 2 7 3 20 0 20 0 6979179 11190136832 78497 33554432000 4194304 4196468 140735245972368 140370687850480 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=10927868 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

[pid=20232/tid=20301] ppid=20229 vsize=10997500 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 11952 12295 0 0 312 2 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=10997500 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 14077 12295 0 0 310 2 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=10997500 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 21262 12295 0 0 213 3 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370687850480 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 20 0 6979180 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 2272 12295 0 0 63 62 7 3 20 0 20 0 6979180 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 2383.58
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.3 s]
/proc/loadavg: 1.41 1.51 1.51 3/282 20542
/proc/meminfo: memFree=26518016/32770624 swapFree=5920/137560
[pid=20232] ppid=20229 vsize=10997500 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 369398 12295 0 0 239507 486 7 3 20 0 20 0 6979160 11261440000 605494 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2749375 605494 3513 1 0 2736930 0
[pid=20232/tid=20287] ppid=20229 vsize=10997500 CPUtime=2320.99 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) R 20229 20232 19746 0 -1 4202560 131399 12295 0 0 232026 63 7 3 20 0 20 0 6979172 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371493362128 140371094646786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=10997500 CPUtime=7.6 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) S 20229 20232 19746 0 -1 1077944384 21001 12295 0 0 708 42 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371415202960 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=10997500 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) S 20229 20232 19746 0 -1 1077944384 11681 12295 0 0 712 42 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371414150160 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=10997500 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) S 20229 20232 19746 0 -1 1077944384 11480 12295 0 0 695 43 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371413097360 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=10997500 CPUtime=7.65 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) S 20229 20232 19746 0 -1 1077944384 18516 12295 0 0 708 47 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371412044560 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=10997500 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) S 20229 20232 19746 0 -1 1077944384 18864 12295 0 0 709 43 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371410991760 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=10997500 CPUtime=7.69 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) S 20229 20232 19746 0 -1 1077944384 18620 12295 0 0 714 45 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371090729488 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=10997500 CPUtime=7.54 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) S 20229 20232 19746 0 -1 1077944384 17044 12295 0 0 699 45 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371089676688 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=10997500 CPUtime=7.61 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) S 20229 20232 19746 0 -1 1077944384 19970 12295 0 0 708 43 7 3 20 0 20 0 6979173 11261440000 605494 33554432000 4194304 4196468 140735245972368 140371088623888 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=10997500 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 30962 12295 0 0 579 36 7 3 20 0 20 0 6979174 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370695220080 140371489139330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 60 12295 0 0 0 0 7 3 20 0 20 0 6979175 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370694166176 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 50 12295 0 0 0 0 7 3 20 0 20 0 6979175 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 1 12295 0 0 0 0 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=10997500 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 18021 12295 0 0 294 3 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=10997500 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 11954 12295 0 0 312 2 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=10997500 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 14079 12295 0 0 310 2 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=10997500 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 21264 12295 0 0 213 3 7 3 20 0 20 0 6979179 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370687850480 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 20 0 6979180 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 2295 12295 0 0 63 62 7 3 20 0 20 0 6979180 11261440000 605494 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 2400.03
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 20232 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2338.41 s]
/proc/loadavg: 1.41 1.51 1.51 3/282 20542
/proc/meminfo: memFree=26518016/32770624 swapFree=5920/137560
[pid=20232] ppid=20229 vsize=11130628 CPUtime=2400.43 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 382412 12295 0 0 239545 488 7 3 20 0 22 0 6979160 11397763072 607218 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2782657 607218 3513 1 0 2770212 0
[pid=20232/tid=20287] ppid=20229 vsize=11130628 CPUtime=2321 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) S 20229 20232 19746 0 -1 1077944384 132581 12295 0 0 232027 63 7 3 20 0 22 0 6979172 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371493365728 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=11130628 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) R 20229 20232 19746 0 -1 4202560 21019 12295 0 0 712 42 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371415202768 140371481756391 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=11130628 CPUtime=7.69 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) R 20229 20232 19746 0 -1 4202560 11691 12295 0 0 717 42 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371414150360 140371474124661 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=11130628 CPUtime=7.52 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) R 20229 20232 19746 0 -1 4202560 11508 12295 0 0 698 44 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371413097480 140371481756391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=11130628 CPUtime=7.7 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) R 20229 20232 19746 0 -1 4202560 18528 12295 0 0 713 47 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371412044368 140371481756391 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=11130628 CPUtime=7.66 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) R 20229 20232 19746 0 -1 4202560 18898 12295 0 0 713 43 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371410991568 140371481756391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=11130628 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) R 20229 20232 19746 0 -1 4202560 18637 12295 0 0 719 45 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371090729608 140371474887000 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=11130628 CPUtime=7.59 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) R 20229 20232 19746 0 -1 4202560 17058 12295 0 0 703 46 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371089676808 140371481756391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=11130628 CPUtime=7.67 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) R 20229 20232 19746 0 -1 4202560 19986 12295 0 0 713 44 7 3 20 0 22 0 6979173 11397763072 607218 33554432000 4194304 4196468 140735245972368 140371088624008 140371481756391 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=11130628 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 41800 12295 0 0 582 37 7 3 20 0 22 0 6979174 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370695218704 140371489138389 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 60 12295 0 0 0 0 7 3 20 0 22 0 6979175 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370694166176 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 50 12295 0 0 0 0 7 3 20 0 22 0 6979175 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 251 12295 0 0 0 0 7 3 20 0 22 0 6979179 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 18021 12295 0 0 294 3 7 3 20 0 22 0 6979179 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=11130628 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 11954 12295 0 0 312 2 7 3 20 0 22 0 6979179 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=11130628 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 14079 12295 0 0 310 2 7 3 20 0 22 0 6979179 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=11130628 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 21493 12295 0 0 214 3 7 3 20 0 22 0 6979179 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370687844800 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 22 0 6979180 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=11130628 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 2295 12295 0 0 63 62 7 3 20 0 22 0 6979180 11397763072 607218 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 2400.43
Current children cumulated vsize (KiB) 11130628

[startup+2338.5 s]
/proc/loadavg: 1.41 1.51 1.51 3/282 20542
/proc/meminfo: memFree=26518016/32770624 swapFree=5920/137560
[pid=20232] ppid=20229 vsize=11130628 CPUtime=2400.88 cores=1,3,5,7,9,11,13,15
/proc/20232/stat : 20232 (java) S 20229 20232 19746 0 -1 1077944320 382701 12295 0 0 239590 488 7 3 20 0 22 0 6979160 11397763072 607309 33554432000 4194304 4196468 140735245972368 140735245954912 140371489128183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
/proc/20232/statm: 2782657 607309 3513 1 0 2770212 0
[pid=20232/tid=20287] ppid=20229 vsize=11130628 CPUtime=2321 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20287/stat : 20287 (java) S 20229 20232 19746 0 -1 1077944384 132581 12295 0 0 232027 63 7 3 20 0 22 0 6979172 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371493365728 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20288] ppid=20229 vsize=11130628 CPUtime=7.7 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20288/stat : 20288 (java) R 20229 20232 19746 0 -1 4202560 21020 12295 0 0 718 42 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371415202848 140371470737929 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20289] ppid=20229 vsize=11130628 CPUtime=7.74 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20289/stat : 20289 (java) R 20229 20232 19746 0 -1 4202560 11698 12295 0 0 722 42 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371414150360 140371470737792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20290] ppid=20229 vsize=11130628 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20290/stat : 20290 (java) R 20229 20232 19746 0 -1 4202560 11508 12295 0 0 703 44 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371413097560 140371473827034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20291] ppid=20229 vsize=11130628 CPUtime=7.75 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20291/stat : 20291 (java) R 20229 20232 19746 0 -1 4202560 18528 12295 0 0 718 47 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371412044760 140371470737792 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20292] ppid=20229 vsize=11130628 CPUtime=7.71 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20292/stat : 20292 (java) R 20229 20232 19746 0 -1 4202560 18898 12295 0 0 718 43 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371410991760 140371470737792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20293] ppid=20229 vsize=11130628 CPUtime=7.79 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20293/stat : 20293 (java) R 20229 20232 19746 0 -1 4202560 18638 12295 0 0 724 45 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371090729688 140371474124865 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20294] ppid=20229 vsize=11130628 CPUtime=7.64 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20294/stat : 20294 (java) R 20229 20232 19746 0 -1 4202560 17064 12295 0 0 708 46 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371089676888 140371470737895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20295] ppid=20229 vsize=11130628 CPUtime=7.72 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20295/stat : 20295 (java) R 20229 20232 19746 0 -1 4202560 19987 12295 0 0 718 44 7 3 20 0 22 0 6979173 11397763072 607309 33554432000 4194304 4196468 140735245972368 140371088624088 140371474124865 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20296] ppid=20229 vsize=11130628 CPUtime=6.34 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20296/stat : 20296 (java) S 20229 20232 19746 0 -1 1077944384 42068 12295 0 0 587 37 7 3 20 0 22 0 6979174 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370695218704 140371489138389 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20297] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20297/stat : 20297 (java) S 20229 20232 19746 0 -1 1077944384 61 12295 0 0 0 0 7 3 20 0 22 0 6979175 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370694166080 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20298] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20298/stat : 20298 (java) S 20229 20232 19746 0 -1 1077944384 50 12295 0 0 0 0 7 3 20 0 22 0 6979175 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370693113216 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20299] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20299/stat : 20299 (java) S 20229 20232 19746 0 -1 1077944384 251 12295 0 0 0 0 7 3 20 0 22 0 6979179 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370692061520 140371489146779 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20300] ppid=20229 vsize=11130628 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20300/stat : 20300 (java) S 20229 20232 19746 0 -1 1077944384 18021 12295 0 0 294 3 7 3 20 0 22 0 6979179 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370691008880 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20301] ppid=20229 vsize=11130628 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20301/stat : 20301 (java) S 20229 20232 19746 0 -1 1077944384 11954 12295 0 0 312 2 7 3 20 0 22 0 6979179 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370689956080 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20302] ppid=20229 vsize=11130628 CPUtime=3.22 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20302/stat : 20302 (java) S 20229 20232 19746 0 -1 1077944384 14079 12295 0 0 310 2 7 3 20 0 22 0 6979179 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370688903280 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20303] ppid=20229 vsize=11130628 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20303/stat : 20303 (java) S 20229 20232 19746 0 -1 1077944384 21497 12295 0 0 214 3 7 3 20 0 22 0 6979179 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370687846352 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20304] ppid=20229 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20304/stat : 20304 (java) S 20229 20232 19746 0 -1 1077944384 3 12295 0 0 0 0 7 3 20 0 22 0 6979180 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370686798944 140371489138389 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
[pid=20232/tid=20305] ppid=20229 vsize=11130628 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/20232/task/20305/stat : 20305 (java) S 20229 20232 19746 0 -1 1077944384 2295 12295 0 0 63 62 7 3 20 0 22 0 6979180 11397763072 607309 33554432000 4194304 4196468 140735245972368 140370685746224 140371489139330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8716288 140735245978305 140735245981079 140735245981079 140735245983695 0
Current children cumulated CPU time (s) 2400.88
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2338.6
CPU time (s): 2401.14
CPU user time (s): 2396.19
CPU system time (s): 4.94997
CPU usage (%): 102.674
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.19
system time used= 4.94997
maximum resident set size= 2529112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 264124
involuntary context switches= 167886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7095 second user time and 19.3734 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 11:51:35
IDJOB=4246685
IDBENCH=126216
IDSOLVER=2630
FILE ID=node106/4246685-1500717095
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-27-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246685-1500717095/watcher-4246685-1500717095 -o /tmp/evaluation-result-4246685-1500717095/solver-4246685-1500717095 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19778 --watchdog 2560  bin/concrete HOME/instance-4246685-1500717095.xml

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

MD5SUM BENCH= d2b2d316f8a3db7e4daa8c5fb45f5c4a
RANDOM SEED=1079287663

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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		: 2668.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:        30904168 kB
MemAvailable:   31092148 kB
Buffers:          146188 kB
Cached:           314340 kB
SwapCached:            0 kB
Active:          1226288 kB
Inactive:         189188 kB
Active(anon):     912544 kB
Inactive(anon):    54144 kB
Active(file):     313744 kB
Inactive(file):   135044 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24824 kB
Writeback:             0 kB
AnonPages:        959116 kB
Mapped:            44520 kB
Shmem:              8852 kB
Slab:             144016 kB
SReclaimable:     110052 kB
SUnreclaim:        33964 kB
KernelStack:        4480 kB
PageTables:         7000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1850768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    727040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61912 MiB
End job on node106 at 2017-07-22 12:30:34