Trace number 4247986

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) 2402.45 2344.34

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-15.xml
MD5SUMab7b26918dfc59e965233a0e800431a7
Bench CategoryCOP (optimization 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 variables274
Number of constraints273
Number of domains2
Minimum domain size2
Maximum domain size225
Distribution of domain sizes[{"size":2,"count":48},{"size":225,"count":226}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":175},{"degree":4,"count":48},{"degree":48,"count":1}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":224},{"arity":3,"count":48},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=27710
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: 1.41 1.69 1.74 3/261 27713
/proc/meminfo: memFree=31264220/32770624 swapFree=5920/163568
[pid=27713] ppid=27710 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (bash) R 27710 27713 19746 0 -1 4202496 679 1532 0 0 0 0 0 0 20 0 1 0 9402676 9736192 350 33554432000 4194304 5098028 140727037328656 140727037326296 140534895031424 0 0 4100 65536 0 0 0 17 11 0 0 0 0 0 7196144 7232144 34910208 140727037334798 140727037334883 140727037334883 140727037337582 0
/proc/27713/statm: 2377 350 277 221 0 86 0

[startup+0.100205 s]
/proc/loadavg: 1.41 1.69 1.74 3/261 27713
/proc/meminfo: memFree=31264220/32770624 swapFree=5920/163568
[pid=27713] ppid=27710 vsize=30192 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) R 27710 27713 19746 0 -1 4202496 1655 12683 0 0 0 0 6 3 20 0 1 0 9402676 30916608 661 33554432000 4194304 4196468 140731297300960 140731297281656 140182364964489 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 7548 661 502 1 0 160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30192

[startup+0.200279 s]
/proc/loadavg: 1.41 1.69 1.74 3/261 27713
/proc/meminfo: memFree=31264220/32770624 swapFree=5920/163568
[pid=27713] ppid=27710 vsize=10901872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 5915 12683 0 0 9 1 6 3 20 0 20 0 9402676 11163516928 7199 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2725468 7199 2714 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300307 s]
/proc/loadavg: 1.41 1.69 1.74 3/261 27713
/proc/meminfo: memFree=31264220/32770624 swapFree=5920/163568
[pid=27713] ppid=27710 vsize=10902392 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 9601 12683 0 0 23 2 6 3 20 0 20 0 9402676 11164049408 11186 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2725598 11186 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902392

[startup+0.700217 s]
/proc/loadavg: 1.41 1.69 1.74 3/261 27713
/proc/meminfo: memFree=31264220/32770624 swapFree=5920/163568
[pid=27713] ppid=27710 vsize=10902720 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 13119 12683 0 0 88 4 6 3 20 0 20 0 9402676 11164385280 16959 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2725680 16959 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 10902720

