Trace number 4246706

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.17 2334.38

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark409
Best CPU time to get the best result obtained on this benchmark20039.199
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.32 1.28 1.43 7/263 20182
/proc/meminfo: memFree=31348168/32770624 swapFree=5952/273936
[pid=20182] ppid=20179 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (bash) S 20179 20182 15294 0 -1 4202496 687 1530 0 0 0 0 0 0 20 0 1 0 7004918 9736192 351 33554432000 4194304 5098028 140724078340272 140724078337912 140015383739392 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 37896192 140724078343438 140724078343523 140724078343523 140724078346222 0
/proc/20182/statm: 2377 351 278 221 0 86 0

[startup+0.100135 s]
/proc/loadavg: 1.32 1.28 1.43 7/263 20182
/proc/meminfo: memFree=31348168/32770624 swapFree=5952/273936
[pid=20182] ppid=20179 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (bash) S 20179 20182 15294 0 -1 4202496 885 6409 0 0 0 0 0 1 20 0 1 0 7004918 9871360 378 33554432000 4194304 5098028 140724078340272 140724078334280 140015383739392 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 37896192 140724078343438 140724078343523 140724078343523 140724078346222 0
/proc/20182/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200408 s]
/proc/loadavg: 1.32 1.28 1.43 7/263 20182
/proc/meminfo: memFree=31348168/32770624 swapFree=5952/273936
[pid=20182] ppid=20179 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 5043 12259 0 0 5 1 8 3 20 0 13 0 7004918 10686320640 5414 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2608965 5414 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300373 s]
/proc/loadavg: 1.32 1.28 1.43 7/263 20182
/proc/meminfo: memFree=31348168/32770624 swapFree=5952/273936
[pid=20182] ppid=20179 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 7313 12259 0 0 22 2 8 3 20 0 20 0 7004918 11164049408 8991 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2725598 8991 2941 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700206 s]
/proc/loadavg: 1.32 1.28 1.43 7/263 20182
/proc/meminfo: memFree=31348168/32770624 swapFree=5952/273936
[pid=20182] ppid=20179 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 12470 12259 0 0 75 4 8 3 20 0 20 0 7004918 11164385280 15779 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2725680 15779 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50114 s]
/proc/loadavg: 1.32 1.28 1.43 3/283 20255
/proc/meminfo: memFree=31130104/32770624 swapFree=5952/274276
[pid=20182] ppid=20179 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 27293 12259 0 0 204 13 8 3 20 0 20 0 7004918 11175264256 44028 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2728336 44028 3414 1 0 2716450 0
[pid=20182/tid=20237] ppid=20179 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) R 20179 20182 15294 0 -1 4202560 19346 12259 0 0 125 5 8 3 20 0 20 0 7004931 11175264256 44028 33554432000 4194304 4196468 140728171977904 139903060967296 139903056760214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) S 20179 20182 15294 0 -1 1077944384 122 12259 0 0 0 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902993439120 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) S 20179 20182 15294 0 -1 1077944384 13 12259 0 0 0 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902992386320 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) S 20179 20182 15294 0 -1 1077944384 40 12259 0 0 1 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902991334032 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) S 20179 20182 15294 0 -1 1077944384 16 12259 0 0 0 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902660241936 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) S 20179 20182 15294 0 -1 1077944384 67 12259 0 0 1 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902659189648 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) S 20179 20182 15294 0 -1 1077944384 12 12259 0 0 1 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902658136848 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) S 20179 20182 15294 0 -1 1077944384 28 12259 0 0 1 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902657084560 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) S 20179 20182 15294 0 -1 1077944384 37 12259 0 0 1 0 8 3 20 0 20 0 7004932 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902656031760 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) S 20179 20182 15294 0 -1 1077944384 1623 12259 0 0 1 0 8 3 20 0 20 0 7004935 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902531352688 139903056759426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 56 12259 0 0 0 0 8 3 20 0 20 0 7004935 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902530298720 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 43 12259 0 0 0 0 8 3 20 0 20 0 7004936 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 1 12259 0 0 0 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) R 20179 20182 15294 0 -1 4202560 827 12259 0 0 12 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902527132800 139903041667178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 1196 12259 0 0 15 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) S 20179 20182 15294 0 -1 1077944384 647 12259 0 0 13 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902525037424 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) R 20179 20182 15294 0 -1 4202560 1080 12259 0 0 26 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902523984624 139903036058738 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20254/stat : 20254 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 20 0 7004940 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902522931552 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20255] ppid=20179 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 20 0 7004941 11175264256 44028 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 1.32 1.28 1.43 5/283 20255
/proc/meminfo: memFree=30902652/32770624 swapFree=5952/274272
[pid=20182] ppid=20179 vsize=10925820 CPUtime=5.7 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 40860 12259 0 0 539 20 8 3 20 0 20 0 7004918 11188039680 51536 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2731455 51536 3483 1 0 2719010 0
[pid=20182/tid=20237] ppid=20179 vsize=10925820 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) R 20179 20182 15294 0 -1 4202560 25086 12259 0 0 258 8 8 3 20 0 20 0 7004931 11188039680 51536 33554432000 4194304 4196468 140728171977904 139903060968648 139903040828766 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) S 20179 20182 15294 0 -1 1077944384 122 12259 0 0 0 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902993439120 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) S 20179 20182 15294 0 -1 1077944384 13 12259 0 0 0 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902992386320 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) S 20179 20182 15294 0 -1 1077944384 40 12259 0 0 1 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902991334032 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) S 20179 20182 15294 0 -1 1077944384 16 12259 0 0 0 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902660241936 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) S 20179 20182 15294 0 -1 1077944384 67 12259 0 0 1 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902659189648 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) S 20179 20182 15294 0 -1 1077944384 12 12259 0 0 1 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902658136848 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) S 20179 20182 15294 0 -1 1077944384 28 12259 0 0 1 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902657084560 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) S 20179 20182 15294 0 -1 1077944384 37 12259 0 0 1 0 8 3 20 0 20 0 7004932 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902656031760 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) S 20179 20182 15294 0 -1 1077944384 1642 12259 0 0 1 0 8 3 20 0 20 0 7004935 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902531352688 139903056759426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 56 12259 0 0 0 0 8 3 20 0 20 0 7004935 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902530298720 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 43 12259 0 0 0 0 8 3 20 0 20 0 7004936 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 1 12259 0 0 0 0 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=10925820 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) S 20179 20182 15294 0 -1 1077944384 1790 12259 0 0 44 0 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902527142512 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=10925820 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 1839 12259 0 0 45 0 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=10925820 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) S 20179 20182 15294 0 -1 1077944384 4427 12259 0 0 80 2 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902525037424 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=10925820 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) S 20179 20182 15294 0 -1 1077944384 3500 12259 0 0 98 1 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902523984624 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20254/stat : 20254 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 20 0 7004940 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902522931552 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20255] ppid=20179 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 5 12259 0 0 0 0 8 3 20 0 20 0 7004941 11188039680 51536 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 10925820

