Trace number 4250133

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) 2401.1 2341.76

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gs/
qwh-o035-h405.xml
MD5SUM3223705abdf773009dcd28d689e47bd8
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 benchmark12.0507
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints2
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":1225}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":405},{"degree":2,"count":820}]
Minimum constraint arity820
Maximum constraint arity1225
Distribution of constraint arities[{"arity":820,"count":1},{"arity":1225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.18 1.70 1.61 3/261 1569
/proc/meminfo: memFree=28976480/32770624 swapFree=6300/337852
[pid=1569] ppid=1566 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (bash) S 1566 1569 28437 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 12888277 9736192 350 33554432000 4194304 5098028 140728481487760 140728481485400 140075843582976 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 25587712 140728481494286 140728481494371 140728481494371 140728481497070 0
/proc/1569/statm: 2377 350 278 221 0 86 0

[startup+0.100194 s]
/proc/loadavg: 2.18 1.70 1.61 3/261 1569
/proc/meminfo: memFree=28976480/32770624 swapFree=6300/337852
[pid=1569] ppid=1566 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (bash) S 1566 1569 28437 0 -1 4202496 878 6422 0 0 0 0 0 1 20 0 1 0 12888277 9871360 377 33554432000 4194304 5098028 140728481487760 140728481481768 140075843582976 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 25587712 140728481494286 140728481494371 140728481494371 140728481497070 0
/proc/1569/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200314 s]
/proc/loadavg: 2.18 1.70 1.61 3/261 1569
/proc/meminfo: memFree=28976480/32770624 swapFree=6300/337852
[pid=1569] ppid=1566 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 5008 12305 0 0 6 1 8 3 20 0 13 0 12888277 10686320640 4855 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2608965 4855 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300373 s]
/proc/loadavg: 2.18 1.70 1.61 3/261 1569
/proc/meminfo: memFree=28976480/32770624 swapFree=6300/337852
[pid=1569] ppid=1566 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 8867 12305 0 0 22 3 8 3 20 0 20 0 12888277 11163947008 9364 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2725573 9430 2973 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700181 s]
/proc/loadavg: 2.18 1.70 1.61 3/261 1569
/proc/meminfo: memFree=28976480/32770624 swapFree=6300/337852
[pid=1569] ppid=1566 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 13076 12305 0 0 79 5 8 3 20 0 20 0 12888277 11164385280 15900 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2725680 15900 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 2.18 1.70 1.61 3/281 1642
/proc/meminfo: memFree=28868620/32770624 swapFree=6300/337844
[pid=1569] ppid=1566 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 27974 12305 0 0 202 15 8 3 20 0 20 0 12888277 11175264256 44505 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2728336 44505 3408 1 0 2716450 0
[pid=1569/tid=1624] ppid=1566 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) R 1566 1569 28437 0 -1 4202560 19849 12305 0 0 125 6 8 3 20 0 20 0 12888289 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770486371712 139770119885080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) S 1566 1569 28437 0 -1 1077944384 32 12305 0 0 0 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770089368592 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) S 1566 1569 28437 0 -1 1077944384 11 12305 0 0 0 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770088316048 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) S 1566 1569 28437 0 -1 1077944384 17 12305 0 0 1 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770087262992 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) S 1566 1569 28437 0 -1 1077944384 27 12305 0 0 1 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770086210448 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) S 1566 1569 28437 0 -1 1077944384 50 12305 0 0 1 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770085157392 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) S 1566 1569 28437 0 -1 1077944384 138 12305 0 0 1 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770084104848 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) S 1566 1569 28437 0 -1 1077944384 19 12305 0 0 0 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770083051792 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) S 1566 1569 28437 0 -1 1077944384 26 12305 0 0 1 0 8 3 20 0 20 0 12888290 11175264256 44505 33554432000 4194304 4196468 140721575544176 139770081999248 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 1211 12305 0 0 1 0 8 3 20 0 20 0 12888292 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769822452464 139770482178690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 55 12305 0 0 0 0 8 3 20 0 20 0 12888293 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769821398688 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 0 0 8 3 20 0 20 0 12888293 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769820345584 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 1 12305 0 0 0 0 8 3 20 0 20 0 12888297 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) R 1566 1569 28437 0 -1 4202560 1026 12305 0 0 11 0 8 3 20 0 20 0 12888297 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769818241560 139770465684129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) R 1566 1569 28437 0 -1 4202560 486 12305 0 0 12 0 8 3 20 0 20 0 12888297 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769817189016 139770463688779 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 1328 12305 0 0 14 1 8 3 20 0 20 0 12888297 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) R 1566 1569 28437 0 -1 4202560 1520 12305 0 0 26 0 8 3 20 0 20 0 12888297 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769815083120 139770482188890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 20 0 12888298 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 20 0 12888298 11175264256 44505 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.1012 s]
/proc/loadavg: 2.18 1.70 1.61 5/281 1642
/proc/meminfo: memFree=28807216/32770624 swapFree=6300/337840
[pid=1569] ppid=1566 vsize=10925820 CPUtime=6.92 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 45341 12305 0 0 660 21 8 3 20 0 20 0 12888277 11188039680 55679 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2731455 55679 3475 1 0 2719010 0
[pid=1569/tid=1624] ppid=1566 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) R 1566 1569 28437 0 -1 4202560 26274 12305 0 0 282 8 8 3 20 0 20 0 12888289 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770486398584 139770128267837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) S 1566 1569 28437 0 -1 1077944384 32 12305 0 0 0 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770089368592 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) S 1566 1569 28437 0 -1 1077944384 11 12305 0 0 0 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770088316048 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) S 1566 1569 28437 0 -1 1077944384 17 12305 0 0 1 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770087262992 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) S 1566 1569 28437 0 -1 1077944384 27 12305 0 0 1 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770086210448 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) S 1566 1569 28437 0 -1 1077944384 50 12305 0 0 1 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770085157392 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) S 1566 1569 28437 0 -1 1077944384 138 12305 0 0 1 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770084104848 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) S 1566 1569 28437 0 -1 1077944384 19 12305 0 0 0 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770083051792 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) S 1566 1569 28437 0 -1 1077944384 26 12305 0 0 1 0 8 3 20 0 20 0 12888290 11188039680 55679 33554432000 4194304 4196468 140721575544176 139770081999248 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 1311 12305 0 0 1 0 8 3 20 0 20 0 12888292 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769822452464 139770482178690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 55 12305 0 0 0 0 8 3 20 0 20 0 12888293 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769821398688 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 0 0 8 3 20 0 20 0 12888293 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769820345584 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 1 12305 0 0 0 0 8 3 20 0 20 0 12888297 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=10925820 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) R 1566 1569 28437 0 -1 4202560 4738 12305 0 0 104 1 8 3 20 0 20 0 12888297 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769818225984 139770461413404 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=10925820 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) R 1566 1569 28437 0 -1 4202560 2428 12305 0 0 71 1 8 3 20 0 20 0 12888297 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769817166832 139770465653801 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=10925820 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) R 1566 1569 28437 0 -1 4202560 2605 12305 0 0 72 2 8 3 20 0 20 0 12888297 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769816111536 139770467094142 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=10925820 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) R 1566 1569 28437 0 -1 4202560 5430 12305 0 0 119 1 8 3 20 0 20 0 12888297 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769815083120 139770466419656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 20 0 12888298 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 5 12305 0 0 0 0 8 3 20 0 20 0 12888298 11188039680 55679 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 10925820