[startup+1.50115 s]
/proc/loadavg: 1.41 1.69 1.74 4/281 27786
/proc/meminfo: memFree=31154152/32770624 swapFree=5920/163544
[pid=27713] ppid=27710 vsize=10913344 CPUtime=2.34 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 24719 12683 0 0 211 14 6 3 20 0 20 0 9402676 11175264256 44717 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2728336 44717 3406 1 0 2716450 0
[pid=27713/tid=27768] ppid=27710 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) R 27710 27713 19746 0 -1 4202560 18296 12683 0 0 128 5 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140182366967920 140181978987917 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) S 27710 27713 19746 0 -1 1077944384 28 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140182299434000 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) S 27710 27713 19746 0 -1 1077944384 17 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140182298381456 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) S 27710 27713 19746 0 -1 1077944384 12 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181967334160 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) S 27710 27713 19746 0 -1 1077944384 129 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181966281616 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) S 27710 27713 19746 0 -1 1077944384 25 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181965228560 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) S 27710 27713 19746 0 -1 1077944384 13 12683 0 0 0 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181964176016 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) S 27710 27713 19746 0 -1 1077944384 12 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181963122960 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) S 27710 27713 19746 0 -1 1077944384 36 12683 0 0 1 0 6 3 20 0 20 0 9402687 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181962070416 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=10913344 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) S 27710 27713 19746 0 -1 1077944384 620 12683 0 0 1 0 6 3 20 0 20 0 9402690 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181904456432 140182362753666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 34 12683 0 0 0 0 6 3 20 0 20 0 9402690 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181903402720 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 22 12683 0 0 0 0 6 3 20 0 20 0 9402691 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181902349552 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 1 12683 0 0 0 0 6 3 20 0 20 0 9402695 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) R 27710 27713 19746 0 -1 4202560 954 12683 0 0 18 0 6 3 20 0 20 0 9402695 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181900245232 140182355727561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) S 27710 27713 19746 0 -1 1077944384 627 12683 0 0 13 0 6 3 20 0 20 0 9402695 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181899192688 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) S 27710 27713 19746 0 -1 1077944384 489 12683 0 0 11 0 6 3 20 0 20 0 9402695 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181898139632 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 1269 12683 0 0 27 0 6 3 20 0 20 0 9402695 11175264256 44717 33554432000 4194304 4196468 140731297300960 140181897087088 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 20 0 9402695 11175264256 44732 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 2 12683 0 0 0 0 6 3 20 0 20 0 9402696 11175264256 44732 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10913344

[startup+3.10118 s]
/proc/loadavg: 1.70 1.75 1.76 4/281 27786
/proc/meminfo: memFree=31083672/32770624 swapFree=5920/163600
[pid=27713] ppid=27710 vsize=10925820 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 41563 12683 0 0 617 20 6 3 20 0 20 0 9402676 11188039680 57459 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2731455 57459 3477 1 0 2719010 0
[pid=27713/tid=27768] ppid=27710 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) R 27710 27713 19746 0 -1 4202560 29233 12683 0 0 284 8 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140182366972536 140181986922804 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) S 27710 27713 19746 0 -1 1077944384 28 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140182299434000 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) S 27710 27713 19746 0 -1 1077944384 17 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140182298381456 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) S 27710 27713 19746 0 -1 1077944384 12 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181967334160 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) S 27710 27713 19746 0 -1 1077944384 129 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181966281616 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) S 27710 27713 19746 0 -1 1077944384 25 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181965228560 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) S 27710 27713 19746 0 -1 1077944384 13 12683 0 0 0 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181964176016 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) S 27710 27713 19746 0 -1 1077944384 12 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181963122960 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) S 27710 27713 19746 0 -1 1077944384 36 12683 0 0 1 0 6 3 20 0 20 0 9402687 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181962070416 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) S 27710 27713 19746 0 -1 1077944384 631 12683 0 0 1 0 6 3 20 0 20 0 9402690 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181904456432 140182362753666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 34 12683 0 0 0 0 6 3 20 0 20 0 9402690 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181903402720 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 22 12683 0 0 0 0 6 3 20 0 20 0 9402691 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181902349552 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 1 12683 0 0 0 0 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=10925820 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) R 27710 27713 19746 0 -1 4202560 3464 12683 0 0 102 0 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181900235024 140182362754454 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=10925820 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) R 27710 27713 19746 0 -1 4202560 1491 12683 0 0 68 0 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181899183344 140182362763866 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=10925820 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) R 27710 27713 19746 0 -1 4202560 1207 12683 0 0 55 1 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181898119872 140182342459655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=10925820 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 3072 12683 0 0 93 1 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181897087088 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 20 0 9402695 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 20 0 9402696 11188039680 57459 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 10925820

