Trace number 4248952

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2403.52 2331.15

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-14-ext03.xml
MD5SUM223310c4b2c0f482c3233db9dc344582
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.514
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints100
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":98},{"arity":196,"count":1}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.80 1.96 1.85 2/238 17562
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17562] ppid=17558 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (bash) S 17558 17562 17234 0 -1 4202496 684 1535 0 0 0 0 0 0 20 0 1 0 15000030 9736192 350 33554432000 4194304 5098028 140726785933008 140726785930648 140292733213696 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 12910592 140726785934606 140726785934691 140726785934691 140726785937390 0
/proc/17562/statm: 2377 350 278 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 1.80 1.96 1.85 2/238 17562
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17562] ppid=17558 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (bash) S 17558 17562 17234 0 -1 4202496 878 6425 0 0 0 0 0 1 20 0 1 0 15000030 9871360 377 33554432000 4194304 5098028 140726785933008 140726785927016 140292733213696 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 12910592 140726785934606 140726785934691 140726785934691 140726785937390 0
/proc/17562/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200394 s]
/proc/loadavg: 1.80 1.96 1.85 2/238 17562
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17562] ppid=17558 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 4742 12301 0 0 6 1 8 3 20 0 13 0 15000030 10686320640 5115 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2608965 5115 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300317 s]
/proc/loadavg: 1.80 1.96 1.85 2/238 17562
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17562] ppid=17558 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 7606 12301 0 0 22 2 8 3 20 0 20 0 15000030 11164049408 9308 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2725598 9308 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700292 s]
/proc/loadavg: 1.80 1.96 1.85 2/238 17562
/proc/meminfo: memFree=31487104/32770624 swapFree=5848/367704
[pid=17562] ppid=17558 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 12014 12301 0 0 71 5 8 3 20 0 20 0 15000030 11164385280 14816 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2725680 14816 3150 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50113 s]
/proc/loadavg: 1.80 1.96 1.85 4/281 17711
/proc/meminfo: memFree=31278036/32770624 swapFree=5848/367708
[pid=17562] ppid=17558 vsize=10913344 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 25804 12301 0 0 192 9 8 3 20 0 20 0 15000030 11175264256 34765 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2728336 34765 3373 1 0 2716450 0
[pid=17562/tid=17684] ppid=17558 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) R 17558 17562 17234 0 -1 4202560 19966 12301 0 0 128 6 8 3 20 0 20 0 15000043 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799991330752 139799987131549 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) S 17558 17562 17234 0 -1 1077944384 2 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799913184144 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799912131344 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799591644304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799590591504 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799589538192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799588485392 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) S 17558 17562 17234 0 -1 1077944384 2 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799587433104 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) S 17558 17562 17234 0 -1 1077944384 2 12301 0 0 0 0 8 3 20 0 20 0 15000044 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799586380304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) S 17558 17562 17234 0 -1 1077944384 5 12301 0 0 0 0 8 3 20 0 20 0 15000046 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799461714544 139799987120770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 33 12301 0 0 0 0 8 3 20 0 20 0 15000047 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799460660512 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 21 12301 0 0 0 0 8 3 20 0 20 0 15000047 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799459608176 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000051 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) R 17558 17562 17234 0 -1 4202560 1723 12301 0 0 15 0 8 3 20 0 20 0 15000051 11175264256 34765 33554432000 4194304 4196468 140732962944848 139799457489888 139799970494223 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=10913344 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) S 17558 17562 17234 0 -1 1077944384 338 12301 0 0 8 0 8 3 20 0 20 0 15000051 11175264256 34794 33554432000 4194304 4196468 140732962944848 139799456450544 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) S 17558 17562 17234 0 -1 1077944384 547 12301 0 0 12 0 8 3 20 0 20 0 15000051 11175264256 34794 33554432000 4194304 4196468 140732962944848 139799455398256 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) R 17558 17562 17234 0 -1 4202560 1021 12301 0 0 25 0 8 3 20 0 20 0 15000051 11175264256 34794 33554432000 4194304 4196468 140732962944848 139799454342512 139799979346750 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 20 0 15000051 11175264256 34794 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 4 12301 0 0 0 0 8 3 20 0 20 0 15000051 11175264256 34794 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 10913344