[startup+6.30078 s]
/proc/loadavg: 1.46 1.31 1.44 3/283 20255
/proc/meminfo: memFree=30595264/32770624 swapFree=5952/274284
[pid=20182] ppid=20179 vsize=10927868 CPUtime=11.62 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 50389 12259 0 0 1118 33 8 3 20 0 20 0 7004918 11190136832 79256 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2731967 79256 3495 1 0 2719522 0
[pid=20182/tid=20237] ppid=20179 vsize=10927868 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) R 20179 20182 15294 0 -1 4202560 25989 12259 0 0 571 10 8 3 20 0 20 0 7004931 11190136832 79256 33554432000 4194304 4196468 140728171977904 139903060973960 139902681849189 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) S 20179 20182 15294 0 -1 1077944384 199 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902993439120 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) S 20179 20182 15294 0 -1 1077944384 53 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902992386320 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) S 20179 20182 15294 0 -1 1077944384 109 12259 0 0 2 2 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902991334032 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=10927868 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) S 20179 20182 15294 0 -1 1077944384 533 12259 0 0 2 2 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902660241936 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) S 20179 20182 15294 0 -1 1077944384 85 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902659189648 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) S 20179 20182 15294 0 -1 1077944384 90 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902658136848 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) S 20179 20182 15294 0 -1 1077944384 106 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902657084560 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) S 20179 20182 15294 0 -1 1077944384 99 12259 0 0 2 1 8 3 20 0 20 0 7004932 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902656031760 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) S 20179 20182 15294 0 -1 1077944384 1714 12259 0 0 3 0 8 3 20 0 20 0 7004935 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902531352688 139903056759426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 57 12259 0 0 0 0 8 3 20 0 20 0 7004935 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902530298720 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 43 12259 0 0 0 0 8 3 20 0 20 0 7004936 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 1 12259 0 0 0 0 8 3 20 0 20 0 7004940 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=10927868 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) R 20179 20182 15294 0 -1 4202560 3221 12259 0 0 118 1 8 3 20 0 20 0 7004940 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902527130080 139903041411441 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=10927868 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 3010 12259 0 0 104 1 8 3 20 0 20 0 7004940 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=10927868 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) R 20179 20182 15294 0 -1 4202560 7413 12259 0 0 155 3 8 3 20 0 20 0 7004940 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902525037720 139903041551973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=10927868 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) S 20179 20182 15294 0 -1 1077944384 5433 12259 0 0 144 1 8 3 20 0 20 0 7004940 11190136832 79256 33554432000 4194304 4196468 140728171977904 139902523984624 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=20182/tid=20255] ppid=20179 vsize=10995452 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 2815 12259 0 0 56 58 8 3 20 0 20 0 7004941 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 2387.95
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2334.1 s]
/proc/loadavg: 1.53 1.44 1.42 6/281 20488
/proc/meminfo: memFree=29745940/32770624 swapFree=5952/276448
[pid=20182] ppid=20179 vsize=10995452 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 264525 12259 0 0 239547 448 8 3 20 0 20 0 7004918 11259342848 408154 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2748863 408154 3514 1 0 2736418 0
[pid=20182/tid=20237] ppid=20179 vsize=10995452 CPUtime=2313.61 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) R 20179 20182 15294 0 -1 4202560 91051 12259 0 0 231296 54 8 3 20 0 20 0 7004931 11259342848 408154 33554432000 4194304 4196468 140728171977904 139903060974096 139902687084125 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=10995452 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) S 20179 20182 15294 0 -1 1077944384 17616 12259 0 0 812 40 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902993439120 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=10995452 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) S 20179 20182 15294 0 -1 1077944384 13999 12259 0 0 799 41 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902992386320 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=10995452 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) S 20179 20182 15294 0 -1 1077944384 10916 12259 0 0 812 37 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902991334032 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=10995452 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) S 20179 20182 15294 0 -1 1077944384 12783 12259 0 0 807 40 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902660241936 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=10995452 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) S 20179 20182 15294 0 -1 1077944384 16210 12259 0 0 812 41 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902659189648 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=10995452 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) S 20179 20182 15294 0 -1 1077944384 11934 12259 0 0 803 44 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902658136848 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=10995452 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) S 20179 20182 15294 0 -1 1077944384 9537 12259 0 0 801 39 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902657084560 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=10995452 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) S 20179 20182 15294 0 -1 1077944384 9146 12259 0 0 808 37 8 3 20 0 20 0 7004932 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902656031760 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=10995452 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) S 20179 20182 15294 0 -1 1077944384 20701 12259 0 0 699 41 8 3 20 0 20 0 7004935 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902531352688 139903056759426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 64 12259 0 0 0 0 8 3 20 0 20 0 7004935 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902530298784 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 53 12259 0 0 0 0 8 3 20 0 20 0 7004936 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 1 12259 0 0 0 0 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=10995452 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) S 20179 20182 15294 0 -1 1077944384 9117 12259 0 0 282 2 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902527142512 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=10995452 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 7536 12259 0 0 230 2 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=10995452 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) S 20179 20182 15294 0 -1 1077944384 11868 12259 0 0 284 4 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902525037424 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=10995452 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) S 20179 20182 15294 0 -1 1077944384 17021 12259 0 0 194 3 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902523984624 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20254/stat : 20254 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 20 0 7004940 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902522931552 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20255] ppid=20179 vsize=10995452 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 2836 12259 0 0 56 59 8 3 20 0 20 0 7004941 11259342848 408154 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10995452

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