[startup+6.30082 s]
/proc/loadavg: 1.70 1.75 1.76 4/281 27786
/proc/meminfo: memFree=30966736/32770624 swapFree=5920/163620
[pid=27713] ppid=27710 vsize=10925820 CPUtime=10.74 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 46680 12683 0 0 1036 29 6 3 20 0 20 0 9402676 11188039680 77567 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2731455 77567 3481 1 0 2719010 0
[pid=27713/tid=27768] ppid=27710 vsize=10925820 CPUtime=6.19 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) R 27710 27713 19746 0 -1 4202560 29662 12683 0 0 600 10 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140182366970552 140181979074214 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) S 27710 27713 19746 0 -1 1077944384 41 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140182299434000 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) S 27710 27713 19746 0 -1 1077944384 30 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140182298381456 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) S 27710 27713 19746 0 -1 1077944384 27 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181967334160 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) S 27710 27713 19746 0 -1 1077944384 257 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181966281616 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) S 27710 27713 19746 0 -1 1077944384 191 12683 0 0 1 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181965228560 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) S 27710 27713 19746 0 -1 1077944384 78 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181964176016 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) S 27710 27713 19746 0 -1 1077944384 25 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181963122960 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) S 27710 27713 19746 0 -1 1077944384 49 12683 0 0 2 1 6 3 20 0 20 0 9402687 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181962070416 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) S 27710 27713 19746 0 -1 1077944384 711 12683 0 0 2 0 6 3 20 0 20 0 9402690 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181904456432 140182362753666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 38 12683 0 0 0 0 6 3 20 0 20 0 9402690 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181903402720 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 47 12683 0 0 0 0 6 3 20 0 20 0 9402691 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181902349568 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 1 12683 0 0 0 0 6 3 20 0 20 0 9402695 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=10925820 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) S 27710 27713 19746 0 -1 1077944384 3922 12683 0 0 125 1 6 3 20 0 20 0 9402695 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181900245232 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=10925820 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) S 27710 27713 19746 0 -1 1077944384 2625 12683 0 0 99 1 6 3 20 0 20 0 9402695 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181899192688 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=10925820 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) S 27710 27713 19746 0 -1 1077944384 1760 12683 0 0 82 1 6 3 20 0 20 0 9402695 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181898139632 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=10925820 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 4319 12683 0 0 107 2 6 3 20 0 20 0 9402695 11188039680 77567 33554432000 4194304 4196468 140731297300960 140181897087088 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=10925820 CPUtime=0.09 cores=1,3,5,7,9,11,13,15

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

[pid=27713/tid=27784] ppid=27710 vsize=10934012 CPUtime=3.23 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 53118 12683 0 0 307 7 6 3 20 0 20 0 9402695 11196428288 321151 33554432000 4194304 4196468 140731297300960 140181897087088 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=10934012 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 20 0 9402695 11196428288 321151 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=10934012 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 2011 12683 0 0 34 35 6 3 20 0 20 0 9402696 11196428288 321151 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10934012

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