[startup+3.10081 s]
/proc/loadavg: 1.80 1.96 1.85 7/281 17711
/proc/meminfo: memFree=31130712/32770624 swapFree=5848/367804
[pid=17562] ppid=17558 vsize=10925820 CPUtime=6.42 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 46924 12301 0 0 612 19 8 3 20 0 20 0 15000030 11188039680 58217 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2731455 58217 3474 1 0 2719010 0
[pid=17562/tid=17684] ppid=17558 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) R 17558 17562 17234 0 -1 4202560 31982 12301 0 0 282 9 8 3 20 0 20 0 15000043 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799991336520 139799595307815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) S 17558 17562 17234 0 -1 1077944384 45 12301 0 0 1 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799913184144 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) S 17558 17562 17234 0 -1 1077944384 5 12301 0 0 0 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799912131344 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) S 17558 17562 17234 0 -1 1077944384 46 12301 0 0 1 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799591644304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) S 17558 17562 17234 0 -1 1077944384 30 12301 0 0 0 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799590591504 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) S 17558 17562 17234 0 -1 1077944384 13 12301 0 0 0 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799589538192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) S 17558 17562 17234 0 -1 1077944384 26 12301 0 0 0 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799588485392 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) S 17558 17562 17234 0 -1 1077944384 161 12301 0 0 1 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799587433104 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) S 17558 17562 17234 0 -1 1077944384 20 12301 0 0 0 0 8 3 20 0 20 0 15000044 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799586380304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) S 17558 17562 17234 0 -1 1077944384 1387 12301 0 0 1 0 8 3 20 0 20 0 15000046 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799461714544 139799987120770 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 56 12301 0 0 0 0 8 3 20 0 20 0 15000047 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799460660576 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 43 12301 0 0 0 0 8 3 20 0 20 0 15000047 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799459608192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=10925820 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) S 17558 17562 17234 0 -1 1077944384 3215 12301 0 0 72 2 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799457503344 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=10925820 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) S 17558 17562 17234 0 -1 1077944384 1544 12301 0 0 63 1 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799456450544 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=10925820 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) S 17558 17562 17234 0 -1 1077944384 3461 12301 0 0 86 1 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799455398256 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=10925820 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) R 17558 17562 17234 0 -1 4202560 2753 12301 0 0 97 1 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799454345456 139799987121558 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 5 12301 0 0 0 0 8 3 20 0 20 0 15000051 11188039680 58217 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 10925820

