Trace number 4248124

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) 2412.47 2249.88

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-039.xml
MD5SUM3424e6604ecfe46c0dbee75043c16945
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 benchmark6.3214998
Satisfiable
(Un)Satisfiability was proved
Number of variables1561
Number of constraints83775
Number of domains4
Minimum domain size1
Maximum domain size120
Distribution of domain sizes[{"size":1,"count":39},{"size":2,"count":1482},{"size":12,"count":39},{"size":120,"count":1}]
Minimum variable degree1
Maximum variable degree670
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":39},{"degree":3,"count":39},{"degree":4,"count":741},{"degree":670,"count":741}]
Minimum constraint arity2
Maximum constraint arity1521
Distribution of constraint arities[{"arity":2,"count":1482},{"arity":6,"count":82251},{"arity":39,"count":1},{"arity":40,"count":40},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints1482
Distribution of constraint types[{"type":"intension","count":1482},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":82291}]
Optimization problemNO
Type of objective

Solver Data

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

pid=1701
running on 8 cores: 0-3,8-11

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


[startup+0 s]
/proc/loadavg: 1.27 1.45 1.37 2/252 1704
/proc/meminfo: memFree=31020536/32770624 swapFree=6452/789440
[pid=1704] ppid=1701 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/1704/stat : 1704 (bash) S 1701 1704 1358 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 14990683 9736192 350 33554432000 4194304 5098028 140722770579920 140722770577560 140550916267008 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 23441408 140722770588942 140722770589027 140722770589027 140722770591726 0
/proc/1704/statm: 2377 350 277 221 0 86 0

[startup+0.100069 s]
/proc/loadavg: 1.27 1.45 1.37 2/252 1704
/proc/meminfo: memFree=31020536/32770624 swapFree=6452/789440
[pid=1704] ppid=1701 vsize=9640 CPUtime=0.02 cores=0-3,8-11
/proc/1704/stat : 1704 (bash) S 1701 1704 1358 0 -1 4202496 880 6417 0 0 0 0 0 2 20 0 1 0 14990683 9871360 378 33554432000 4194304 5098028 140722770579920 140722770573928 140550916267008 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 23441408 140722770588942 140722770589027 140722770589027 140722770591726 0
/proc/1704/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200334 s]
/proc/loadavg: 1.27 1.45 1.37 2/252 1704
/proc/meminfo: memFree=31020536/32770624 swapFree=6452/789440
[pid=1704] ppid=1701 vsize=10435860 CPUtime=0.17 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 4808 12433 0 0 5 1 7 4 20 0 13 0 14990683 10686320640 5168 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2608965 5168 2126 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300287 s]
/proc/loadavg: 1.27 1.45 1.37 2/252 1704
/proc/meminfo: memFree=31020536/32770624 swapFree=6452/789440
[pid=1704] ppid=1701 vsize=10902392 CPUtime=0.34 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 6791 12433 0 0 21 2 7 4 20 0 20 0 14990683 11164049408 8491 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2725598 8491 2974 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902392