[startup+2344.01 s]
/proc/loadavg: 1.35 1.37 1.48 3/281 28018
/proc/meminfo: memFree=29867192/32770624 swapFree=5920/164840
[pid=27713] ppid=27710 vsize=11067140 CPUtime=2400.52 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 371838 12683 0 0 239700 343 6 3 20 0 22 0 9402676 11332751360 323315 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2766785 323315 3522 1 0 2754340 0
[pid=27713/tid=27768] ppid=27710 vsize=11067140 CPUtime=2333.51 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) S 27710 27713 19746 0 -1 1077944384 84343 12683 0 0 233305 37 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182366980064 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=11067140 CPUtime=5.05 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) R 27710 27713 19746 0 -1 4202560 9598 12683 0 0 466 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182299434120 140182355370727 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=11067140 CPUtime=5.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) R 27710 27713 19746 0 -1 4202560 8129 12683 0 0 471 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182298381576 140182355370727 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=11067140 CPUtime=5.08 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) R 27710 27713 19746 0 -1 4202560 6322 12683 0 0 467 32 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181967334280 140182346125552 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=11067140 CPUtime=5.1 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) R 27710 27713 19746 0 -1 4202560 5835 12683 0 0 467 34 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181966281736 140182355370727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=11067140 CPUtime=5 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) R 27710 27713 19746 0 -1 4202560 8737 12683 0 0 462 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181965228760 140182347443152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=11067140 CPUtime=4.99 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) R 27710 27713 19746 0 -1 4202560 6785 12683 0 0 459 31 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181964176136 140182355370727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=11067140 CPUtime=5.07 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) R 27710 27713 19746 0 -1 4202560 9059 12683 0 0 468 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181963123080 140182355370727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=11067140 CPUtime=5.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) R 27710 27713 19746 0 -1 4202560 4940 12683 0 0 471 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181962070536 140182355370727 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=11067140 CPUtime=3.67 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) S 27710 27713 19746 0 -1 1077944384 21906 12683 0 0 334 24 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181904455056 140182362752725 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 46 12683 0 0 0 0 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181903402720 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 56 12683 0 0 0 0 6 3 20 0 22 0 9402691 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181902349568 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 108 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=11067140 CPUtime=6.84 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) S 27710 27713 19746 0 -1 1077944384 54430 12683 0 0 669 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181900244992 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=11067140 CPUtime=6.4 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) S 27710 27713 19746 0 -1 1077944384 45231 12683 0 0 625 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181899192688 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=11067140 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) S 27710 27713 19746 0 -1 1077944384 48773 12683 0 0 656 5 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181898139632 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=11067140 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 53275 12683 0 0 307 8 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181897086656 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=11067140 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 2011 12683 0 0 34 35 6 3 20 0 22 0 9402696 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 2400.52
Current children cumulated vsize (KiB) 11067140

[startup+2344.21 s]
/proc/loadavg: 1.35 1.37 1.48 10/283 28020
/proc/meminfo: memFree=29858936/32770624 swapFree=5920/164848
[pid=27713] ppid=27710 vsize=11067140 CPUtime=2401.98 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 371940 12683 0 0 239845 344 6 3 20 0 22 0 9402676 11332751360 323315 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2766785 323315 3522 1 0 2754340 0
[pid=27713/tid=27768] ppid=27710 vsize=11067140 CPUtime=2333.51 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) S 27710 27713 19746 0 -1 1077944384 84343 12683 0 0 233305 37 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182366980064 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=11067140 CPUtime=5.23 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) R 27710 27713 19746 0 -1 4202560 9598 12683 0 0 484 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182299434000 140182347727815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=11067140 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) R 27710 27713 19746 0 -1 4202560 8129 12683 0 0 489 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182298381720 140182347440158 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=11067140 CPUtime=5.25 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) R 27710 27713 19746 0 -1 4202560 6322 12683 0 0 484 32 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181967334360 140182347727815 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=11067140 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) R 27710 27713 19746 0 -1 4202560 5836 12683 0 0 485 34 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181966281616 140182344296144 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=11067140 CPUtime=5.18 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) R 27710 27713 19746 0 -1 4202560 8738 12683 0 0 480 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181965228560 140182344339058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=11067140 CPUtime=5.17 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) R 27710 27713 19746 0 -1 4202560 6785 12683 0 0 477 31 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181964176016 140182347440271 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=11067140 CPUtime=5.25 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) R 27710 27713 19746 0 -1 4202560 9059 12683 0 0 486 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181963122960 140182344338906 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=11067140 CPUtime=5.27 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) R 27710 27713 19746 0 -1 4202560 4942 12683 0 0 489 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181962070416 140182344339167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=11067140 CPUtime=3.69 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) S 27710 27713 19746 0 -1 1077944384 22001 12683 0 0 336 24 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181904454832 140182362752725 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 47 12683 0 0 0 0 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181903402224 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 56 12683 0 0 0 0 6 3 20 0 22 0 9402691 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181902349568 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 108 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=11067140 CPUtime=6.84 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) S 27710 27713 19746 0 -1 1077944384 54430 12683 0 0 669 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181900244992 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=11067140 CPUtime=6.4 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) S 27710 27713 19746 0 -1 1077944384 45231 12683 0 0 625 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181899192688 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=11067140 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) S 27710 27713 19746 0 -1 1077944384 48773 12683 0 0 656 5 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181898139632 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=11067140 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 53275 12683 0 0 307 8 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181897086656 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=11067140 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 2011 12683 0 0 34 35 6 3 20 0 22 0 9402696 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=28019] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/28019/stat : 28019 (java) S 27710 27713 19746 0 -1 1077944384 96 12683 0 0 0 0 6 3 20 0 22 0 9637067 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181157745136 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=28020] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/28020/stat : 28020 (java) S 27710 27713 19746 0 -1 1077944384 26 12683 0 0 0 0 6 3 20 0 22 0 9637067 11332751360 323315 33554432000 4194304 4196468 140731297300960 140180396602688 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 2401.98
Current children cumulated vsize (KiB) 11067140