[startup+6.30107 s]
/proc/loadavg: 1.90 1.98 1.86 6/281 17711
/proc/meminfo: memFree=30798964/32770624 swapFree=5848/367808
[pid=17562] ppid=17558 vsize=10927868 CPUtime=14.59 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 53673 12301 0 0 1411 37 8 3 20 0 20 0 15000030 11190136832 107151 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2731967 107151 3497 1 0 2719522 0
[pid=17562/tid=17684] ppid=17558 vsize=10927868 CPUtime=6.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) R 17558 17562 17234 0 -1 4202560 33081 12301 0 0 593 11 8 3 20 0 20 0 15000043 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799991332720 139799591726216 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) S 17558 17562 17234 0 -1 1077944384 103 12301 0 0 2 2 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799913184144 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) S 17558 17562 17234 0 -1 1077944384 462 12301 0 0 2 1 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799912131344 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) S 17558 17562 17234 0 -1 1077944384 121 12301 0 0 3 1 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799591644304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) S 17558 17562 17234 0 -1 1077944384 33 12301 0 0 1 0 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799590591504 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) S 17558 17562 17234 0 -1 1077944384 127 12301 0 0 2 1 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799589538192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) S 17558 17562 17234 0 -1 1077944384 106 12301 0 0 2 1 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799588485392 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) S 17558 17562 17234 0 -1 1077944384 209 12301 0 0 3 1 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799587433104 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) S 17558 17562 17234 0 -1 1077944384 103 12301 0 0 2 2 8 3 20 0 20 0 15000044 11190136832 107151 33554432000 4194304 4196468 140732962944848 139799586380304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) S 17558 17562 17234 0 -1 1077944384 1522 12301 0 0 3 0 8 3 20 0 20 0 15000046 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799461714544 139799987120770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 56 12301 0 0 0 0 8 3 20 0 20 0 15000047 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799460660576 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 43 12301 0 0 0 0 8 3 20 0 20 0 15000047 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799459608192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 1 12301 0 0 0 0 8 3 20 0 20 0 15000051 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=10927868 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) R 17558 17562 17234 0 -1 4202560 4311 12301 0 0 215 5 8 3 20 0 20 0 15000051 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799457485984 139799966961759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=10927868 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) R 17558 17562 17234 0 -1 4202560 2598 12301 0 0 206 1 8 3 20 0 20 0 15000051 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799456435408 139799967351970 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=10927868 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) R 17558 17562 17234 0 -1 4202560 4666 12301 0 0 232 1 8 3 20 0 20 0 15000051 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799455383216 139799968654300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=10927868 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) R 17558 17562 17234 0 -1 4202560 4009 12301 0 0 138 2 8 3 20 0 20 0 15000051 11190136832 107155 33554432000 4194304 4196468 140732962944848 139799454344560 139799966572993 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=17562/tid=17709] ppid=17558 vsize=10997500 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) S 17558 17562 17234 0 -1 1077944384 18028 12301 0 0 205 4 8 3 20 0 20 0 15000051 11261440000 443641 33554432000 4194304 4196468 140732962944848 139799454345456 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 20 0 15000051 11261440000 443641 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=10997500 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 1879 12301 0 0 71 60 8 3 20 0 20 0 15000051 11261440000 443641 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 2400.08
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 17562 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2330.8 s]
/proc/loadavg: 0.87 0.84 1.09 2/255 17833
/proc/meminfo: memFree=29740016/32770624 swapFree=5848/368936
[pid=17562] ppid=17558 vsize=11130628 CPUtime=2401.41 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 406848 12301 0 0 239100 1030 8 3 20 0 22 0 15000030 11397763072 445751 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2782657 445751 3511 1 0 2770212 0
[pid=17562/tid=17684] ppid=17558 vsize=11130628 CPUtime=2319.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) S 17558 17562 17234 0 -1 1077944384 177079 12301 0 0 231826 74 8 3 20 0 22 0 15000043 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799991347168 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=11130628 CPUtime=7.85 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) R 17558 17562 17234 0 -1 4202560 13845 12301 0 0 665 109 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799913184264 139799979737831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=11130628 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) R 17558 17562 17234 0 -1 4202560 16248 12301 0 0 657 109 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799912131464 139799979737831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=11130628 CPUtime=7.75 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) R 17558 17562 17234 0 -1 4202560 10627 12301 0 0 654 110 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799591644504 139799971810311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=11130628 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) R 17558 17562 17234 0 -1 4202560 11432 12301 0 0 657 109 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799590591624 139799979737831 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=11130628 CPUtime=7.91 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) R 17558 17562 17234 0 -1 4202560 16870 12301 0 0 667 113 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799589538312 139799970492656 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=11130628 CPUtime=7.86 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) R 17558 17562 17234 0 -1 4202560 16466 12301 0 0 665 110 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799588485512 139799979737831 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=11130628 CPUtime=7.86 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) R 17558 17562 17234 0 -1 4202560 15953 12301 0 0 666 109 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799587433224 139799979737831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=11130628 CPUtime=7.72 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) R 17558 17562 17234 0 -1 4202560 11391 12301 0 0 646 115 8 3 20 0 22 0 15000044 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799586380504 139799971810270 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=11130628 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) S 17558 17562 17234 0 -1 1077944384 41027 12301 0 0 147 25 8 3 20 0 22 0 15000046 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799461713168 139799987119829 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 64 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799460660576 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 48 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799459608192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 77 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=11130628 CPUtime=5.51 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) S 17558 17562 17234 0 -1 1077944384 17367 12301 0 0 533 7 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799457503344 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=11130628 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) S 17558 17562 17234 0 -1 1077944384 20103 12301 0 0 494 4 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799456450544 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=11130628 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) S 17558 17562 17234 0 -1 1077944384 16109 12301 0 0 501 3 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799455398256 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=11130628 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) S 17558 17562 17234 0 -1 1077944384 18028 12301 0 0 205 4 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799454345456 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=11130628 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 1879 12301 0 0 71 60 8 3 20 0 22 0 15000051 11397763072 445751 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 2401.41
Current children cumulated vsize (KiB) 11130628