[startup+6.30119 s]
/proc/loadavg: 2.25 1.72 1.62 3/281 1642
/proc/meminfo: memFree=28659448/32770624 swapFree=6300/337848
[pid=1569] ppid=1566 vsize=10929916 CPUtime=16.87 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 73928 12305 0 0 1643 33 8 3 20 0 20 0 12888277 11192233984 91557 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2732479 91557 3501 1 0 2720034 0
[pid=1569/tid=1624] ppid=1566 vsize=10929916 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) R 1566 1569 28437 0 -1 4202560 30486 12305 0 0 591 11 8 3 20 0 20 0 12888289 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770486399272 139770137401822 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) S 1566 1569 28437 0 -1 1077944384 90 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770089368592 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) S 1566 1569 28437 0 -1 1077944384 32 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770088316048 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) S 1566 1569 28437 0 -1 1077944384 133 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770087262992 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) S 1566 1569 28437 0 -1 1077944384 79 12305 0 0 4 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770086210448 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) S 1566 1569 28437 0 -1 1077944384 79 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770085157392 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) S 1566 1569 28437 0 -1 1077944384 144 12305 0 0 4 0 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770084104848 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) S 1566 1569 28437 0 -1 1077944384 41 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770083051792 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) S 1566 1569 28437 0 -1 1077944384 786 12305 0 0 3 1 8 3 20 0 20 0 12888290 11192233984 91557 33554432000 4194304 4196468 140721575544176 139770081999248 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 2092 12305 0 0 4 0 8 3 20 0 20 0 12888292 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769822452464 139770482178690 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 56 12305 0 0 0 0 8 3 20 0 20 0 12888293 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769821398752 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 1 0 8 3 20 0 20 0 12888293 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769820345600 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 1 12305 0 0 0 0 8 3 20 0 20 0 12888297 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=10929916 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) S 1566 1569 28437 0 -1 1077944384 14377 12305 0 0 312 2 8 3 20 0 20 0 12888297 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769818241264 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=10929916 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) S 1566 1569 28437 0 -1 1077944384 8053 12305 0 0 247 2 8 3 20 0 20 0 12888297 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769817188720 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=10929916 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 7784 12305 0 0 253 3 8 3 20 0 20 0 12888297 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=10929916 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) S 1566 1569 28437 0 -1 1077944384 7513 12305 0 0 200 3 8 3 20 0 20 0 12888297 11192233984 91557 33554432000 4194304 4196468 140721575544176 139769815083120 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=1569/tid=1638] ppid=1566 vsize=10929916 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) S 1566 1569 28437 0 -1 1077944384 11601 12305 0 0 253 2 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769817188720 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=10929916 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 11167 12305 0 0 261 4 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=10929916 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) S 1566 1569 28437 0 -1 1077944384 12338 12305 0 0 203 4 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769815083120 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 20 0 12888298 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=10929916 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 764 12305 0 0 69 53 8 3 20 0 20 0 12888298 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 2380.46
Current children cumulated vsize (KiB) 10929916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.5 s]
/proc/loadavg: 1.43 1.52 1.63 3/281 1859
/proc/meminfo: memFree=30040896/32770624 swapFree=6300/339148
[pid=1569] ppid=1566 vsize=10929916 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 151797 12305 0 0 239638 352 8 3 20 0 20 0 12888277 11192233984 187500 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2732479 187500 3505 1 0 2720034 0
[pid=1569/tid=1624] ppid=1566 vsize=10929916 CPUtime=2325.23 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) R 1566 1569 28437 0 -1 4202560 53995 12305 0 0 232483 29 8 3 20 0 20 0 12888289 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770486401680 139770137010062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=10929916 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) S 1566 1569 28437 0 -1 1077944384 5437 12305 0 0 683 30 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770089368592 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=10929916 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) S 1566 1569 28437 0 -1 1077944384 3841 12305 0 0 686 31 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770088316048 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=10929916 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) S 1566 1569 28437 0 -1 1077944384 3641 12305 0 0 678 33 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770087262992 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=10929916 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) S 1566 1569 28437 0 -1 1077944384 4187 12305 0 0 680 31 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770086210448 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=10929916 CPUtime=7.1 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) S 1566 1569 28437 0 -1 1077944384 4227 12305 0 0 669 30 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770085157392 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=10929916 CPUtime=7.17 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) S 1566 1569 28437 0 -1 1077944384 2540 12305 0 0 673 33 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770084104848 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=10929916 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) S 1566 1569 28437 0 -1 1077944384 3470 12305 0 0 684 32 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770083051792 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=10929916 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) S 1566 1569 28437 0 -1 1077944384 6488 12305 0 0 682 33 8 3 20 0 20 0 12888290 11192233984 187500 33554432000 4194304 4196468 140721575544176 139770081999248 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=10929916 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 10191 12305 0 0 570 31 8 3 20 0 20 0 12888292 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769822452464 139770482178690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 56 12305 0 0 0 0 8 3 20 0 20 0 12888293 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769821398752 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 1 0 8 3 20 0 20 0 12888293 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769820345600 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 1 12305 0 0 0 0 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=10929916 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) S 1566 1569 28437 0 -1 1077944384 15678 12305 0 0 318 3 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769818241264 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=10929916 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) S 1566 1569 28437 0 -1 1077944384 11601 12305 0 0 253 2 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769817188720 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=10929916 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 11167 12305 0 0 261 4 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=10929916 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) S 1566 1569 28437 0 -1 1077944384 12338 12305 0 0 203 4 8 3 20 0 20 0 12888297 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769815083120 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 20 0 12888298 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=10929916 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 764 12305 0 0 70 53 8 3 20 0 20 0 12888298 11192233984 187500 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10929916

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