[startup+0.700165 s]
/proc/loadavg: 1.27 1.45 1.37 2/252 1704
/proc/meminfo: memFree=31020536/32770624 swapFree=6452/789440
[pid=1704] ppid=1701 vsize=10902720 CPUtime=0.86 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 12139 12433 0 0 72 3 7 4 20 0 20 0 14990683 11164385280 14948 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2725680 14948 3137 1 0 2713890 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.27 1.45 1.37 5/288 1855
/proc/meminfo: memFree=30813444/32770624 swapFree=6452/790120
[pid=1704] ppid=1701 vsize=10913344 CPUtime=2.21 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 25267 12433 0 0 199 11 7 4 20 0 20 0 14990683 11175264256 44517 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2728336 44517 3407 1 0 2716450 0
[pid=1704/tid=1819] ppid=1701 vsize=10913344 CPUtime=1.4 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) R 1701 1704 1358 0 -1 4202560 17937 12433 0 0 124 5 7 4 20 0 20 0 14990697 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830690147832 139830685932950 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) S 1701 1704 1358 0 -1 1077944384 132 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830292618384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) S 1701 1704 1358 0 -1 1077944384 27 12433 0 0 1 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830291565584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) S 1701 1704 1358 0 -1 1077944384 6 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830290512784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) S 1701 1704 1358 0 -1 1077944384 39 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830289459984 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) S 1701 1704 1358 0 -1 1077944384 13 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830288407184 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) S 1701 1704 1358 0 -1 1077944384 13 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830287354384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) S 1701 1704 1358 0 -1 1077944384 25 12433 0 0 0 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830286301584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) S 1701 1704 1358 0 -1 1077944384 22 12433 0 0 1 0 7 4 20 0 20 0 14990698 11175264256 44517 33554432000 4194304 4196468 140736589702688 139830285248784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) S 1701 1704 1358 0 -1 1077944384 629 12433 0 0 1 0 7 4 20 0 20 0 14990700 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829435153264 139830685932162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 55 12433 0 0 0 0 7 4 20 0 20 0 14990701 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829434099296 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 43 12433 0 0 0 0 7 4 20 0 20 0 14990702 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829433046384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 1 12433 0 0 0 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=10913344 CPUtime=0.22 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) R 1701 1704 1358 0 -1 1077944384 815 12433 0 0 11 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829430942064 139830685932162 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=10913344 CPUtime=0.21 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) R 1701 1704 1358 0 -1 4202560 535 12433 0 0 10 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829429889560 139830667465558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=10913344 CPUtime=0.27 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) R 1701 1704 1358 0 -1 4202560 1298 12433 0 0 16 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829428836760 139830665576208 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=10913344 CPUtime=0.36 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) R 1701 1704 1358 0 -1 4202560 1542 12433 0 0 25 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829427783664 139830685942362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1853/stat : 1853 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 20 0 14990706 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829426732128 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1855] ppid=1701 vsize=10913344 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 20 0 14990707 11175264256 44517 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 10913344

[startup+3.10108 s]
/proc/loadavg: 1.27 1.45 1.37 5/288 1855
/proc/meminfo: memFree=30666264/32770624 swapFree=6452/790160
[pid=1704] ppid=1701 vsize=10921724 CPUtime=7.76 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 37434 12433 0 0 711 54 7 4 20 0 20 0 14990683 11183845376 96457 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2730431 96457 3497 1 0 2717986 0
[pid=1704/tid=1819] ppid=1701 vsize=10921724 CPUtime=2.86 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) R 1701 1704 1358 0 -1 4202560 22422 12433 0 0 268 7 7 4 20 0 20 0 14990697 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830690154720 139830670236252 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=10921724 CPUtime=0.24 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) S 1701 1704 1358 0 -1 1077944384 252 12433 0 0 6 7 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830292618384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=10921724 CPUtime=0.24 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) S 1701 1704 1358 0 -1 1077944384 190 12433 0 0 8 5 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830291565584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=10921724 CPUtime=0.22 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) S 1701 1704 1358 0 -1 1077944384 145 12433 0 0 5 6 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830290512784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=10921724 CPUtime=0.2 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) S 1701 1704 1358 0 -1 1077944384 297 12433 0 0 5 4 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830289459984 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=10921724 CPUtime=0.2 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) S 1701 1704 1358 0 -1 1077944384 56 12433 0 0 5 4 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830288407184 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=10921724 CPUtime=0.25 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) S 1701 1704 1358 0 -1 1077944384 166 12433 0 0 7 7 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830287354384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=10921724 CPUtime=0.21 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) S 1701 1704 1358 0 -1 1077944384 163 12433 0 0 8 2 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830286301584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=10921724 CPUtime=0.18 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) S 1701 1704 1358 0 -1 1077944384 112 12433 0 0 5 2 7 4 20 0 20 0 14990698 11183845376 96457 33554432000 4194304 4196468 140736589702688 139830285248784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=10921724 CPUtime=0.13 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) S 1701 1704 1358 0 -1 1077944384 1072 12433 0 0 2 0 7 4 20 0 20 0 14990700 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829435153264 139830685932162 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=10921724 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 56 12433 0 0 0 0 7 4 20 0 20 0 14990701 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829434099296 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=10921724 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 44 12433 0 0 0 0 7 4 20 0 20 0 14990702 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829433046400 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=10921724 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 1 12433 0 0 0 0 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=10921724 CPUtime=1.29 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) R 1701 1704 1358 0 -1 4202560 3272 12433 0 0 118 0 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829430928608 139830670850511 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=10921724 CPUtime=1.02 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) R 1701 1704 1358 0 -1 4202560 1850 12433 0 0 91 0 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829429875288 139830667442289 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=10921724 CPUtime=1.04 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) R 1701 1704 1358 0 -1 4202560 2202 12433 0 0 92 1 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829428822488 139830667441084 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=10921724 CPUtime=0.94 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) S 1701 1704 1358 0 -1 1077944384 2998 12433 0 0 83 0 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829427783664 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=10921724 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1853/stat : 1853 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 20 0 14990706 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829426732128 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1855] ppid=1701 vsize=10921724 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 4 12433 0 0 0 0 7 4 20 0 20 0 14990707 11183845376 96457 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 10921724