[startup+2331.01 s]
/proc/loadavg: 0.88 0.84 1.09 9/257 17835
/proc/meminfo: memFree=29732784/32770624 swapFree=5848/368936
[pid=17562] ppid=17558 vsize=11130628 CPUtime=2402.78 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 407201 12301 0 0 239236 1031 8 3 20 0 22 0 15000030 11397763072 445407 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2782657 445407 3511 1 0 2770212 0
[pid=17562/tid=17684] ppid=17558 vsize=11130628 CPUtime=2319.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) S 17558 17562 17234 0 -1 1077944384 177079 12301 0 0 231826 74 8 3 20 0 22 0 15000043 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799991347168 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=11130628 CPUtime=8.02 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) R 17558 17562 17234 0 -1 4202560 13845 12301 0 0 681 110 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799913184344 139799968706330 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=11130628 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) R 17558 17562 17234 0 -1 4202560 16248 12301 0 0 674 109 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799912131544 139799968706109 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=11130628 CPUtime=7.92 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) R 17558 17562 17234 0 -1 4202560 10628 12301 0 0 671 110 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799591644504 139799971807398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=11130628 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) R 17558 17562 17234 0 -1 4202560 11432 12301 0 0 674 109 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799590591704 139799972094919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=11130628 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) R 17558 17562 17234 0 -1 4202560 16870 12301 0 0 682 113 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799589538392 139799968705511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=11130628 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) R 17558 17562 17234 0 -1 4202560 16466 12301 0 0 682 110 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799588485592 139799972060329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=11130628 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) R 17558 17562 17234 0 -1 4202560 15954 12301 0 0 683 109 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799587433304 139799972094631 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=11130628 CPUtime=7.88 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) R 17558 17562 17234 0 -1 4202560 11391 12301 0 0 662 115 8 3 20 0 22 0 15000044 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799586380192 139799968706634 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=11130628 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) S 17558 17562 17234 0 -1 1077944384 41374 12301 0 0 150 25 8 3 20 0 22 0 15000046 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799461712944 139799987119829 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 65 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799460660480 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 48 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799459608192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 77 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=11130628 CPUtime=5.51 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) S 17558 17562 17234 0 -1 1077944384 17367 12301 0 0 533 7 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799457503344 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=11130628 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) S 17558 17562 17234 0 -1 1077944384 20103 12301 0 0 494 4 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799456450544 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=11130628 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) S 17558 17562 17234 0 -1 1077944384 16109 12301 0 0 501 3 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799455398256 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=11130628 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) S 17558 17562 17234 0 -1 1077944384 18028 12301 0 0 205 4 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799454345456 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=11130628 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 1879 12301 0 0 71 60 8 3 20 0 22 0 15000051 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17834] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17834/stat : 17834 (java) S 17558 17562 17234 0 -1 1077944384 78 12301 0 0 0 0 8 3 20 0 22 0 15233090 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799352472432 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17835] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17835/stat : 17835 (java) S 17558 17562 17234 0 -1 1077944384 27 12301 0 0 0 0 8 3 20 0 22 0 15233090 11397763072 445407 33554432000 4194304 4196468 140732962944848 139799351420352 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 2402.78
Current children cumulated vsize (KiB) 11130628