[startup+2341.61 s]
/proc/loadavg: 1.43 1.52 1.63 3/281 1859
/proc/meminfo: memFree=30040896/32770624 swapFree=6300/339148
[pid=1569] ppid=1566 vsize=11063044 CPUtime=2400.57 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 158073 12305 0 0 239692 354 8 3 20 0 22 0 12888277 11328557056 189193 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2765761 189193 3505 1 0 2753316 0
[pid=1569/tid=1624] ppid=1566 vsize=11063044 CPUtime=2325.24 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) S 1566 1569 28437 0 -1 1077944384 54368 12305 0 0 232484 29 8 3 20 0 22 0 12888289 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770486405088 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=11063044 CPUtime=7.31 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) R 1566 1569 28437 0 -1 4202560 5446 12305 0 0 690 30 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770089368712 139770474795751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=11063044 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) R 1566 1569 28437 0 -1 4202560 3849 12305 0 0 692 31 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770088316168 139770474795751 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=11063044 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) R 1566 1569 28437 0 -1 4202560 3654 12305 0 0 684 33 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770087263112 139770465550576 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=11063044 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) R 1566 1569 28437 0 -1 4202560 4188 12305 0 0 686 31 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770086210568 139770474795751 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=11063044 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) R 1566 1569 28437 0 -1 4202560 4240 12305 0 0 675 30 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770085157512 139770474795751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=11063044 CPUtime=7.23 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) R 1566 1569 28437 0 -1 4202560 2565 12305 0 0 679 33 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770084104968 139770474795751 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=11063044 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) R 1566 1569 28437 0 -1 4202560 3474 12305 0 0 690 32 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770083051912 139770474795751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=11063044 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) R 1566 1569 28437 0 -1 4202560 6500 12305 0 0 688 33 8 3 20 0 22 0 12888290 11328557056 189193 33554432000 4194304 4196468 140721575544176 139770081999448 139770466868147 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=11063044 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 15453 12305 0 0 573 32 8 3 20 0 22 0 12888292 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769822451088 139770482177749 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 56 12305 0 0 0 0 8 3 20 0 22 0 12888293 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769821398752 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=11063044 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 1 0 8 3 20 0 22 0 12888293 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769820345600 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 134 12305 0 0 0 0 8 3 20 0 22 0 12888297 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=11063044 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) S 1566 1569 28437 0 -1 1077944384 15678 12305 0 0 318 3 8 3 20 0 22 0 12888297 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769818241264 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=11063044 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) S 1566 1569 28437 0 -1 1077944384 11601 12305 0 0 253 2 8 3 20 0 22 0 12888297 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769817188720 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=11063044 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 11167 12305 0 0 261 4 8 3 20 0 22 0 12888297 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=11063044 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) S 1566 1569 28437 0 -1 1077944384 12634 12305 0 0 203 4 8 3 20 0 22 0 12888297 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769815078176 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 22 0 12888298 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=11063044 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 764 12305 0 0 70 53 8 3 20 0 22 0 12888298 11328557056 189193 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 2400.57
Current children cumulated vsize (KiB) 11063044

