Trace number 4246671

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.07 2334.35

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-16-a3.xml
MD5SUM0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark20036
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints123
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":120},{"size":501,"count":16}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":14},{"degree":17,"count":2}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":120},{"arity":16,"count":1},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=15154
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.72 1.72 1.83 3/264 15157
/proc/meminfo: memFree=31500800/32770624 swapFree=5780/149396
[pid=15157] ppid=15154 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (bash) S 15154 15157 14883 0 -1 4202496 686 1537 0 0 0 0 0 0 20 0 1 0 6930532 9736192 351 33554432000 4194304 5098028 140726588340928 140726588338568 140685095742464 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 10280960 140726588347662 140726588347747 140726588347747 140726588350446 0
/proc/15157/statm: 2377 351 278 221 0 86 0

[startup+0.100168 s]
/proc/loadavg: 1.72 1.72 1.83 3/264 15157
/proc/meminfo: memFree=31500800/32770624 swapFree=5780/149396
[pid=15157] ppid=15154 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (bash) S 15154 15157 14883 0 -1 4202496 878 6428 0 0 0 0 0 1 20 0 1 0 6930532 9871360 378 33554432000 4194304 5098028 140726588340928 140726588334936 140685095742464 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 10280960 140726588347662 140726588347747 140726588347747 140726588350446 0
/proc/15157/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200389 s]
/proc/loadavg: 1.72 1.72 1.83 3/264 15157
/proc/meminfo: memFree=31500800/32770624 swapFree=5780/149396
[pid=15157] ppid=15154 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 4861 12683 0 0 6 1 8 3 20 0 13 0 6930532 10686320640 5239 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2608965 5239 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300363 s]
/proc/loadavg: 1.72 1.72 1.83 3/264 15157
/proc/meminfo: memFree=31500800/32770624 swapFree=5780/149396
[pid=15157] ppid=15154 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 7140 12683 0 0 23 2 8 3 20 0 20 0 6930532 11164049408 8943 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2725598 8943 2989 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700369 s]
/proc/loadavg: 1.72 1.72 1.83 3/264 15157
/proc/meminfo: memFree=31500800/32770624 swapFree=5780/149396
[pid=15157] ppid=15154 vsize=10902720 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 11993 12683 0 0 68 4 8 3 20 0 20 0 6930532 11164385280 14859 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2725680 14859 3161 1 0 2713890 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 10902720

[startup+1.50081 s]
/proc/loadavg: 1.72 1.72 1.83 4/284 15230
/proc/meminfo: memFree=31395656/32770624 swapFree=5780/149424
[pid=15157] ppid=15154 vsize=10913344 CPUtime=2.12 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 25224 12683 0 0 188 13 8 3 20 0 20 0 6930532 11175264256 40978 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2728336 40978 3401 1 0 2716450 0
[pid=15157/tid=15212] ppid=15154 vsize=10913344 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) S 15154 15157 14883 0 -1 1077944384 19456 12683 0 0 120 5 8 3 20 0 20 0 6930546 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788764589344 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 22 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 28 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 15 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 21 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788708781072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 38 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) S 15154 15157 14883 0 -1 1077944384 15 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 141 12683 0 0 0 0 8 3 20 0 20 0 6930547 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) R 15154 15157 14883 0 -1 4202560 175 12683 0 0 0 0 8 3 20 0 20 0 6930549 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788302160448 139788740001864 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 33 12683 0 0 0 0 8 3 20 0 20 0 6930549 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788233467040 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 21 12683 0 0 0 0 8 3 20 0 20 0 6930550 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788232413936 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 1 12683 0 0 0 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 648 12683 0 0 10 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788230295632 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) S 15154 15157 14883 0 -1 1077944384 648 12683 0 0 15 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788229258096 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 603 12683 0 0 12 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 1236 12683 0 0 24 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788227148432 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15229/stat : 15229 (java) S 15154 15157 14883 0 -1 1077944384 3 12683 0 0 0 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788226099680 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15230] ppid=15154 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 7 12683 0 0 0 0 8 3 20 0 20 0 6930554 11175264256 40979 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 10913344