[startup+6.30082 s]
/proc/loadavg: 1.65 1.53 1.39 4/288 1855
/proc/meminfo: memFree=29813308/32770624 swapFree=6452/790284
[pid=1704] ppid=1701 vsize=10923772 CPUtime=15.46 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 45899 12433 0 0 1402 133 7 4 20 0 20 0 14990683 11185942528 205725 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2730943 205725 3509 1 0 2718498 0
[pid=1704/tid=1819] ppid=1701 vsize=10923772 CPUtime=5.85 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) R 1701 1704 1358 0 -1 4202560 25403 12433 0 0 563 11 7 4 20 0 20 0 14990697 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830690154544 139830334146119 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=10923772 CPUtime=0.43 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) S 1701 1704 1358 0 -1 1077944384 373 12433 0 0 16 16 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830292618384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=10923772 CPUtime=0.43 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) S 1701 1704 1358 0 -1 1077944384 329 12433 0 0 17 15 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830291565584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=10923772 CPUtime=0.41 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) S 1701 1704 1358 0 -1 1077944384 265 12433 0 0 14 16 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830290512784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=10923772 CPUtime=0.36 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) S 1701 1704 1358 0 -1 1077944384 444 12433 0 0 13 12 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830289459984 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=10923772 CPUtime=0.4 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) S 1701 1704 1358 0 -1 1077944384 211 12433 0 0 15 14 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830288407184 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=10923772 CPUtime=0.44 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) S 1701 1704 1358 0 -1 1077944384 304 12433 0 0 17 16 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830287354384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=10923772 CPUtime=0.38 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) S 1701 1704 1358 0 -1 1077944384 546 12433 0 0 17 10 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830286301584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=10923772 CPUtime=0.35 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) S 1701 1704 1358 0 -1 1077944384 237 12433 0 0 13 11 7 4 20 0 20 0 14990698 11185942528 205725 33554432000 4194304 4196468 140736589702688 139830285248784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=10923772 CPUtime=0.14 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) S 1701 1704 1358 0 -1 1077944384 1474 12433 0 0 3 0 7 4 20 0 20 0 14990700 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829435153264 139830685932162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=10923772 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 56 12433 0 0 0 0 7 4 20 0 20 0 14990701 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829434099296 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=10923772 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 44 12433 0 0 0 0 7 4 20 0 20 0 14990702 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829433046400 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=10923772 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 1 12433 0 0 0 0 7 4 20 0 20 0 14990706 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=10923772 CPUtime=2.18 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) S 1701 1704 1358 0 -1 1077944384 3926 12433 0 0 207 0 7 4 20 0 20 0 14990706 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829430942064 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=10923772 CPUtime=2 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) S 1701 1704 1358 0 -1 1077944384 2796 12433 0 0 188 1 7 4 20 0 20 0 14990706 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829429889264 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=10923772 CPUtime=2.07 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) S 1701 1704 1358 0 -1 1077944384 3098 12433 0 0 195 1 7 4 20 0 20 0 14990706 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829428836464 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=10923772 CPUtime=1.29 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) S 1701 1704 1358 0 -1 1077944384 4016 12433 0 0 117 1 7 4 20 0 20 0 14990706 11185942528 205725 33554432000 4194304 4196468 140736589702688 139829427783664 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=10923772 CPUtime=0.11 cores=0-3,8-11

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