[startup+2341.7 s]
/proc/loadavg: 1.43 1.52 1.63 3/281 1859
/proc/meminfo: memFree=30040896/32770624 swapFree=6300/339148
[pid=1569] ppid=1566 vsize=11063044 CPUtime=2400.96 cores=0,2,4,6,8,10,12,14
/proc/1569/stat : 1569 (java) S 1566 1569 28437 0 -1 1077944320 158318 12305 0 0 239731 354 8 3 20 0 22 0 12888277 11328557056 189256 33554432000 4194304 4196468 140721575544176 140721575526720 139770482167543 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
/proc/1569/statm: 2765761 189256 3505 1 0 2753316 0
[pid=1569/tid=1624] ppid=1566 vsize=11063044 CPUtime=2325.24 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1624/stat : 1624 (java) S 1566 1569 28437 0 -1 1077944384 54370 12305 0 0 232484 29 8 3 20 0 22 0 12888289 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770486405088 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1625] ppid=1566 vsize=11063044 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1625/stat : 1625 (java) R 1566 1569 28437 0 -1 4202560 5446 12305 0 0 694 30 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770089368480 139770467163924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1626] ppid=1566 vsize=11063044 CPUtime=7.39 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1626/stat : 1626 (java) R 1566 1569 28437 0 -1 4202560 3849 12305 0 0 697 31 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770088316248 139770466866240 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1627] ppid=1566 vsize=11063044 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1627/stat : 1627 (java) R 1566 1569 28437 0 -1 4202560 3654 12305 0 0 688 33 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770087262992 139770467164127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1628] ppid=1566 vsize=11063044 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1628/stat : 1628 (java) R 1566 1569 28437 0 -1 4202560 4189 12305 0 0 690 31 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770086210648 139770467163910 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1629] ppid=1566 vsize=11063044 CPUtime=7.21 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1629/stat : 1629 (java) R 1566 1569 28437 0 -1 4202560 4240 12305 0 0 680 30 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770085157592 139770467163944 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1630] ppid=1566 vsize=11063044 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1630/stat : 1630 (java) R 1566 1569 28437 0 -1 4202560 2565 12305 0 0 684 33 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770084105048 139770466625129 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1631] ppid=1566 vsize=11063044 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1631/stat : 1631 (java) R 1566 1569 28437 0 -1 4202560 3474 12305 0 0 694 32 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770083051792 139770467164225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1632] ppid=1566 vsize=11063044 CPUtime=7.36 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1632/stat : 1632 (java) R 1566 1569 28437 0 -1 4202560 6500 12305 0 0 692 33 8 3 20 0 22 0 12888290 11328557056 189256 33554432000 4194304 4196468 140721575544176 139770081999448 139770467164135 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1633] ppid=1566 vsize=11063044 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1633/stat : 1633 (java) S 1566 1569 28437 0 -1 1077944384 15692 12305 0 0 578 32 8 3 20 0 22 0 12888292 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769822451088 139770482177749 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1634] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1634/stat : 1634 (java) S 1566 1569 28437 0 -1 1077944384 58 12305 0 0 0 0 8 3 20 0 22 0 12888293 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769821398256 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1635] ppid=1566 vsize=11063044 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1635/stat : 1635 (java) S 1566 1569 28437 0 -1 1077944384 44 12305 0 0 1 0 8 3 20 0 22 0 12888293 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769820345600 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1636] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1636/stat : 1636 (java) S 1566 1569 28437 0 -1 1077944384 134 12305 0 0 0 0 8 3 20 0 22 0 12888297 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769819294160 139770482186139 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1637] ppid=1566 vsize=11063044 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1637/stat : 1637 (java) S 1566 1569 28437 0 -1 1077944384 15678 12305 0 0 318 3 8 3 20 0 22 0 12888297 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769818241264 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1638] ppid=1566 vsize=11063044 CPUtime=2.66 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1638/stat : 1638 (java) S 1566 1569 28437 0 -1 1077944384 11601 12305 0 0 253 2 8 3 20 0 22 0 12888297 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769817188720 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1639] ppid=1566 vsize=11063044 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1639/stat : 1639 (java) S 1566 1569 28437 0 -1 1077944384 11167 12305 0 0 261 4 8 3 20 0 22 0 12888297 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769816135664 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1640] ppid=1566 vsize=11063044 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1640/stat : 1640 (java) S 1566 1569 28437 0 -1 1077944384 12634 12305 0 0 204 4 8 3 20 0 22 0 12888297 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769815077408 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1641] ppid=1566 vsize=11063044 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1641/stat : 1641 (java) S 1566 1569 28437 0 -1 1077944384 3 12305 0 0 0 0 8 3 20 0 22 0 12888298 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769814031328 139770482177749 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
[pid=1569/tid=1642] ppid=1566 vsize=11063044 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/1569/task/1642/stat : 1642 (java) S 1566 1569 28437 0 -1 1077944384 764 12305 0 0 70 53 8 3 20 0 22 0 12888298 11328557056 189256 33554432000 4194304 4196468 140721575544176 139769812978864 139770482178690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11358208 140721575549633 140721575552407 140721575552407 140721575555023 0
Current children cumulated CPU time (s) 2400.96
Current children cumulated vsize (KiB) 11063044