[startup+3.10121 s]
/proc/loadavg: 1.72 1.72 1.83 4/284 15230
/proc/meminfo: memFree=31298560/32770624 swapFree=5780/149424
[pid=15157] ppid=15154 vsize=10927868 CPUtime=6.49 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 41548 12683 0 0 618 20 8 3 20 0 20 0 6930532 11190136832 55050 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2731967 55050 3478 1 0 2719522 0
[pid=15157/tid=15212] ppid=15154 vsize=10927868 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) R 15154 15157 14883 0 -1 4202560 26235 12683 0 0 275 8 8 3 20 0 20 0 6930546 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788764605632 139788392859911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 26 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 30 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 16 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 22 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 1 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788708781072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 38 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) S 15154 15157 14883 0 -1 1077944384 15 12683 0 0 0 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 144 12683 0 0 1 0 8 3 20 0 20 0 6930547 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) S 15154 15157 14883 0 -1 1077944384 1605 12683 0 0 1 0 8 3 20 0 20 0 6930549 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788302162160 139788760382082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 57 12683 0 0 0 0 8 3 20 0 20 0 6930549 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788233467104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 0 0 8 3 20 0 20 0 6930550 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788232413952 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 1 12683 0 0 0 0 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=10927868 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 1626 12683 0 0 60 1 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788230310640 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=10927868 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) S 15154 15157 14883 0 -1 1077944384 4225 12683 0 0 103 1 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788229258096 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=10927868 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 1495 12683 0 0 58 1 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=10927868 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 3785 12683 0 0 110 2 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788227152496 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15229/stat : 15229 (java) S 15154 15157 14883 0 -1 1077944384 3 12683 0 0 0 0 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788226099680 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15230] ppid=15154 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 8 12683 0 0 0 0 8 3 20 0 20 0 6930554 11190136832 55050 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 10927868

