Trace number 4250168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2409.49 2284.87

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-14-fair.xml
MD5SUMabdfed4353cf02606058846107286b36
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40248
Number of constraints38137
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":5342},{"size":201,"count":180},{"size":20001,"count":34726}]
Minimum variable degree2
Maximum variable degree320
Distribution of variable degrees[{"degree":2,"count":35660},{"degree":3,"count":924},{"degree":4,"count":47},{"degree":5,"count":374},{"degree":6,"count":208},{"degree":7,"count":781},{"degree":8,"count":1143},{"degree":9,"count":638},{"degree":10,"count":24},{"degree":12,"count":29},{"degree":13,"count":336},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":15},{"degree":57,"count":15},{"degree":59,"count":12},{"degree":70,"count":1},{"degree":80,"count":14},{"degree":125,"count":2},{"degree":126,"count":12},{"degree":320,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":6162},{"arity":3,"count":31973}]
Number of extensional constraints0
Number of intensional constraints38137
Distribution of constraint types[{"type":"intension","count":38137}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250168-1500776276/watcher-4250168-1500776276 -o /tmp/evaluation-result-4250168-1500776276/solver-4250168-1500776276 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560 bin/concrete HOME/instance-4250168-1500776276.xml 

pid=1192
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: 4.48 4.18 2.87 3/261 1195
/proc/meminfo: memFree=27946592/32770624 swapFree=5872/243508
[pid=1195] ppid=1192 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (bash) S 1192 1195 27360 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 12897295 9736192 351 33554432000 4194304 5098028 140726267185008 140726267182648 139780745780224 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 19890176 140726267192590 140726267192675 140726267192675 140726267195374 0
/proc/1195/statm: 2377 351 278 221 0 86 0

[startup+0.100099 s]
/proc/loadavg: 4.48 4.18 2.87 3/261 1195
/proc/meminfo: memFree=27946592/32770624 swapFree=5872/243508
[pid=1195] ppid=1192 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (bash) S 1192 1195 27360 0 -1 4202496 886 6413 0 0 0 0 0 1 20 0 1 0 12897295 9871360 378 33554432000 4194304 5098028 140726267185008 140726267179016 139780745780224 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 19890176 140726267192590 140726267192675 140726267192675 140726267195374 0
/proc/1195/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200302 s]
/proc/loadavg: 4.48 4.18 2.87 3/261 1195
/proc/meminfo: memFree=27946592/32770624 swapFree=5872/243508
[pid=1195] ppid=1192 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 4968 12516 0 0 5 1 8 3 20 0 13 0 12897295 10686320640 5301 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2608965 5301 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.30029 s]
/proc/loadavg: 4.48 4.18 2.87 3/261 1195
/proc/meminfo: memFree=27946592/32770624 swapFree=5872/243508
[pid=1195] ppid=1192 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 8224 12516 0 0 22 2 8 3 20 0 20 0 12897295 11163947008 9339 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2725573 9339 2979 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700223 s]
/proc/loadavg: 4.48 4.18 2.87 3/261 1195
/proc/meminfo: memFree=27946592/32770624 swapFree=5872/243508
[pid=1195] ppid=1192 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 12035 12516 0 0 71 5 8 3 20 0 20 0 12897295 11164385280 14772 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2725680 14772 3113 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.5007 s]
/proc/loadavg: 4.48 4.18 2.87 3/281 1272
/proc/meminfo: memFree=27847556/32770624 swapFree=5872/243976
[pid=1195] ppid=1192 vsize=10913344 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 25136 12516 0 0 191 9 8 3 20 0 20 0 12897295 11175264256 34650 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2728336 34650 3369 1 0 2716450 0
[pid=1195/tid=1254] ppid=1192 vsize=10913344 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) R 1192 1195 27360 0 -1 4202560 19152 12516 0 0 127 7 8 3 20 0 20 0 12897308 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761865577616 139761473847997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) S 1192 1195 27360 0 -1 1077944384 2 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761798036240 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) S 1192 1195 27360 0 -1 1077944384 2 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761796983696 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) S 1192 1195 27360 0 -1 1077944384 2 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761795931152 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) S 1192 1195 27360 0 -1 1077944384 2 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761794878608 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761793825040 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) S 1192 1195 27360 0 -1 1077944384 2 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761463191952 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) S 1192 1195 27360 0 -1 1077944384 1 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761462139408 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) S 1192 1195 27360 0 -1 1077944384 1 12516 0 0 0 0 8 3 20 0 20 0 12897309 11175264256 34650 33554432000 4194304 4196468 140728981428976 139761461086864 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) S 1192 1195 27360 0 -1 1077944384 5 12516 0 0 0 0 8 3 20 0 20 0 12897311 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760611318256 139761861356162 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 33 12516 0 0 0 0 8 3 20 0 20 0 12897312 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760610264480 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 21 12516 0 0 0 0 8 3 20 0 20 0 12897312 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760609211888 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 1 12516 0 0 0 0 8 3 20 0 20 0 12897316 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=10913344 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) S 1192 1195 27360 0 -1 1077944384 483 12516 0 0 8 0 8 3 20 0 20 0 12897316 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760607107056 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) S 1192 1195 27360 0 -1 1077944384 375 12516 0 0 12 0 8 3 20 0 20 0 12897316 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760606054512 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=10913344 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) S 1192 1195 27360 0 -1 1077944384 1907 12516 0 0 18 0 8 3 20 0 20 0 12897316 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760605001968 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=10913344 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) R 1192 1195 27360 0 -1 4202560 1004 12516 0 0 23 0 8 3 20 0 20 0 12897316 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760603947384 139761840294949 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1271/stat : 1271 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 20 0 12897317 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760602897120 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1272] ppid=1192 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 4 12516 0 0 0 0 8 3 20 0 20 0 12897317 11175264256 34650 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10913344