Child status: 143
Real time (s): 2341.76
CPU time (s): 2401.1
CPU user time (s): 2397.51
CPU system time (s): 3.59398
CPU usage (%): 102.534
Max. virtual memory (cumulated for all children) (KiB): 11063044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.51
system time used= 3.59398
maximum resident set size= 757548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267324
involuntary context switches= 170217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2902 second user time and 20.3237 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-23 04:17:00
IDJOB=4250133
IDBENCH=139130
IDSOLVER=2630
FILE ID=node143/4250133-1500776220
RUNJOBID= node143-1500751505-28468
PBS_JOBID= 20624578
Free space on /tmp= 61848 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gs/qwh-o035-h405.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250133-1500776220/watcher-4250133-1500776220 -o /tmp/evaluation-result-4250133-1500776220/solver-4250133-1500776220 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500751505-28468 --watchdog 2560  bin/concrete HOME/instance-4250133-1500776220.xml

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

MD5SUM BENCH= 3223705abdf773009dcd28d689e47bd8
RANDOM SEED=417840715

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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:        28976860 kB
MemAvailable:   29551184 kB
Buffers:          199200 kB
Cached:           646024 kB
SwapCached:            0 kB
Active:          2989032 kB
Inactive:         346220 kB
Active(anon):    2492948 kB
Inactive(anon):     8748 kB
Active(file):     496084 kB
Inactive(file):   337472 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25096 kB
Writeback:             0 kB
AnonPages:       2494372 kB
Mapped:            45216 kB
Shmem:              8852 kB
Slab:             148160 kB
SReclaimable:     113208 kB
SUnreclaim:        34952 kB
KernelStack:        4560 kB
PageTables:        10756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3162744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61860 MiB
End job on node143 at 2017-07-23 04:56:02