[startup+6.30127 s]
/proc/loadavg: 1.67 1.70 1.83 3/284 15230
/proc/meminfo: memFree=31063308/32770624 swapFree=5780/149432
[pid=15157] ppid=15154 vsize=10995452 CPUtime=14.17 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 64901 12683 0 0 1374 32 8 3 20 0 20 0 6930532 11259342848 110830 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2748863 110830 3500 1 0 2736418 0
[pid=15157/tid=15212] ppid=15154 vsize=10995452 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) R 15154 15157 14883 0 -1 4202560 41824 12683 0 0 582 13 8 3 20 0 20 0 6930546 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788764602376 139788398587366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 88 12683 0 0 3 1 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 50 12683 0 0 4 1 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 38 12683 0 0 4 0 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=10995452 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 38 12683 0 0 2 0 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) S 15154 15157 14883 0 -1 1077944384 55 12683 0 0 3 0 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788708781072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 51 12683 0 0 4 1 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) S 15154 15157 14883 0 -1 1077944384 29 12683 0 0 3 1 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 162 12683 0 0 3 0 8 3 20 0 20 0 6930547 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) S 15154 15157 14883 0 -1 1077944384 2269 12683 0 0 5 0 8 3 20 0 20 0 6930549 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788302162160 139788760382082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 57 12683 0 0 0 0 8 3 20 0 20 0 6930549 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788233467168 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 0 0 8 3 20 0 20 0 6930550 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788232413952 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 1 12683 0 0 0 0 8 3 20 0 20 0 6930554 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 1859 12683 0 0 158 1 8 3 20 0 20 0 6930554 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788230310640 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=10995452 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) R 15154 15157 14883 0 -1 4202560 8610 12683 0 0 261 2 8 3 20 0 20 0 6930554 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788229239696 139788745473227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 2872 12683 0 0 170 1 8 3 20 0 20 0 6930554 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=10995452 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 4713 12683 0 0 164 3 8 3 20 0 20 0 6930554 11259342848 110830 33554432000 4194304 4196468 140729954491936 139788227152496 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=15157/tid=15230] ppid=15154 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 1652 12683 0 0 69 63 8 3 20 0 20 0 6930554 11259342848 344783 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 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.25 1.40 1.47 3/283 15326
/proc/meminfo: memFree=27659332/32770624 swapFree=5780/151532
[pid=15157] ppid=15154 vsize=10995452 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 225584 12683 0 0 239563 434 8 3 20 0 20 0 6930532 11259342848 344794 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2748863 344794 3510 1 0 2736418 0
[pid=15157/tid=15212] ppid=15154 vsize=10995452 CPUtime=2313.37 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) R 15154 15157 14883 0 -1 4202560 87953 12683 0 0 231279 47 8 3 20 0 20 0 6930546 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788764604896 139788398576736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=10995452 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 14953 12683 0 0 837 40 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=10995452 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 12948 12683 0 0 841 39 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=10995452 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 10216 12683 0 0 828 38 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=10995452 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 7659 12683 0 0 838 38 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=10995452 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) S 15154 15157 14883 0 -1 1077944384 9765 12683 0 0 834 37 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788708781072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=10995452 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 5975 12683 0 0 844 38 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=10995452 CPUtime=8.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) S 15154 15157 14883 0 -1 1077944384 9075 12683 0 0 830 41 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=10995452 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 14758 12683 0 0 838 42 8 3 20 0 20 0 6930547 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=10995452 CPUtime=7.39 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) S 15154 15157 14883 0 -1 1077944384 18071 12683 0 0 688 40 8 3 20 0 20 0 6930549 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788302162160 139788760382082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 57 12683 0 0 0 0 8 3 20 0 20 0 6930549 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788233467168 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 0 0 8 3 20 0 20 0 6930550 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788232413952 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 1 12683 0 0 0 0 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=10995452 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 3731 12683 0 0 167 2 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788230310640 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=10995452 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) S 15154 15157 14883 0 -1 1077944384 11197 12683 0 0 273 3 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788229258096 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=10995452 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 4497 12683 0 0 173 2 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 10901 12683 0 0 168 3 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788227152496 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15229/stat : 15229 (java) S 15154 15157 14883 0 -1 1077944384 3 12683 0 0 0 0 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788226099680 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15230] ppid=15154 vsize=10995452 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 1652 12683 0 0 70 63 8 3 20 0 20 0 6930554 11259342848 344794 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
Current children cumulated CPU time (s) 2400.08
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 15157 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2334.21 s]
/proc/loadavg: 1.31 1.41 1.48 10/285 15328
/proc/meminfo: memFree=27652412/32770624 swapFree=5780/151532
[pid=15157] ppid=15154 vsize=11128580 CPUtime=2400.71 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 237874 12683 0 0 239625 435 8 3 20 0 22 0 6930532 11395665920 346468 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2782145 346468 3510 1 0 2769700 0
[pid=15157/tid=15212] ppid=15154 vsize=11128580 CPUtime=2313.38 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) S 15154 15157 14883 0 -1 1077944384 89140 12683 0 0 231280 47 8 3 20 0 22 0 6930546 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788764608480 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=11128580 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 14982 12683 0 0 844 40 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=11128580 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 12952 12683 0 0 848 39 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=11128580 CPUtime=8.85 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 10232 12683 0 0 835 39 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=11128580 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 7685 12683 0 0 846 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=11128580 CPUtime=8.9 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) R 15154 15157 14883 0 -1 4202560 9783 12683 0 0 841 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788708781072 139788760382870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=11128580 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 5996 12683 0 0 851 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=11128580 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) R 15154 15157 14883 0 -1 1077944384 9101 12683 0 0 837 41 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=11128580 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 14763 12683 0 0 846 43 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=11128580 CPUtime=7.42 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) S 15154 15157 14883 0 -1 1077944384 28370 12683 0 0 690 41 8 3 20 0 22 0 6930549 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788302160752 139788760381141 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 58 12683 0 0 0 0 8 3 20 0 22 0 6930549 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788233467072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 45 12683 0 0 0 0 8 3 20 0 22 0 6930550 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788232413952 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 239 12683 0 0 0 0 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=11128580 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 3731 12683 0 0 167 2 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788230310640 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=11128580 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) S 15154 15157 14883 0 -1 1077944384 11197 12683 0 0 273 3 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788229258096 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=11128580 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 4497 12683 0 0 173 2 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=11128580 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 11195 12683 0 0 168 3 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788227152064 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15229/stat : 15229 (java) S 15154 15157 14883 0 -1 1077944384 3 12683 0 0 0 0 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788226099680 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15230] ppid=15154 vsize=11128580 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 1652 12683 0 0 70 63 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15327] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15327/stat : 15327 (java) S 15154 15157 14883 0 -1 1077944384 329 12683 0 0 0 0 8 3 20 0 22 0 7163943 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788195958768 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15328] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15328/stat : 15328 (java) S 15154 15157 14883 0 -1 1077944384 31 12683 0 0 0 0 8 3 20 0 22 0 7163943 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788194906944 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
Current children cumulated CPU time (s) 2400.71
Current children cumulated vsize (KiB) 11128580