[startup+3.10105 s]
/proc/loadavg: 4.48 4.18 2.87 7/281 1272
/proc/meminfo: memFree=27764992/32770624 swapFree=5872/243980
[pid=1195] ppid=1192 vsize=10923772 CPUtime=7.55 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 38433 12516 0 0 706 38 8 3 20 0 20 0 12897295 11185942528 78985 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2730943 78985 3500 1 0 2718498 0
[pid=1195/tid=1254] ppid=1192 vsize=10923772 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) S 1192 1195 27360 0 -1 1077944384 23580 12516 0 0 274 10 8 3 20 0 20 0 12897308 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761865578048 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) R 1192 1195 27360 0 -1 4202560 102 12516 0 0 3 2 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761798036128 139761846372889 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) R 1192 1195 27360 0 -1 4202560 116 12516 0 0 4 2 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761796983896 139761846372434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) R 1192 1195 27360 0 -1 4202560 195 12516 0 0 3 3 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761795931352 139761845793230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) R 1192 1195 27360 0 -1 4202560 45 12516 0 0 3 2 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761794878808 139761854441772 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) R 1192 1195 27360 0 -1 4202560 117 12516 0 0 3 2 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761793825240 139761854451576 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=10923772 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) R 1192 1195 27360 0 -1 4202560 74 12516 0 0 3 1 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761463192152 139761846372889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=10923772 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) R 1192 1195 27360 0 -1 4202560 106 12516 0 0 3 3 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761462139608 139761854451581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=10923772 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) R 1192 1195 27360 0 -1 4202560 72 12516 0 0 3 2 8 3 20 0 20 0 12897309 11185942528 78985 33554432000 4194304 4196468 140728981428976 139761461087064 139761846369045 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) S 1192 1195 27360 0 -1 1077944384 1194 12516 0 0 2 0 8 3 20 0 20 0 12897311 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760611316768 139761861355221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 56 12516 0 0 0 0 8 3 20 0 20 0 12897312 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760610264544 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 44 12516 0 0 0 0 8 3 20 0 20 0 12897312 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760609211904 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 1 12516 0 0 0 0 8 3 20 0 20 0 12897316 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=10923772 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) R 1192 1195 27360 0 -1 4202560 1696 12516 0 0 95 0 8 3 20 0 20 0 12897316 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760607093600 139761845732128 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=10923772 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) D 1192 1195 27360 0 -1 4202560 1790 12516 0 0 94 1 8 3 20 0 20 0 12897316 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760606040392 139761854062167 0 4 0 16800975 18446744071582151463 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=10923772 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) S 1192 1195 27360 0 -1 1077944384 4313 12516 0 0 114 1 8 3 20 0 20 0 12897316 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760604981520 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=10923772 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) S 1192 1195 27360 0 -1 1077944384 2791 12516 0 0 92 1 8 3 20 0 20 0 12897316 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760603949424 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1271/stat : 1271 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 20 0 12897317 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760602897120 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1272] ppid=1192 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 5 12516 0 0 0 0 8 3 20 0 20 0 12897317 11185942528 78985 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 10923772