[startup+2331.1 s]
/proc/loadavg: 0.88 0.84 1.09 9/257 17835
/proc/meminfo: memFree=29732784/32770624 swapFree=5848/368936
[pid=17562] ppid=17558 vsize=11130628 CPUtime=2403.3 cores=0,2,4,6,8,10,12,14
/proc/17562/stat : 17562 (java) S 17558 17562 17234 0 -1 1077944320 407202 12301 0 0 239288 1031 8 3 20 0 22 0 15000030 11397763072 445023 33554432000 4194304 4196468 140732962944848 140732962927392 139799987109623 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
/proc/17562/statm: 2782657 445023 3511 1 0 2770212 0
[pid=17562/tid=17684] ppid=17558 vsize=11130628 CPUtime=2319.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17684/stat : 17684 (java) S 17558 17562 17234 0 -1 1077944384 177079 12301 0 0 231826 74 8 3 20 0 22 0 15000043 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799991347168 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17687] ppid=17558 vsize=11130628 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17687/stat : 17687 (java) S 17558 17562 17234 0 -1 1077944384 13845 12301 0 0 687 110 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799913184144 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17688] ppid=17558 vsize=11130628 CPUtime=8 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17688/stat : 17688 (java) S 17558 17562 17234 0 -1 1077944384 16248 12301 0 0 680 109 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799912131344 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17689] ppid=17558 vsize=11130628 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17689/stat : 17689 (java) S 17558 17562 17234 0 -1 1077944384 10628 12301 0 0 677 110 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799591644304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17690] ppid=17558 vsize=11130628 CPUtime=8 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17690/stat : 17690 (java) S 17558 17562 17234 0 -1 1077944384 11432 12301 0 0 680 109 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799590591504 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17691] ppid=17558 vsize=11130628 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17691/stat : 17691 (java) S 17558 17562 17234 0 -1 1077944384 16870 12301 0 0 689 113 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799589538192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17692] ppid=17558 vsize=11130628 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17692/stat : 17692 (java) S 17558 17562 17234 0 -1 1077944384 16466 12301 0 0 688 110 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799588485392 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17693] ppid=17558 vsize=11130628 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17693/stat : 17693 (java) S 17558 17562 17234 0 -1 1077944384 15954 12301 0 0 689 109 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799587433104 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17694] ppid=17558 vsize=11130628 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17694/stat : 17694 (java) S 17558 17562 17234 0 -1 1077944384 11391 12301 0 0 668 115 8 3 20 0 22 0 15000044 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799586380304 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17695] ppid=17558 vsize=11130628 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17695/stat : 17695 (java) R 17558 17562 17234 0 -1 4202560 41374 12301 0 0 153 25 8 3 20 0 22 0 15000046 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799461712832 139799971464310 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17696] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17696/stat : 17696 (java) S 17558 17562 17234 0 -1 1077944384 65 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799460660480 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17697] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17697/stat : 17697 (java) S 17558 17562 17234 0 -1 1077944384 48 12301 0 0 0 0 8 3 20 0 22 0 15000047 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799459608192 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17705] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17705/stat : 17705 (java) S 17558 17562 17234 0 -1 1077944384 77 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799458556496 139799987128219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17706] ppid=17558 vsize=11130628 CPUtime=5.51 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17706/stat : 17706 (java) S 17558 17562 17234 0 -1 1077944384 17367 12301 0 0 533 7 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799457503344 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17707] ppid=17558 vsize=11130628 CPUtime=5.09 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17707/stat : 17707 (java) S 17558 17562 17234 0 -1 1077944384 20103 12301 0 0 494 4 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799456450544 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17708] ppid=17558 vsize=11130628 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17708/stat : 17708 (java) S 17558 17562 17234 0 -1 1077944384 16109 12301 0 0 501 3 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799455398256 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17709] ppid=17558 vsize=11130628 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17709/stat : 17709 (java) S 17558 17562 17234 0 -1 1077944384 18028 12301 0 0 205 4 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799454345456 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17710] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17710/stat : 17710 (java) S 17558 17562 17234 0 -1 1077944384 3 12301 0 0 0 0 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799453293408 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17711] ppid=17558 vsize=11130628 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17711/stat : 17711 (java) S 17558 17562 17234 0 -1 1077944384 1879 12301 0 0 71 60 8 3 20 0 22 0 15000051 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799452240688 139799987120770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17834] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17834/stat : 17834 (java) S 17558 17562 17234 0 -1 1077944384 78 12301 0 0 0 0 8 3 20 0 22 0 15233090 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799352472432 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
[pid=17562/tid=17835] ppid=17558 vsize=11130628 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/17562/task/17835/stat : 17835 (java) S 17558 17562 17234 0 -1 1077944384 28 12301 0 0 0 0 8 3 20 0 22 0 15233090 11397763072 445023 33554432000 4194304 4196468 140732962944848 139799351420352 139799987119829 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 20885504 140732962949825 140732962952599 140732962952599 140732962955215 0
Current children cumulated CPU time (s) 2403.3
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2331.15
CPU time (s): 2403.52
CPU user time (s): 2393.16
CPU system time (s): 10.3607
CPU usage (%): 103.105
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.16
system time used= 10.3607
maximum resident set size= 3193436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105844
involuntary context switches= 134312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.554 second user time and 18.4192 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-23 10:08:46
IDJOB=4248952
IDBENCH=134610
IDSOLVER=2630
FILE ID=node131/4248952-1500797326
RUNJOBID= node131-1500797326-17536
PBS_JOBID= 20624657
Free space on /tmp= 61932 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-14-ext03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248952-1500797326/watcher-4248952-1500797326 -o /tmp/evaluation-result-4248952-1500797326/solver-4248952-1500797326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500797326-17536 --watchdog 2560  bin/concrete HOME/instance-4248952-1500797326.xml

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

MD5SUM BENCH= 223310c4b2c0f482c3233db9dc344582
RANDOM SEED=615046206

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31488212 kB
MemAvailable:   32000864 kB
Buffers:          170276 kB
Cached:           621108 kB
SwapCached:            0 kB
Active:           463988 kB
Inactive:         377040 kB
Active(anon):      52204 kB
Inactive(anon):     8688 kB
Active(file):     411784 kB
Inactive(file):   368352 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48084 kB
Writeback:             0 kB
AnonPages:         57660 kB
Mapped:            30656 kB
Shmem:              8844 kB
Slab:             130740 kB
SReclaimable:      96704 kB
SUnreclaim:        34036 kB
KernelStack:        4496 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61908 MiB
End job on node131 at 2017-07-23 10:47:37