[startup+2334.31 s]
/proc/loadavg: 1.31 1.41 1.48 10/285 15328
/proc/meminfo: memFree=27652412/32770624 swapFree=5780/151532
[pid=15157] ppid=15154 vsize=11128580 CPUtime=2400.97 cores=0,2,4,6,8,10,12,14
/proc/15157/stat : 15157 (java) S 15154 15157 14883 0 -1 1077944320 238156 12683 0 0 239651 435 8 3 20 0 22 0 6930532 11395665920 346528 33554432000 4194304 4196468 140729954491936 140729954474480 139788760370935 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
/proc/15157/statm: 2782145 346528 3510 1 0 2769700 0
[pid=15157/tid=15212] ppid=15154 vsize=11128580 CPUtime=2313.38 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15212/stat : 15212 (java) S 15154 15157 14883 0 -1 1077944384 89141 12683 0 0 231280 47 8 3 20 0 22 0 6930546 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788764608480 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15213] ppid=15154 vsize=11128580 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15213/stat : 15213 (java) S 15154 15157 14883 0 -1 1077944384 14990 12683 0 0 847 40 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788712991248 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15214] ppid=15154 vsize=11128580 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15214/stat : 15214 (java) S 15154 15157 14883 0 -1 1077944384 12954 12683 0 0 851 39 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788711938704 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15215] ppid=15154 vsize=11128580 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15215/stat : 15215 (java) S 15154 15157 14883 0 -1 1077944384 10235 12683 0 0 837 39 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788710885648 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15216] ppid=15154 vsize=11128580 CPUtime=8.97 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15216/stat : 15216 (java) S 15154 15157 14883 0 -1 1077944384 7692 12683 0 0 848 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788709833104 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15217] ppid=15154 vsize=11128580 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15217/stat : 15217 (java) S 15154 15157 14883 0 -1 1077944384 9787 12683 0 0 844 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788708781072 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15218] ppid=15154 vsize=11128580 CPUtime=9.03 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15218/stat : 15218 (java) S 15154 15157 14883 0 -1 1077944384 6005 12683 0 0 854 38 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788707728528 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15219] ppid=15154 vsize=11128580 CPUtime=8.91 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15219/stat : 15219 (java) S 15154 15157 14883 0 -1 1077944384 9101 12683 0 0 839 41 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788706675472 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15220] ppid=15154 vsize=11128580 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15220/stat : 15220 (java) S 15154 15157 14883 0 -1 1077944384 14765 12683 0 0 848 43 8 3 20 0 22 0 6930547 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788705622928 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15221] ppid=15154 vsize=11128580 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15221/stat : 15221 (java) R 15154 15157 14883 0 -1 4202560 28371 12683 0 0 697 41 8 3 20 0 22 0 6930549 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788302160560 139788744725808 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15222] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15222/stat : 15222 (java) S 15154 15157 14883 0 -1 1077944384 60 12683 0 0 0 0 8 3 20 0 22 0 6930549 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788233467152 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15223] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15223/stat : 15223 (java) S 15154 15157 14883 0 -1 1077944384 46 12683 0 0 0 0 8 3 20 0 22 0 6930550 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788232413552 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15224] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15224/stat : 15224 (java) S 15154 15157 14883 0 -1 1077944384 239 12683 0 0 0 0 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788231362512 139788760389531 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15225] ppid=15154 vsize=11128580 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15225/stat : 15225 (java) S 15154 15157 14883 0 -1 1077944384 3731 12683 0 0 167 2 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788230310640 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15226] ppid=15154 vsize=11128580 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15226/stat : 15226 (java) S 15154 15157 14883 0 -1 1077944384 11197 12683 0 0 273 3 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788229258096 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15227] ppid=15154 vsize=11128580 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15227/stat : 15227 (java) S 15154 15157 14883 0 -1 1077944384 4497 12683 0 0 173 2 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788228205040 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15228] ppid=15154 vsize=11128580 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15228/stat : 15228 (java) S 15154 15157 14883 0 -1 1077944384 11199 12683 0 0 168 3 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788227152064 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15229] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15229/stat : 15229 (java) S 15154 15157 14883 0 -1 1077944384 3 12683 0 0 0 0 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788226099680 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15230] ppid=15154 vsize=11128580 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15230/stat : 15230 (java) S 15154 15157 14883 0 -1 1077944384 1652 12683 0 0 70 63 8 3 20 0 22 0 6930554 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788225047216 139788760382082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15327] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15327/stat : 15327 (java) S 15154 15157 14883 0 -1 1077944384 329 12683 0 0 0 0 8 3 20 0 22 0 7163943 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788195958768 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
[pid=15157/tid=15328] ppid=15154 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15157/task/15328/stat : 15328 (java) S 15154 15157 14883 0 -1 1077944384 34 12683 0 0 0 0 8 3 20 0 22 0 7163943 11395665920 346528 33554432000 4194304 4196468 140729954491936 139788194906944 139788760381141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37756928 140729954495169 140729954497943 140729954497943 140729954500559 0
Current children cumulated CPU time (s) 2400.97
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2334.35
CPU time (s): 2401.07
CPU user time (s): 2396.64
CPU system time (s): 4.42245
CPU usage (%): 102.858
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.64
system time used= 4.42245
maximum resident set size= 1386788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 311677
involuntary context switches= 182442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5726 second user time and 20.6404 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 11:43:52
IDJOB=4246671
IDBENCH=126213
IDSOLVER=2630
FILE ID=node129/4246671-1500716632
RUNJOBID= node129-1500716625-14914
PBS_JOBID= 20623360
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-16-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246671-1500716632/watcher-4246671-1500716632 -o /tmp/evaluation-result-4246671-1500716632/solver-4246671-1500716632 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500716625-14914 --watchdog 2560  bin/concrete HOME/instance-4246671-1500716632.xml

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

MD5SUM BENCH= 0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
RANDOM SEED=518325543

node129.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		: 2000.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.96
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		: 2533.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		: 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.96
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.96
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		: 2668.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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.96
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	: 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		: 1733.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.96
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		: 2400.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.96
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		: 2667.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.96
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:        31501252 kB
MemAvailable:   31701456 kB
Buffers:          156324 kB
Cached:           314552 kB
SwapCached:            0 kB
Active:           601828 kB
Inactive:         214312 kB
Active(anon):     291560 kB
Inactive(anon):    64916 kB
Active(file):     310268 kB
Inactive(file):   149396 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24876 kB
Writeback:             0 kB
AnonPages:        360772 kB
Mapped:            43640 kB
Shmem:              8844 kB
Slab:             146212 kB
SReclaimable:     112752 kB
SUnreclaim:        33460 kB
KernelStack:        4896 kB
PageTables:         6260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61920 MiB
End job on node129 at 2017-07-22 12:22:46