[pid=1704/tid=1855] ppid=1701 vsize=10997500 CPUtime=1.48 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 2542 12433 0 0 70 67 7 4 20 0 20 0 14990707 11261440000 751873 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10997500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1704 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2248.8 s]
/proc/loadavg: 1.43 1.39 1.45 11/288 1936
/proc/meminfo: memFree=27253716/32770624 swapFree=6452/792008
[pid=1704] ppid=1701 vsize=11130628 CPUtime=2405.03 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 610218 12433 0 0 239808 684 7 4 20 0 22 0 14990683 11397763072 756614 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2782657 756614 3522 1 0 2770212 0
[pid=1704/tid=1819] ppid=1701 vsize=11130628 CPUtime=2225.73 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) S 1701 1704 1358 0 -1 1077944384 191581 12433 0 0 222504 58 7 4 20 0 22 0 14990697 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830690158800 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=11130628 CPUtime=18.07 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) R 1701 1704 1358 0 -1 4202560 9980 12433 0 0 1728 68 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830292618584 139830670910629 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=11130628 CPUtime=18.22 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) R 1701 1704 1358 0 -1 4202560 10474 12433 0 0 1747 64 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830291565472 139830670621648 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=11130628 CPUtime=18.11 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) R 1701 1704 1358 0 -1 4202560 11462 12433 0 0 1729 71 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830290512984 139830670621453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=11130628 CPUtime=18.21 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) R 1701 1704 1358 0 -1 4202560 14340 12433 0 0 1747 63 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830289460184 139830670622023 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=11130628 CPUtime=18 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) R 1701 1704 1358 0 -1 4202560 16235 12433 0 0 1723 66 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830288407384 139830670621659 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=11130628 CPUtime=17.98 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) R 1701 1704 1358 0 -1 4202560 14102 12433 0 0 1719 68 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830287354584 139830670621630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=11130628 CPUtime=17.99 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) R 1701 1704 1358 0 -1 4202560 12572 12433 0 0 1725 63 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830286301784 139830670622034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=11130628 CPUtime=17.98 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) R 1701 1704 1358 0 -1 4202560 14973 12433 0 0 1725 62 7 4 20 0 22 0 14990698 11397763072 756614 33554432000 4194304 4196468 140736589702688 139830285248984 139830670621630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=11130628 CPUtime=1.93 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) S 1701 1704 1358 0 -1 1077944384 21622 12433 0 0 163 19 7 4 20 0 22 0 14990700 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829435151888 139830685931221 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 65 12433 0 0 0 0 7 4 20 0 22 0 14990701 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829434099360 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 49 12433 0 0 0 0 7 4 20 0 22 0 14990702 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829433046400 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 164 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=11130628 CPUtime=10.09 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) S 1701 1704 1358 0 -1 1077944384 69985 12433 0 0 991 7 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829430942064 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=11130628 CPUtime=9.66 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) S 1701 1704 1358 0 -1 1077944384 72760 12433 0 0 946 9 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829429889264 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=11130628 CPUtime=8.94 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) S 1701 1704 1358 0 -1 1077944384 61722 12433 0 0 874 9 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829428836464 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=11130628 CPUtime=4.03 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) S 1701 1704 1358 0 -1 1077944384 83179 12433 0 0 383 9 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829427783664 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1853/stat : 1853 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829426732128 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1855] ppid=1701 vsize=11130628 CPUtime=1.49 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 2542 12433 0 0 71 67 7 4 20 0 22 0 14990707 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1935] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1935/stat : 1935 (java) S 1701 1704 1358 0 -1 1077944384 250 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829394846320 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1936] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1936/stat : 1936 (java) S 1701 1704 1358 0 -1 1077944384 27 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 756614 33554432000 4194304 4196468 140736589702688 139829393794240 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 2405.03
Current children cumulated vsize (KiB) 11130628