[startup+6.30115 s]
/proc/loadavg: 4.36 4.16 2.87 4/281 1272
/proc/meminfo: memFree=27481964/32770624 swapFree=5872/243980
[pid=1195] ppid=1192 vsize=10925820 CPUtime=20.33 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 58843 12516 0 0 1930 92 8 3 20 0 20 0 12897295 11188039680 130012 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2731455 130012 3509 1 0 2719010 0
[pid=1195/tid=1254] ppid=1192 vsize=10925820 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) R 1192 1195 27360 0 -1 4202560 26982 12516 0 0 570 11 8 3 20 0 20 0 12897308 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761865577856 139761480665478 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=10925820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) S 1192 1195 27360 0 -1 1077944384 291 12516 0 0 13 8 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761798036240 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=10925820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) S 1192 1195 27360 0 -1 1077944384 287 12516 0 0 14 7 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761796983696 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=10925820 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) S 1192 1195 27360 0 -1 1077944384 468 12516 0 0 18 10 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761795931152 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=10925820 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) S 1192 1195 27360 0 -1 1077944384 267 12516 0 0 15 8 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761794878608 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=10925820 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) S 1192 1195 27360 0 -1 1077944384 301 12516 0 0 15 8 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761793825040 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=10925820 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) S 1192 1195 27360 0 -1 1077944384 358 12516 0 0 16 9 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761463191952 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=10925820 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) S 1192 1195 27360 0 -1 1077944384 697 12516 0 0 15 9 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761462139408 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=10925820 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) S 1192 1195 27360 0 -1 1077944384 636 12516 0 0 17 8 8 3 20 0 20 0 12897309 11188039680 130012 33554432000 4194304 4196468 140728981428976 139761461086864 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) S 1192 1195 27360 0 -1 1077944384 1361 12516 0 0 3 0 8 3 20 0 20 0 12897311 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760611318256 139761861356162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 56 12516 0 0 0 0 8 3 20 0 20 0 12897312 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760610264544 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 44 12516 0 0 0 0 8 3 20 0 20 0 12897312 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760609211904 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 1 12516 0 0 0 0 8 3 20 0 20 0 12897316 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=10925820 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) R 1192 1195 27360 0 -1 4202560 5357 12516 0 0 331 1 8 3 20 0 20 0 12897316 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760607106240 139761838939882 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=10925820 CPUtime=3.64 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) R 1192 1195 27360 0 -1 4202560 6512 12516 0 0 352 1 8 3 20 0 20 0 12897316 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760606035632 139761845737409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=10925820 CPUtime=3.83 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) R 1192 1195 27360 0 -1 4202560 7555 12516 0 0 370 2 8 3 20 0 20 0 12897316 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760604981680 139761844841799 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=10925820 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) S 1192 1195 27360 0 -1 1077944384 5494 12516 0 0 174 2 8 3 20 0 20 0 12897316 11188039680 130012 33554432000 4194304 4196468 140728981428976 139760603949424 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=1195/tid=1272] ppid=1192 vsize=10931964 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 1880 12516 0 0 63 66 8 3 20 0 20 0 12897317 11194331136 379739 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10931964

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