[startup+2334.21 s]
/proc/loadavg: 1.53 1.44 1.42 13/282 20525
/proc/meminfo: memFree=30045068/32770624 swapFree=5952/276448
[pid=20182] ppid=20179 vsize=11128580 CPUtime=2400.62 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 277390 12259 0 0 239601 450 8 3 20 0 22 0 7004918 11395665920 409870 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2782145 409870 3514 1 0 2769700 0
[pid=20182/tid=20237] ppid=20179 vsize=11128580 CPUtime=2313.63 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) S 20179 20182 15294 0 -1 1077944384 92175 12259 0 0 231298 54 8 3 20 0 22 0 7004931 11395665920 409870 33554432000 4194304 4196468 140728171977904 139903060977632 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=11128580 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) R 20179 20182 15294 0 -1 4202560 17638 12259 0 0 819 40 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902993439240 139903049376487 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=11128580 CPUtime=8.58 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) R 20179 20182 15294 0 -1 4202560 14002 12259 0 0 806 41 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902992386440 139903049376487 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=11128580 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) R 20179 20182 15294 0 -1 4202560 10926 12259 0 0 818 37 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902991334232 139903041448912 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=11128580 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) R 20179 20182 15294 0 -1 4202560 12802 12259 0 0 813 40 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902660242056 139903040131314 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=11128580 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) R 20179 20182 15294 0 -1 4202560 16243 12259 0 0 818 41 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902659189768 139903049376487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=11128580 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) R 20179 20182 15294 0 -1 4202560 11944 12259 0 0 809 44 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902658136968 139903049376487 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=11128580 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) R 20179 20182 15294 0 -1 4202560 9543 12259 0 0 806 39 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902657084680 139903049376487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=11128580 CPUtime=8.62 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) R 20179 20182 15294 0 -1 4202560 9178 12259 0 0 813 38 8 3 20 0 22 0 7004932 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902656031880 139903049376487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=11128580 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) S 20179 20182 15294 0 -1 1077944384 30721 12259 0 0 701 42 8 3 20 0 22 0 7004935 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902531351312 139903056758485 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 64 12259 0 0 0 0 8 3 20 0 22 0 7004935 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902530298784 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 53 12259 0 0 0 0 8 3 20 0 22 0 7004936 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 253 12259 0 0 0 0 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=11128580 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) S 20179 20182 15294 0 -1 1077944384 9117 12259 0 0 282 2 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902527142512 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=11128580 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 7536 12259 0 0 230 2 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=11128580 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) S 20179 20182 15294 0 -1 1077944384 11868 12259 0 0 284 4 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902525037424 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=11128580 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) S 20179 20182 15294 0 -1 1077944384 17987 12259 0 0 194 3 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902523980496 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20254/stat : 20254 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 22 0 7004940 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902522931552 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20255] ppid=20179 vsize=11128580 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 2836 12259 0 0 56 59 8 3 20 0 22 0 7004941 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20524] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20524/stat : 20524 (java) S 20179 20182 15294 0 -1 1077944384 340 12259 0 0 0 0 8 3 20 0 22 0 7238329 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902425215344 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20525] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20525/stat : 20525 (java) S 20179 20182 15294 0 -1 1077944384 27 12259 0 0 0 0 8 3 20 0 22 0 7238330 11395665920 409870 33554432000 4194304 4196468 140728171977904 139902424163264 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 2400.62
Current children cumulated vsize (KiB) 11128580