[startup+2249.61 s]
/proc/loadavg: 1.56 1.42 1.45 3/288 1936
/proc/meminfo: memFree=27258112/32770624 swapFree=6452/792000
[pid=1704] ppid=1701 vsize=11130628 CPUtime=2410.75 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 610400 12433 0 0 240379 685 7 4 20 0 22 0 14990683 11397763072 756175 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2782657 756175 3522 1 0 2770212 0
[pid=1704/tid=1819] ppid=1701 vsize=11130628 CPUtime=2225.73 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) S 1701 1704 1358 0 -1 1077944384 191581 12433 0 0 222504 58 7 4 20 0 22 0 14990697 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830690158800 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=11130628 CPUtime=18.77 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) R 1701 1704 1358 0 -1 4202560 9982 12433 0 0 1798 68 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830292618384 139830678549223 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=11130628 CPUtime=18.92 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) R 1701 1704 1358 0 -1 4202560 10492 12433 0 0 1817 64 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830291565704 139830678549223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=11130628 CPUtime=18.82 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) S 1701 1704 1358 0 -1 1077944384 11487 12433 0 0 1800 71 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830290512784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=11130628 CPUtime=18.9 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) S 1701 1704 1358 0 -1 1077944384 14340 12433 0 0 1816 63 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830289459984 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=11130628 CPUtime=18.71 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) S 1701 1704 1358 0 -1 1077944384 16259 12433 0 0 1794 66 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830288407184 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=11130628 CPUtime=18.69 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) S 1701 1704 1358 0 -1 1077944384 14126 12433 0 0 1790 68 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830287354384 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=11130628 CPUtime=18.69 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) S 1701 1704 1358 0 -1 1077944384 12577 12433 0 0 1795 63 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830286301584 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=11130628 CPUtime=18.68 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) S 1701 1704 1358 0 -1 1077944384 14977 12433 0 0 1795 62 7 4 20 0 22 0 14990698 11397763072 756175 33554432000 4194304 4196468 140736589702688 139830285248784 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=11130628 CPUtime=2.03 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) R 1701 1704 1358 0 -1 4202560 21697 12433 0 0 173 19 7 4 20 0 22 0 14990700 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829435151856 139830685942362 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 67 12433 0 0 0 0 7 4 20 0 22 0 14990701 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829434099344 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 49 12433 0 0 0 0 7 4 20 0 22 0 14990702 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829433046400 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 164 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=11130628 CPUtime=10.09 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) S 1701 1704 1358 0 -1 1077944384 69985 12433 0 0 991 7 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829430942064 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=11130628 CPUtime=9.66 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) S 1701 1704 1358 0 -1 1077944384 72760 12433 0 0 946 9 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829429889264 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=11130628 CPUtime=8.94 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) S 1701 1704 1358 0 -1 1077944384 61722 12433 0 0 874 9 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829428836464 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=11130628 CPUtime=4.03 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) S 1701 1704 1358 0 -1 1077944384 83179 12433 0 0 383 9 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829427783664 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1853/stat : 1853 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829426732128 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1855] ppid=1701 vsize=11130628 CPUtime=1.49 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 2542 12433 0 0 71 67 7 4 20 0 22 0 14990707 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1935] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1935/stat : 1935 (java) S 1701 1704 1358 0 -1 1077944384 250 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829394846320 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1936] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1936/stat : 1936 (java) S 1701 1704 1358 0 -1 1077944384 30 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 756175 33554432000 4194304 4196468 140736589702688 139829393794544 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 2410.75
Current children cumulated vsize (KiB) 11130628