[startup+2344.3 s]
/proc/loadavg: 1.35 1.37 1.48 10/283 28020
/proc/meminfo: memFree=29858936/32770624 swapFree=5920/164848
[pid=27713] ppid=27710 vsize=11067140 CPUtime=2402.34 cores=1,3,5,7,9,11,13,15
/proc/27713/stat : 27713 (java) S 27710 27713 19746 0 -1 1077944320 371944 12683 0 0 239881 344 6 3 20 0 22 0 9402676 11332751360 323315 33554432000 4194304 4196468 140731297300960 140731297283504 140182362742519 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
/proc/27713/statm: 2766785 323315 3522 1 0 2754340 0
[pid=27713/tid=27768] ppid=27710 vsize=11067140 CPUtime=2333.51 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27768/stat : 27768 (java) S 27710 27713 19746 0 -1 1077944384 84343 12683 0 0 233305 37 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182366980064 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27769] ppid=27710 vsize=11067140 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27769/stat : 27769 (java) S 27710 27713 19746 0 -1 1077944384 9599 12683 0 0 489 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182299434000 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27770] ppid=27710 vsize=11067140 CPUtime=5.32 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27770/stat : 27770 (java) S 27710 27713 19746 0 -1 1077944384 8129 12683 0 0 493 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140182298381456 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27771] ppid=27710 vsize=11067140 CPUtime=5.29 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27771/stat : 27771 (java) S 27710 27713 19746 0 -1 1077944384 6323 12683 0 0 488 32 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181967334160 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27772] ppid=27710 vsize=11067140 CPUtime=5.32 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27772/stat : 27772 (java) S 27710 27713 19746 0 -1 1077944384 5836 12683 0 0 489 34 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181966281616 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27773] ppid=27710 vsize=11067140 CPUtime=5.22 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27773/stat : 27773 (java) S 27710 27713 19746 0 -1 1077944384 8738 12683 0 0 484 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181965228560 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27774] ppid=27710 vsize=11067140 CPUtime=5.21 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27774/stat : 27774 (java) S 27710 27713 19746 0 -1 1077944384 6785 12683 0 0 481 31 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181964176016 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27775] ppid=27710 vsize=11067140 CPUtime=5.29 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27775/stat : 27775 (java) S 27710 27713 19746 0 -1 1077944384 9059 12683 0 0 490 30 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181963122960 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27776] ppid=27710 vsize=11067140 CPUtime=5.31 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27776/stat : 27776 (java) S 27710 27713 19746 0 -1 1077944384 4942 12683 0 0 493 29 6 3 20 0 22 0 9402687 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181962070416 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27777] ppid=27710 vsize=11067140 CPUtime=3.74 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27777/stat : 27777 (java) R 27710 27713 19746 0 -1 4202560 22001 12683 0 0 341 24 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181904454720 140182348434219 0 0 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27778] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27778/stat : 27778 (java) S 27710 27713 19746 0 -1 1077944384 48 12683 0 0 0 0 6 3 20 0 22 0 9402690 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181903402224 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27779] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27779/stat : 27779 (java) S 27710 27713 19746 0 -1 1077944384 56 12683 0 0 0 0 6 3 20 0 22 0 9402691 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181902349568 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27780] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27780/stat : 27780 (java) S 27710 27713 19746 0 -1 1077944384 108 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181901298128 140182362761115 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27781] ppid=27710 vsize=11067140 CPUtime=6.84 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27781/stat : 27781 (java) S 27710 27713 19746 0 -1 1077944384 54430 12683 0 0 669 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181900245232 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27782] ppid=27710 vsize=11067140 CPUtime=6.4 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27782/stat : 27782 (java) S 27710 27713 19746 0 -1 1077944384 45231 12683 0 0 625 6 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181899192688 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27783] ppid=27710 vsize=11067140 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27783/stat : 27783 (java) S 27710 27713 19746 0 -1 1077944384 48773 12683 0 0 656 5 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181898139632 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27784] ppid=27710 vsize=11067140 CPUtime=3.24 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27784/stat : 27784 (java) S 27710 27713 19746 0 -1 1077944384 53275 12683 0 0 307 8 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181897087088 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27785] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27785/stat : 27785 (java) S 27710 27713 19746 0 -1 1077944384 3 12683 0 0 0 0 6 3 20 0 22 0 9402695 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181896035296 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=27786] ppid=27710 vsize=11067140 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/27713/task/27786/stat : 27786 (java) S 27710 27713 19746 0 -1 1077944384 2011 12683 0 0 34 35 6 3 20 0 22 0 9402696 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181169499312 140182362753666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=28019] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/28019/stat : 28019 (java) S 27710 27713 19746 0 -1 1077944384 96 12683 0 0 0 0 6 3 20 0 22 0 9637067 11332751360 323315 33554432000 4194304 4196468 140731297300960 140181157745136 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
[pid=27713/tid=28020] ppid=27710 vsize=11067140 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/27713/task/28020/stat : 28020 (java) S 27710 27713 19746 0 -1 1077944384 27 12683 0 0 0 0 6 3 20 0 22 0 9637067 11332751360 323315 33554432000 4194304 4196468 140731297300960 140180396602688 140182362752725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34926592 140731297307329 140731297310103 140731297310103 140731297312719 0
Current children cumulated CPU time (s) 2402.34
Current children cumulated vsize (KiB) 11067140