[startup+2284 s]
/proc/loadavg: 1.77 1.70 1.83 4/283 1625
/proc/meminfo: memFree=29457716/32770624 swapFree=5872/246352
[pid=1195] ppid=1192 vsize=11065092 CPUtime=2403.49 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 387879 12516 0 0 239823 515 8 3 20 0 22 0 12897295 11330654208 381989 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2766273 381989 3525 1 0 2753828 0
[pid=1195/tid=1254] ppid=1192 vsize=11065092 CPUtime=2264.2 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) S 1192 1195 27360 0 -1 1077944384 121120 12516 0 0 226351 58 8 3 20 0 22 0 12897308 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761865582544 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=11065092 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) R 1192 1195 27360 0 -1 4202560 14951 12516 0 0 1124 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761798036360 139761846341360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=11065092 CPUtime=11.73 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) S 1192 1195 27360 0 -1 1077944384 11636 12516 0 0 1120 42 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761796983504 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=11065092 CPUtime=12.01 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) R 1192 1195 27360 0 -1 4202560 14101 12516 0 0 1148 42 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761795931272 139761853973223 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=11065092 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) R 1192 1195 27360 0 -1 4202560 11907 12516 0 0 1123 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761794878728 139761853973223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=11065092 CPUtime=11.9 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) R 1192 1195 27360 0 -1 4202560 11343 12516 0 0 1136 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761793825160 139761853973223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=11065092 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) R 1192 1195 27360 0 -1 4202560 10804 12516 0 0 1137 45 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761463191760 139761853973223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=11065092 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) R 1192 1195 27360 0 -1 4202560 14972 12516 0 0 1129 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761462139528 139761844728050 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=11065092 CPUtime=11.95 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) R 1192 1195 27360 0 -1 4202560 12287 12516 0 0 1141 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761461086984 139761853973223 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=11065092 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) S 1192 1195 27360 0 -1 1077944384 28141 12516 0 0 374 52 8 3 20 0 22 0 12897311 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760611316880 139761861355221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 63 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760610264608 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 49 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760609211904 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 83 12516 0 0 0 0 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=11065092 CPUtime=11.43 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) S 1192 1195 27360 0 -1 1077944384 29515 12516 0 0 1126 6 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760607107056 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=11065092 CPUtime=12.56 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) S 1192 1195 27360 0 -1 1077944384 39946 12516 0 0 1240 5 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760606054512 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=11065092 CPUtime=11.92 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) S 1192 1195 27360 0 -1 1077944384 25095 12516 0 0 1175 6 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760605001968 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=11065092 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) S 1192 1195 27360 0 -1 1077944384 37743 12516 0 0 392 7 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760603949424 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1271/stat : 1271 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 22 0 12897317 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760602897120 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1272] ppid=1192 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 1880 12516 0 0 63 66 8 3 20 0 22 0 12897317 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1624] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1624/stat : 1624 (java) S 1192 1195 27360 0 -1 1077944384 82 12516 0 0 0 0 8 3 20 0 22 0 13125645 11330654208 381989 33554432000 4194304 4196468 140728981428976 139759965860592 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1625] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1625/stat : 1625 (java) S 1192 1195 27360 0 -1 1077944384 24 12516 0 0 0 0 8 3 20 0 22 0 13125646 11330654208 381989 33554432000 4194304 4196468 140728981428976 139759964808768 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 2403.49
Current children cumulated vsize (KiB) 11065092

[startup+2284.4 s]
/proc/loadavg: 1.77 1.70 1.83 4/283 1625
/proc/meminfo: memFree=29457716/32770624 swapFree=5872/246352
[pid=1195] ppid=1192 vsize=11065092 CPUtime=2406.41 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 388000 12516 0 0 240115 515 8 3 20 0 22 0 12897295 11330654208 381989 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2766273 381989 3525 1 0 2753828 0
[pid=1195/tid=1254] ppid=1192 vsize=11065092 CPUtime=2264.2 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) S 1192 1195 27360 0 -1 1077944384 121120 12516 0 0 226351 58 8 3 20 0 22 0 12897308 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761865582544 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=11065092 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) S 1192 1195 27360 0 -1 1077944384 14951 12516 0 0 1160 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761798036240 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=11065092 CPUtime=12.09 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) S 1192 1195 27360 0 -1 1077944384 11636 12516 0 0 1156 42 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761796983696 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=11065092 CPUtime=12.38 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) S 1192 1195 27360 0 -1 1077944384 14102 12516 0 0 1185 42 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761795931152 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=11065092 CPUtime=12.13 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) S 1192 1195 27360 0 -1 1077944384 11907 12516 0 0 1159 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761794878608 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=11065092 CPUtime=12.26 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) S 1192 1195 27360 0 -1 1077944384 11343 12516 0 0 1172 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761793825040 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=11065092 CPUtime=12.3 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) S 1192 1195 27360 0 -1 1077944384 10805 12516 0 0 1174 45 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761463191952 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=11065092 CPUtime=12.19 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) S 1192 1195 27360 0 -1 1077944384 14973 12516 0 0 1165 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761462139408 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=11065092 CPUtime=12.31 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) S 1192 1195 27360 0 -1 1077944384 12313 12516 0 0 1177 43 8 3 20 0 22 0 12897309 11330654208 381989 33554432000 4194304 4196468 140728981428976 139761461086864 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=11065092 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) R 1192 1195 27360 0 -1 4202560 28232 12516 0 0 377 52 8 3 20 0 22 0 12897311 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760611316544 139761845701219 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 64 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760610264512 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 49 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760609211904 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 83 12516 0 0 0 0 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=11065092 CPUtime=11.43 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) S 1192 1195 27360 0 -1 1077944384 29515 12516 0 0 1126 6 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760607107056 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=11065092 CPUtime=12.56 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) S 1192 1195 27360 0 -1 1077944384 39946 12516 0 0 1240 5 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760606054512 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=11065092 CPUtime=11.92 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) S 1192 1195 27360 0 -1 1077944384 25095 12516 0 0 1175 6 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760605001968 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=11065092 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) S 1192 1195 27360 0 -1 1077944384 37743 12516 0 0 392 7 8 3 20 0 22 0 12897316 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760603949424 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1271/stat : 1271 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 22 0 12897317 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760602897120 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1272] ppid=1192 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 1880 12516 0 0 63 66 8 3 20 0 22 0 12897317 11330654208 381989 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1624] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1624/stat : 1624 (java) S 1192 1195 27360 0 -1 1077944384 82 12516 0 0 0 0 8 3 20 0 22 0 13125645 11330654208 381989 33554432000 4194304 4196468 140728981428976 139759965860592 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1625] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1625/stat : 1625 (java) S 1192 1195 27360 0 -1 1077944384 24 12516 0 0 0 0 8 3 20 0 22 0 13125646 11330654208 381989 33554432000 4194304 4196468 140728981428976 139759964808768 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 2406.41
Current children cumulated vsize (KiB) 11065092