[startup+2249.8 s]
/proc/loadavg: 1.56 1.42 1.45 3/288 1936
/proc/meminfo: memFree=27258112/32770624 swapFree=6452/792000
[pid=1704] ppid=1701 vsize=11130628 CPUtime=2412.11 cores=0-3,8-11
/proc/1704/stat : 1704 (java) S 1701 1704 1358 0 -1 1077944320 610404 12433 0 0 240515 685 7 4 20 0 22 0 14990683 11397763072 755790 33554432000 4194304 4196468 140736589702688 140736589685232 139830685921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
/proc/1704/statm: 2782657 755790 3522 1 0 2770212 0
[pid=1704/tid=1819] ppid=1701 vsize=11130628 CPUtime=2225.73 cores=0-3,8-11
/proc/1704/task/1819/stat : 1819 (java) S 1701 1704 1358 0 -1 1077944384 191581 12433 0 0 222504 58 7 4 20 0 22 0 14990697 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830690158800 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1828] ppid=1701 vsize=11130628 CPUtime=18.94 cores=0-3,8-11
/proc/1704/task/1828/stat : 1828 (java) R 1701 1704 1358 0 -1 4202560 9983 12433 0 0 1815 68 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830292618584 139830667474256 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1829] ppid=1701 vsize=11130628 CPUtime=19.09 cores=0-3,8-11
/proc/1704/task/1829/stat : 1829 (java) R 1701 1704 1358 0 -1 4202560 10492 12433 0 0 1834 64 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830291565784 139830670917677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1830] ppid=1701 vsize=11130628 CPUtime=18.98 cores=0-3,8-11
/proc/1704/task/1830/stat : 1830 (java) R 1701 1704 1358 0 -1 4202560 11487 12433 0 0 1816 71 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830290512984 139830667530798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1831] ppid=1701 vsize=11130628 CPUtime=19.07 cores=0-3,8-11
/proc/1704/task/1831/stat : 1831 (java) R 1701 1704 1358 0 -1 4202560 14342 12433 0 0 1833 63 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830289459872 139830670917679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1832] ppid=1701 vsize=11130628 CPUtime=18.87 cores=0-3,8-11
/proc/1704/task/1832/stat : 1832 (java) R 1701 1704 1358 0 -1 4202560 16259 12433 0 0 1810 66 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830288407384 139830670378406 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1833] ppid=1701 vsize=11130628 CPUtime=18.85 cores=0-3,8-11
/proc/1704/task/1833/stat : 1833 (java) R 1701 1704 1358 0 -1 4202560 14126 12433 0 0 1806 68 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830287354584 139830670917382 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1834] ppid=1701 vsize=11130628 CPUtime=18.86 cores=0-3,8-11
/proc/1704/task/1834/stat : 1834 (java) R 1701 1704 1358 0 -1 4202560 12577 12433 0 0 1812 63 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830286301784 139830670917419 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1835] ppid=1701 vsize=11130628 CPUtime=18.85 cores=0-3,8-11
/proc/1704/task/1835/stat : 1835 (java) R 1701 1704 1358 0 -1 4202560 14977 12433 0 0 1812 62 7 4 20 0 22 0 14990698 11397763072 755790 33554432000 4194304 4196468 140736589702688 139830285248984 139830670378592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1839] ppid=1701 vsize=11130628 CPUtime=2.05 cores=0-3,8-11
/proc/1704/task/1839/stat : 1839 (java) S 1701 1704 1358 0 -1 1077944384 21697 12433 0 0 175 19 7 4 20 0 22 0 14990700 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829435151888 139830685931221 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1840] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1840/stat : 1840 (java) S 1701 1704 1358 0 -1 1077944384 67 12433 0 0 0 0 7 4 20 0 22 0 14990701 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829434099344 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1841] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1841/stat : 1841 (java) S 1701 1704 1358 0 -1 1077944384 49 12433 0 0 0 0 7 4 20 0 22 0 14990702 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829433046400 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1848] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1848/stat : 1848 (java) S 1701 1704 1358 0 -1 1077944384 164 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829431994704 139830685939611 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1849] ppid=1701 vsize=11130628 CPUtime=10.09 cores=0-3,8-11
/proc/1704/task/1849/stat : 1849 (java) S 1701 1704 1358 0 -1 1077944384 69985 12433 0 0 991 7 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829430942064 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1850] ppid=1701 vsize=11130628 CPUtime=9.66 cores=0-3,8-11
/proc/1704/task/1850/stat : 1850 (java) S 1701 1704 1358 0 -1 1077944384 72760 12433 0 0 946 9 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829429889264 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1851] ppid=1701 vsize=11130628 CPUtime=8.94 cores=0-3,8-11
/proc/1704/task/1851/stat : 1851 (java) S 1701 1704 1358 0 -1 1077944384 61722 12433 0 0 874 9 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829428836464 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1852] ppid=1701 vsize=11130628 CPUtime=4.03 cores=0-3,8-11
/proc/1704/task/1852/stat : 1852 (java) S 1701 1704 1358 0 -1 1077944384 83179 12433 0 0 383 9 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829427783664 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1853] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1853/stat : 1853 (java) S 1701 1704 1358 0 -1 1077944384 3 12433 0 0 0 0 7 4 20 0 22 0 14990706 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829426732128 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1855] ppid=1701 vsize=11130628 CPUtime=1.49 cores=0-3,8-11
/proc/1704/task/1855/stat : 1855 (java) S 1701 1704 1358 0 -1 1077944384 2542 12433 0 0 71 67 7 4 20 0 22 0 14990707 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829425679408 139830685932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1935] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1935/stat : 1935 (java) S 1701 1704 1358 0 -1 1077944384 250 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829394846320 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
[pid=1704/tid=1936] ppid=1701 vsize=11130628 CPUtime=0.11 cores=0-3,8-11
/proc/1704/task/1936/stat : 1936 (java) S 1701 1704 1358 0 -1 1077944384 31 12433 0 0 0 0 7 4 20 0 22 0 15215494 11397763072 755790 33554432000 4194304 4196468 140736589702688 139829393794240 139830685931221 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27623424 140736589703873 140736589706647 140736589706647 140736589709263 0
Current children cumulated CPU time (s) 2412.11
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2249.88
CPU time (s): 2412.47
CPU user time (s): 2405.55
CPU system time (s): 6.92423
CPU usage (%): 107.227
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2405.55
system time used= 6.92423
maximum resident set size= 3362860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 623010
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117407
involuntary context switches= 137202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2093 second user time and 19.1813 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-23 10:07:15
IDJOB=4248124
IDBENCH=133121
IDSOLVER=2630
FILE ID=node132/4248124-1500797235
RUNJOBID= node132-1500797235-1667
PBS_JOBID= 20624656
Free space on /tmp= 61632 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-039.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248124-1500797235/watcher-4248124-1500797235 -o /tmp/evaluation-result-4248124-1500797235/solver-4248124-1500797235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500797235-1667 --watchdog 2560  bin/concrete HOME/instance-4248124-1500797235.xml

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

MD5SUM BENCH= 3424e6604ecfe46c0dbee75043c16945
RANDOM SEED=363399217

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

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

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

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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.61
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		: 2400.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	: 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		: 2267.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	: 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		: 1867.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	: 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		: 2133.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:        31022564 kB
MemAvailable:   31990832 kB
Buffers:          161140 kB
Cached:          1083296 kB
SwapCached:            0 kB
Active:           499396 kB
Inactive:         798388 kB
Active(anon):      56896 kB
Inactive(anon):     8624 kB
Active(file):     442500 kB
Inactive(file):   789764 kB
Unevictable:        6452 kB
Mlocked:            6452 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             54472 kB
Writeback:             0 kB
AnonPages:         91000 kB
Mapped:            31932 kB
Shmem:              8872 kB
Slab:             137476 kB
SReclaimable:     103676 kB
SUnreclaim:        33800 kB
KernelStack:        4480 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     311480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61588 MiB
End job on node132 at 2017-07-23 10:44:45