Child status: 143
Real time (s): 2344.34
CPU time (s): 2402.45
CPU user time (s): 2398.96
CPU system time (s): 3.48399
CPU usage (%): 102.479
Max. virtual memory (cumulated for all children) (KiB): 11067140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.96
system time used= 3.48399
maximum resident set size= 1568828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178780
involuntary context switches= 149981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9116 second user time and 20.4729 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 18:35:30
IDJOB=4247986
IDBENCH=130622
IDSOLVER=2630
FILE ID=node106/4247986-1500741330
RUNJOBID= node106-1500714764-19778
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

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

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

MD5SUM BENCH= ab7b26918dfc59e965233a0e800431a7
RANDOM SEED=1769686136

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 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		: 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		: 2667.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:        31264688 kB
MemAvailable:   31488552 kB
Buffers:          168228 kB
Cached:           327772 kB
SwapCached:            0 kB
Active:           832792 kB
Inactive:         217672 kB
Active(anon):     512096 kB
Inactive(anon):    54104 kB
Active(file):     320696 kB
Inactive(file):   163568 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24312 kB
Writeback:             0 kB
AnonPages:        566212 kB
Mapped:            44800 kB
Shmem:              8852 kB
Slab:             145520 kB
SReclaimable:     110872 kB
SUnreclaim:        34648 kB
KernelStack:        4848 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 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 19:14:34