[startup+2284.81 s]
/proc/loadavg: 1.77 1.70 1.83 10/283 1625
/proc/meminfo: memFree=29458012/32770624 swapFree=5872/246352
[pid=1195] ppid=1192 vsize=11065092 CPUtime=2409.18 cores=0,2,4,6,8,10,12,14
/proc/1195/stat : 1195 (java) S 1192 1195 27360 0 -1 1077944320 388006 12516 0 0 240392 515 8 3 20 0 22 0 12897295 11330654208 381867 33554432000 4194304 4196468 140728981428976 140728981411520 139761861345015 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
/proc/1195/statm: 2766273 381867 3525 1 0 2753828 0
[pid=1195/tid=1254] ppid=1192 vsize=11065092 CPUtime=2264.2 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1254/stat : 1254 (java) S 1192 1195 27360 0 -1 1077944384 121120 12516 0 0 226351 58 8 3 20 0 22 0 12897308 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761865582544 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1255] ppid=1192 vsize=11065092 CPUtime=12.48 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1255/stat : 1255 (java) R 1192 1195 27360 0 -1 4202560 14951 12516 0 0 1194 43 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761798036440 139761846341524 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1256] ppid=1192 vsize=11065092 CPUtime=12.43 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1256/stat : 1256 (java) R 1192 1195 27360 0 -1 4202560 11636 12516 0 0 1190 42 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761796983896 139761842954752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1257] ppid=1192 vsize=11065092 CPUtime=12.71 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1257/stat : 1257 (java) R 1192 1195 27360 0 -1 4202560 14102 12516 0 0 1218 42 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761795931352 139761846341425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1258] ppid=1192 vsize=11065092 CPUtime=12.46 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1258/stat : 1258 (java) R 1192 1195 27360 0 -1 4202560 11907 12516 0 0 1192 43 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761794878496 139761842954786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1259] ppid=1192 vsize=11065092 CPUtime=12.59 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1259/stat : 1259 (java) R 1192 1195 27360 0 -1 4202560 11343 12516 0 0 1205 43 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761793825240 139761842954761 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1260] ppid=1192 vsize=11065092 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1260/stat : 1260 (java) R 1192 1195 27360 0 -1 4202560 10806 12516 0 0 1207 45 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761463192152 139761846043760 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1261] ppid=1192 vsize=11065092 CPUtime=12.52 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1261/stat : 1261 (java) R 1192 1195 27360 0 -1 4202560 14973 12516 0 0 1198 43 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761462139608 139761846341393 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1262] ppid=1192 vsize=11065092 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1262/stat : 1262 (java) R 1192 1195 27360 0 -1 4202560 12314 12516 0 0 1212 43 8 3 20 0 22 0 12897309 11330654208 381867 33554432000 4194304 4196468 140728981428976 139761461087064 139761846341651 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1263] ppid=1192 vsize=11065092 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1263/stat : 1263 (java) S 1192 1195 27360 0 -1 1077944384 28232 12516 0 0 383 52 8 3 20 0 22 0 12897311 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760611316880 139761861355221 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1264] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1264/stat : 1264 (java) S 1192 1195 27360 0 -1 1077944384 65 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760610264512 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1265] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1265/stat : 1265 (java) S 1192 1195 27360 0 -1 1077944384 49 12516 0 0 0 0 8 3 20 0 22 0 12897312 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760609211904 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1266] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1266/stat : 1266 (java) S 1192 1195 27360 0 -1 1077944384 83 12516 0 0 0 0 8 3 20 0 22 0 12897316 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760608160464 139761861363611 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1267] ppid=1192 vsize=11065092 CPUtime=11.43 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1267/stat : 1267 (java) S 1192 1195 27360 0 -1 1077944384 29515 12516 0 0 1126 6 8 3 20 0 22 0 12897316 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760607107056 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1268] ppid=1192 vsize=11065092 CPUtime=12.56 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1268/stat : 1268 (java) S 1192 1195 27360 0 -1 1077944384 39946 12516 0 0 1240 5 8 3 20 0 22 0 12897316 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760606054512 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1269] ppid=1192 vsize=11065092 CPUtime=11.92 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1269/stat : 1269 (java) S 1192 1195 27360 0 -1 1077944384 25095 12516 0 0 1175 6 8 3 20 0 22 0 12897316 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760605001968 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1270] ppid=1192 vsize=11065092 CPUtime=4.1 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1270/stat : 1270 (java) S 1192 1195 27360 0 -1 1077944384 37743 12516 0 0 392 7 8 3 20 0 22 0 12897316 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760603949424 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1271] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1271/stat : 1271 (java) S 1192 1195 27360 0 -1 1077944384 3 12516 0 0 0 0 8 3 20 0 22 0 12897317 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760602897120 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1272] ppid=1192 vsize=11065092 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1272/stat : 1272 (java) S 1192 1195 27360 0 -1 1077944384 1880 12516 0 0 63 66 8 3 20 0 22 0 12897317 11330654208 381867 33554432000 4194304 4196468 140728981428976 139760601844656 139761861356162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1624] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1624/stat : 1624 (java) S 1192 1195 27360 0 -1 1077944384 82 12516 0 0 0 0 8 3 20 0 22 0 13125645 11330654208 381867 33554432000 4194304 4196468 140728981428976 139759965860592 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
[pid=1195/tid=1625] ppid=1192 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1195/task/1625/stat : 1625 (java) S 1192 1195 27360 0 -1 1077944384 27 12516 0 0 0 0 8 3 20 0 22 0 13125646 11330654208 381867 33554432000 4194304 4196468 140728981428976 139759964808768 139761861355221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9052160 140728981437121 140728981439895 140728981439895 140728981442511 0
Current children cumulated CPU time (s) 2409.18
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2284.87
CPU time (s): 2409.49
CPU user time (s): 2404.27
CPU system time (s): 5.21133
CPU usage (%): 105.454
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.27
system time used= 5.21133
maximum resident set size= 3047976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185029
involuntary context switches= 153794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6387 second user time and 19.0917 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-23 04:17:56
IDJOB=4250168
IDBENCH=139180
IDSOLVER=2630
FILE ID=node104/4250168-1500776276
RUNJOBID= node104-1500750445-27391
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-14-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250168-1500776276/watcher-4250168-1500776276 -o /tmp/evaluation-result-4250168-1500776276/solver-4250168-1500776276 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27391 --watchdog 2560  bin/concrete HOME/instance-4250168-1500776276.xml

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

MD5SUM BENCH= abdfed4353cf02606058846107286b36
RANDOM SEED=225445302

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27947104 kB
MemAvailable:   28334192 kB
Buffers:          225512 kB
Cached:           424336 kB
SwapCached:          252 kB
Active:          4045228 kB
Inactive:         299828 kB
Active(anon):    3650576 kB
Inactive(anon):    56324 kB
Active(file):     394652 kB
Inactive(file):   243504 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             25908 kB
Writeback:             0 kB
AnonPages:       3701204 kB
Mapped:            44676 kB
Shmem:              8772 kB
Slab:             165040 kB
SReclaimable:     129532 kB
SUnreclaim:        35508 kB
KernelStack:        4464 kB
PageTables:        12328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4137156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3440640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61932 MiB
End job on node104 at 2017-07-23 04:56:01