[startup+2334.31 s]
/proc/loadavg: 1.53 1.44 1.42 13/282 20525
/proc/meminfo: memFree=30045068/32770624 swapFree=5952/276448
[pid=20182] ppid=20179 vsize=11128580 CPUtime=2401 cores=0,2,4,6,8,10,12,14
/proc/20182/stat : 20182 (java) S 20179 20182 15294 0 -1 1077944320 277686 12259 0 0 239639 450 8 3 20 0 22 0 7004918 11395665920 409952 33554432000 4194304 4196468 140728171977904 140728171960448 139903056748279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
/proc/20182/statm: 2782145 409952 3514 1 0 2769700 0
[pid=20182/tid=20237] ppid=20179 vsize=11128580 CPUtime=2313.63 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20237/stat : 20237 (java) S 20179 20182 15294 0 -1 1077944384 92175 12259 0 0 231298 54 8 3 20 0 22 0 7004931 11395665920 409952 33554432000 4194304 4196468 140728171977904 139903060977632 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20238] ppid=20179 vsize=11128580 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20238/stat : 20238 (java) S 20179 20182 15294 0 -1 1077944384 17639 12259 0 0 823 40 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902993439120 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20239] ppid=20179 vsize=11128580 CPUtime=8.62 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20239/stat : 20239 (java) S 20179 20182 15294 0 -1 1077944384 14010 12259 0 0 810 41 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902992386320 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20240] ppid=20179 vsize=11128580 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20240/stat : 20240 (java) S 20179 20182 15294 0 -1 1077944384 10933 12259 0 0 823 37 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902991334032 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20241] ppid=20179 vsize=11128580 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20241/stat : 20241 (java) S 20179 20182 15294 0 -1 1077944384 12802 12259 0 0 817 40 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902660241936 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20242] ppid=20179 vsize=11128580 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20242/stat : 20242 (java) S 20179 20182 15294 0 -1 1077944384 16244 12259 0 0 823 41 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902659189648 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20243] ppid=20179 vsize=11128580 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20243/stat : 20243 (java) S 20179 20182 15294 0 -1 1077944384 11951 12259 0 0 813 44 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902658136848 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20244] ppid=20179 vsize=11128580 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20244/stat : 20244 (java) S 20179 20182 15294 0 -1 1077944384 9545 12259 0 0 810 39 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902657084560 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20245] ppid=20179 vsize=11128580 CPUtime=8.66 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20245/stat : 20245 (java) S 20179 20182 15294 0 -1 1077944384 9186 12259 0 0 817 38 8 3 20 0 22 0 7004932 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902656031760 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20246] ppid=20179 vsize=11128580 CPUtime=7.59 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20246/stat : 20246 (java) R 20179 20182 15294 0 -1 4202560 30974 12259 0 0 706 42 8 3 20 0 22 0 7004935 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902531351088 139903038154669 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20247] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20247/stat : 20247 (java) S 20179 20182 15294 0 -1 1077944384 65 12259 0 0 0 0 8 3 20 0 22 0 7004935 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902530298288 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20248] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20248/stat : 20248 (java) S 20179 20182 15294 0 -1 1077944384 53 12259 0 0 0 0 8 3 20 0 22 0 7004936 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902529246336 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20249] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20249/stat : 20249 (java) S 20179 20182 15294 0 -1 1077944384 253 12259 0 0 0 0 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902528194640 139903056766875 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20250] ppid=20179 vsize=11128580 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20250/stat : 20250 (java) S 20179 20182 15294 0 -1 1077944384 9117 12259 0 0 282 2 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902527142512 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20251] ppid=20179 vsize=11128580 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20251/stat : 20251 (java) S 20179 20182 15294 0 -1 1077944384 7536 12259 0 0 230 2 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902526089712 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20252] ppid=20179 vsize=11128580 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20252/stat : 20252 (java) S 20179 20182 15294 0 -1 1077944384 11868 12259 0 0 284 4 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902525037424 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20253] ppid=20179 vsize=11128580 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20253/stat : 20253 (java) S 20179 20182 15294 0 -1 1077944384 17994 12259 0 0 194 3 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902523984192 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20254] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20254/stat : 20254 (java) S 20179 20182 15294 0 -1 1077944384 3 12259 0 0 0 0 8 3 20 0 22 0 7004940 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902522931552 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20255] ppid=20179 vsize=11128580 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20255/stat : 20255 (java) S 20179 20182 15294 0 -1 1077944384 2836 12259 0 0 56 59 8 3 20 0 22 0 7004941 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902521878832 139903056759426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20524] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20524/stat : 20524 (java) S 20179 20182 15294 0 -1 1077944384 340 12259 0 0 0 0 8 3 20 0 22 0 7238329 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902425215344 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
[pid=20182/tid=20525] ppid=20179 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/20182/task/20525/stat : 20525 (java) S 20179 20182 15294 0 -1 1077944384 28 12259 0 0 0 0 8 3 20 0 22 0 7238330 11395665920 409952 33554432000 4194304 4196468 140728171977904 139902424163264 139903056758485 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37658624 140728171981505 140728171984279 140728171984279 140728171986895 0
Current children cumulated CPU time (s) 2401
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2334.38
CPU time (s): 2401.17
CPU user time (s): 2396.6
CPU system time (s): 4.56881
CPU usage (%): 102.861
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.6
system time used= 4.56881
maximum resident set size= 1649380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308138
involuntary context switches= 178201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6161 second user time and 19.4384 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 11:56:40
IDJOB=4246706
IDBENCH=126219
IDSOLVER=2630
FILE ID=node149/4246706-1500717400
RUNJOBID= node149-1500717395-19939
PBS_JOBID= 20623346
Free space on /tmp= 62000 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-21-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246706-1500717400/watcher-4246706-1500717400 -o /tmp/evaluation-result-4246706-1500717400/solver-4246706-1500717400 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500717395-19939 --watchdog 2560  bin/concrete HOME/instance-4246706-1500717400.xml

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=1724843402

node149.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.56
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		: 2400.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		: 2000.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.56
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		: 2267.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.56
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		: 1867.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.56
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		: 2668.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.56
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:        31349280 kB
MemAvailable:   31626000 kB
Buffers:          126048 kB
Cached:           431196 kB
SwapCached:            0 kB
Active:           703156 kB
Inactive:         282628 kB
Active(anon):     431708 kB
Inactive(anon):     8692 kB
Active(file):     271448 kB
Inactive(file):   273936 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24460 kB
Writeback:             0 kB
AnonPages:        447952 kB
Mapped:            44324 kB
Shmem:              8848 kB
Slab:             128204 kB
SReclaimable:      94344 kB
SUnreclaim:        33860 kB
KernelStack:        4880 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 62000 MiB
End job on node149 at 2017-07-22 12:35:35