Trace number 4259457

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
Concrete 3.4? (TO) 255.08501 226.382

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1170
Best CPU time to get the best result obtained on this benchmark1724.09
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13156 MiB free)
  memory of node 1: 16384 MiB (15440 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259457-1502645950/watcher-4259457-1502645950 -o /tmp/evaluation-result-4259457-1502645950/solver-4259457-1502645950 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259457-1502645950.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29717, runsolver pid=29714

[startup+0.100064 s]*
/proc/loadavg: 1.47 1.90 1.93 3/203 29728
/proc/meminfo: memFree=29282880/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=9636 memory=1464 CPUtime=0.01 cores=1,3,5,7
/proc/29717/stat : 29717 (bash) R 29714 29717 8289 0 -1 4202496 852 6181 0 0 0 0 0 1 20 0 1 0 112410218 9867264 366 18446744073709551615 4194304 5098028 140731908749824 140731908747480 140046534915916 0 65538 5 65536 0 0 0 17 3 0 0 9 0 0 7196144 7232144 21557248 140731908755956 140731908756041 140731908756041 140731908759530 0
/proc/29717/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1464 KiB

[startup+0.209764 s]*
/proc/loadavg: 1.47 1.90 1.93 2/216 29762
/proc/meminfo: memFree=29270740/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=356956 memory=7532 CPUtime=0.07 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 2552 12421 0 0 0 0 4 3 20 0 2 0 112410218 365522944 1371 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 89239 1883 1036 1 0 79209 0
[pid=29717/tid=29767] ppid=29714 vsize=356956 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 438 12421 0 0 0 0 4 3 20 0 2 0 112410239 365522944 1883 18446744073709551615 4194304 4196468 140733662667984 140438982171040 140438977940098 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 356956 KiB
Current children cumulated memory: 7532 KiB

[startup+0.310115 s]*
/proc/loadavg: 1.47 1.90 1.93 2/213 29779
/proc/meminfo: memFree=29272216/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=13973872 memory=21480 CPUtime=0.13 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 5699 12421 0 0 5 1 4 3 20 0 15 0 112410218 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3493468 5370 2564 1 0 3482965 0
[pid=29717/tid=29767] ppid=29714 vsize=13973872 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) R 29714 29717 8289 0 -1 4202560 2954 12421 0 0 4 0 4 3 20 0 15 0 112410239 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438982171232 140438959580510 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=13973872 memory=330 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=13973872 memory=320860663890172288 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438933842576 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=13973872 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=13973872 memory=3472328296227680299 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) S 29714 29717 8289 0 -1 1077944384 2 12421 0 0 0 0 4 3 20 0 15 0 112410240 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=13973872 memory=3472468679792514736 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 2 12421 0 0 0 0 4 3 20 0 15 0 112410241 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438523575024 140438977940098 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=13973872 memory=8607328266676888414 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 33 12421 0 0 0 0 4 3 20 0 15 0 112410242 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438522521248 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=13973872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 21 12421 0 0 0 0 4 3 20 0 15 0 112410242 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438521468144 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=13973872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=13973872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 297 12421 0 0 0 0 4 3 20 0 15 0 112410245 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=13973872 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438450198896 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=13973872 memory=140383565096576 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 227 12421 0 0 0 0 4 3 20 0 15 0 112410245 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438449145840 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=13973872 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=13973872 memory=140383565096576 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410249 14309244928 5370 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13973872 KiB
Current children cumulated memory: 21480 KiB

[startup+0.700727 s]
/proc/loadavg: 1.47 1.90 1.93 3/214 29780
/proc/meminfo: memFree=29244452/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=13974784 memory=57128 CPUtime=0.67 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 13890 12421 0 0 56 4 4 3 20 0 15 0 112410218 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3493696 14282 3126 1 0 3482965 0
[pid=29717/tid=29767] ppid=29714 vsize=13974784 memory=1716 CPUtime=0.49 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) R 29714 29717 8289 0 -1 4202560 10258 12421 0 0 39 3 4 3 20 0 15 0 112410239 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438982148528 140438962009438 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=13974784 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=13974784 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438933842576 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=13974784 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410240 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=13974784 memory=7519146951335897689 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) S 29714 29717 8289 0 -1 1077944384 2 12421 0 0 0 0 4 3 20 0 15 0 112410240 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=13974784 memory=7728292866222875755 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 5 12421 0 0 0 0 4 3 20 0 15 0 112410241 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438523575024 140438977940098 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=13974784 memory=280766844066788 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 33 12421 0 0 0 0 4 3 20 0 15 0 112410242 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438522521248 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=13974784 memory=52356 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 21 12421 0 0 0 0 4 3 20 0 15 0 112410242 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438521468144 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=13974784 memory=-8774313645642428999 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 625 12421 0 0 3 0 4 3 20 0 15 0 112410245 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 222 12421 0 0 2 0 4 3 20 0 15 0 112410245 14310178816 14282 18446744073709551615 4194304 4196468 140733662667984 140438450198896 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=13974784 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) R 29714 29717 8289 0 -1 4202560 564 12421 0 0 9 0 4 3 20 0 15 0 112410245 14310178816 14346 18446744073709551615 4194304 4196468 140733662667984 140438449145840 140438956878728 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14310178816 14346 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 1 12421 0 0 0 0 4 3 20 0 15 0 112410249 14310178816 14346 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 57128 KiB

[startup+1.50146 s]
/proc/loadavg: 1.47 1.90 1.93 3/214 29780
/proc/meminfo: memFree=29203444/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=13985408 memory=158408 CPUtime=1.91 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 28456 12421 0 0 173 11 4 3 20 0 15 0 112410218 14321057792 39602 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3496352 39602 3347 1 0 3485525 0
[pid=29717/tid=29767] ppid=29714 vsize=13985408 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 22293 12421 0 0 115 6 4 3 20 0 15 0 112410239 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438982147600 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) S 29714 29717 8289 0 -1 1077944384 42 12421 0 0 0 0 4 3 20 0 15 0 112410240 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) S 29714 29717 8289 0 -1 1077944384 63 12421 0 0 0 0 4 3 20 0 15 0 112410240 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438933842576 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) S 29714 29717 8289 0 -1 1077944384 38 12421 0 0 0 0 4 3 20 0 15 0 112410240 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=13985408 memory=7233995332363972201 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) S 29714 29717 8289 0 -1 1077944384 205 12421 0 0 0 0 4 3 20 0 15 0 112410240 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=13985408 memory=7740396273174407766 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) R 29714 29717 8289 0 -1 4202560 79 12421 0 0 0 0 4 3 20 0 15 0 112410241 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438523573312 140438958123642 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=13985408 memory=280766844066532 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 33 12421 0 0 0 0 4 3 20 0 15 0 112410242 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438522521248 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=13985408 memory=280766844104264 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 21 12421 0 0 0 0 4 3 20 0 15 0 112410242 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438521468144 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=13985408 memory=280766844323184 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=13985408 memory=6944656592455097440 CPUtime=0.24 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 1519 12421 0 0 16 1 4 3 20 0 15 0 112410245 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=13985408 memory=56 CPUtime=0.23 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 714 12421 0 0 16 0 4 3 20 0 15 0 112410245 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438450198896 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=13985408 memory=664970774371478170 CPUtime=0.29 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 1302 12421 0 0 22 0 4 3 20 0 15 0 112410245 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438449141216 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=13985408 memory=4206186544037388384 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 6 12421 0 0 0 0 4 3 20 0 15 0 112410249 14321057792 39628 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 158408 KiB

[startup+3.11082 s]
/proc/loadavg: 1.43 1.88 1.92 5/214 29780
/proc/meminfo: memFree=29058472/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=13995836 memory=242436 CPUtime=6.2 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 43247 12421 0 0 597 16 4 3 20 0 15 0 112410218 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3498959 60609 3454 1 0 3487573 0
[pid=29717/tid=29767] ppid=29714 vsize=13995836 memory=7 CPUtime=2.86 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) R 29714 29717 8289 0 -1 4202560 29276 12421 0 0 270 9 4 3 20 0 15 0 112410239 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438982155680 140438611583216 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=13995836 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) S 29714 29717 8289 0 -1 1077944384 47 12421 0 0 0 0 4 3 20 0 15 0 112410240 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=13995836 memory=288230377108275491 CPUtime=0.08 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) S 29714 29717 8289 0 -1 1077944384 63 12421 0 0 1 0 4 3 20 0 15 0 112410240 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438933842576 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=13995836 memory=13567080955905322 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) S 29714 29717 8289 0 -1 1077944384 38 12421 0 0 0 0 4 3 20 0 15 0 112410240 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=13995836 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) S 29714 29717 8289 0 -1 1077944384 209 12421 0 0 1 0 4 3 20 0 15 0 112410240 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=13995836 memory=-7737621075815351712 CPUtime=0.08 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 1159 12421 0 0 1 0 4 3 20 0 15 0 112410241 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438523575024 140438977940098 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=13995836 memory=6944656592455360608 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 55 12421 0 0 0 0 4 3 20 0 15 0 112410242 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438522521312 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=13995836 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 43 12421 0 0 0 0 4 3 20 0 15 0 112410242 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438521468160 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=13995836 memory=210156 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=13995836 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) R 29714 29717 8289 0 -1 4202560 2965 12421 0 0 104 1 4 3 20 0 15 0 112410245 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438451242416 140438963036633 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=13995836 memory=280766844294432 CPUtime=1.3 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) R 29714 29717 8289 0 -1 4202560 3575 12421 0 0 122 1 4 3 20 0 15 0 112410245 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438450177136 140438961425739 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=13995836 memory=280766843977968 CPUtime=1.01 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 3650 12421 0 0 93 1 4 3 20 0 15 0 112410245 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438449145840 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=13995836 memory=5450916488555034154 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 15 0 112410245 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=13995836 memory=-6421031960926448530 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 9 12421 0 0 0 0 4 3 20 0 15 0 112410249 14331736064 60609 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0

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

/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 154637 12421 0 0 25114 117 4 3 20 0 17 0 112410218 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3534289 416439 3489 1 0 3522903 0
[pid=29717/tid=29767] ppid=29714 vsize=14137156 memory=14356 CPUtime=224.05 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 61894 12421 0 0 22366 32 4 3 20 0 17 0 112410239 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438982166672 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=14137156 memory=1008 CPUtime=1.05 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) R 29714 29717 8289 0 -1 4202560 1404 12421 0 0 83 15 4 3 20 0 17 0 112410240 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438970557159 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=14137156 memory=2012 CPUtime=1.05 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) R 29714 29717 8289 0 -1 4202560 1925 12421 0 0 84 14 4 3 20 0 17 0 112410240 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438933842696 140438970557159 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=14137156 memory=11136 CPUtime=1.04 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) R 29714 29717 8289 0 -1 4202560 4278 12421 0 0 82 15 4 3 20 0 17 0 112410240 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438962629569 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=14137156 memory=1665992 CPUtime=1.05 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) R 29714 29717 8289 0 -1 4202560 2279 12421 0 0 83 15 4 3 20 0 17 0 112410240 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438931737096 140438970557159 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=14137156 memory=-8774313645642428999 CPUtime=0.32 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 15935 12421 0 0 21 4 4 3 20 0 17 0 112410241 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438523573648 140438977939157 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=14137156 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 60 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438522521312 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=14137156 memory=3008 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 48 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438521468160 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=14137156 memory=1680356 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 126 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=14137156 memory=4168 CPUtime=10.25 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 17707 12421 0 0 1013 5 4 3 20 0 17 0 112410245 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438451237904 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=14137156 memory=54444 CPUtime=10.34 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 21129 12421 0 0 1023 4 4 3 20 0 17 0 112410245 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438450188096 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=14137156 memory=1296 CPUtime=3.54 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 24711 12421 0 0 342 5 4 3 20 0 17 0 112410245 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438449145408 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=14137156 memory=2440 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=14137156 memory=1724 CPUtime=0.18 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 743 12421 0 0 5 6 4 3 20 0 17 0 112410249 14476447744 416439 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 252.38 s
Current children cumulated vsize: 14137156 KiB
Current children cumulated memory: 1665756 KiB

[startup+226.001 s]*
/proc/loadavg: 1.23 1.72 1.86 6/216 29917
/proc/meminfo: memFree=28984632/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=14137156 memory=1662432 CPUtime=253.85 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 154909 12421 0 0 25260 118 4 3 20 0 17 0 112410218 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3534289 415608 3489 1 0 3522903 0
[pid=29717/tid=29767] ppid=29714 vsize=14137156 memory=-8774313645642428999 CPUtime=224.05 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 61894 12421 0 0 22366 32 4 3 20 0 17 0 112410239 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438982166672 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=14137156 memory=4126316290023845779 CPUtime=1.42 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) R 29714 29717 8289 0 -1 4202560 1404 12421 0 0 120 15 4 3 20 0 17 0 112410240 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438970557159 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=14137156 memory=3912 CPUtime=1.4 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) R 29714 29717 8289 0 -1 4202560 1939 12421 0 0 119 14 4 3 20 0 17 0 112410240 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438933842464 140438959538643 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=14137156 memory=2884 CPUtime=1.41 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) R 29714 29717 8289 0 -1 4202560 4283 12421 0 0 119 15 4 3 20 0 17 0 112410240 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438970557159 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=14137156 memory=2888 CPUtime=1.41 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) R 29714 29717 8289 0 -1 4202560 2328 12421 0 0 119 15 4 3 20 0 17 0 112410240 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438962386571 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=14137156 memory=4068 CPUtime=0.35 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 16134 12421 0 0 24 4 4 3 20 0 17 0 112410241 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438523573648 140438977939157 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=14137156 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 61 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438522521216 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=14137156 memory=3008 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 48 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438521468160 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=14137156 memory=1662912 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 126 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=14137156 memory=3912 CPUtime=10.25 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 17709 12421 0 0 1013 5 4 3 20 0 17 0 112410245 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=14137156 memory=1200 CPUtime=10.34 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 21130 12421 0 0 1023 4 4 3 20 0 17 0 112410245 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438450186976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=14137156 memory=1200 CPUtime=3.54 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 24712 12421 0 0 342 5 4 3 20 0 17 0 112410245 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438449145408 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=14137156 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=14137156 memory=4040 CPUtime=0.18 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 743 12421 0 0 5 6 4 3 20 0 17 0 112410249 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29916] ppid=29714 vsize=14137156 memory=33456 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29916/stat : 29916 (java) S 29714 29717 8289 0 -1 1077944384 220 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438416331632 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29917] ppid=29714 vsize=14137156 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29917/stat : 29917 (java) S 29714 29717 8289 0 -1 1077944384 22 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 415608 18446744073709551615 4194304 4196468 140733662667984 140438415279296 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 253.85 s
Current children cumulated vsize: 14137156 KiB
Current children cumulated memory: 1662432 KiB

[startup+226.203 s]
/proc/loadavg: 1.23 1.72 1.86 6/216 29917
/proc/meminfo: memFree=28984632/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=14137156 memory=1657720 CPUtime=254.52 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 155058 12421 0 0 25327 118 4 3 20 0 17 0 112410218 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3534289 414430 3489 1 0 3522903 0
[pid=29717/tid=29767] ppid=29714 vsize=14137156 memory=1156 CPUtime=224.05 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 61894 12421 0 0 22366 32 4 3 20 0 17 0 112410239 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438982166672 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=14137156 memory=2972 CPUtime=1.58 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) S 29714 29717 8289 0 -1 1077944384 1413 12421 0 0 136 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438934895120 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=14137156 memory=696156 CPUtime=1.56 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) S 29714 29717 8289 0 -1 1077944384 1966 12421 0 0 135 14 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438933842576 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=14137156 memory=-8774313645642428999 CPUtime=1.57 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) S 29714 29717 8289 0 -1 1077944384 4283 12421 0 0 135 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438932789520 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=14137156 memory=4126316290023845779 CPUtime=1.57 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) S 29714 29717 8289 0 -1 1077944384 2328 12421 0 0 135 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438931736976 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=14137156 memory=2884 CPUtime=0.38 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) R 29714 29717 8289 0 -1 4202560 16239 12421 0 0 27 4 4 3 20 0 17 0 112410241 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438523573312 140438963057333 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=14137156 memory=2888 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 62 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438522520848 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=14137156 memory=4068 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 48 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438521468160 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=14137156 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 126 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=14137156 memory=3008 CPUtime=10.25 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 17709 12421 0 0 1013 5 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=14137156 memory=1672660 CPUtime=10.35 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 21136 12421 0 0 1024 4 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438450190176 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=14137156 memory=640 CPUtime=3.54 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 24712 12421 0 0 342 5 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438449145840 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=14137156 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=14137156 memory=956 CPUtime=0.18 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 744 12421 0 0 5 6 4 3 20 0 17 0 112410249 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29916] ppid=29714 vsize=14137156 memory=2248 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29916/stat : 29916 (java) S 29714 29717 8289 0 -1 1077944384 220 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438416331632 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29917] ppid=29714 vsize=14137156 memory=4288 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29917/stat : 29917 (java) S 29714 29717 8289 0 -1 1077944384 22 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438415279296 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 254.52 s
Current children cumulated vsize: 14137156 KiB
Current children cumulated memory: 1657720 KiB

[startup+226.301 s]
/proc/loadavg: 1.23 1.72 1.86 6/216 29917
/proc/meminfo: memFree=28984632/32770624 swapFree=67108860/67108860
[pid=29717] ppid=29714 vsize=14137156 memory=1657720 CPUtime=254.88 cores=1,3,5,7
/proc/29717/stat : 29717 (java) S 29714 29717 8289 0 -1 1077944320 155101 12421 0 0 25363 118 4 3 20 0 17 0 112410218 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140733662650528 140438977928951 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
/proc/29717/statm: 3534289 414430 3489 1 0 3522903 0
[pid=29717/tid=29767] ppid=29714 vsize=14137156 memory=1665756 CPUtime=224.05 cores=1,3,5,7
/proc/29717/task/29767/stat : 29767 (java) S 29714 29717 8289 0 -1 1077944384 61895 12421 0 0 22366 32 4 3 20 0 17 0 112410239 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438982166672 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29768] ppid=29714 vsize=14137156 memory=1665992 CPUtime=1.67 cores=1,3,5,7
/proc/29717/task/29768/stat : 29768 (java) R 29714 29717 8289 0 -1 4202560 1413 12421 0 0 145 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438934895016 140438970557159 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29769] ppid=29714 vsize=14137156 memory=1662692 CPUtime=1.65 cores=1,3,5,7
/proc/29717/task/29769/stat : 29769 (java) R 29714 29717 8289 0 -1 4202560 1969 12421 0 0 144 14 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438933842776 140438962382880 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29770] ppid=29714 vsize=14137156 memory=1669580 CPUtime=1.65 cores=1,3,5,7
/proc/29717/task/29770/stat : 29770 (java) R 29714 29717 8289 0 -1 4202560 4284 12421 0 0 143 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438932789408 140438970557159 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29771] ppid=29714 vsize=14137156 memory=15876 CPUtime=1.66 cores=1,3,5,7
/proc/29717/task/29771/stat : 29771 (java) R 29714 29717 8289 0 -1 4202560 2331 12421 0 0 144 15 4 3 20 0 17 0 112410240 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438931737176 140438970557159 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29772] ppid=29714 vsize=14137156 memory=1682408 CPUtime=0.38 cores=1,3,5,7
/proc/29717/task/29772/stat : 29772 (java) S 29714 29717 8289 0 -1 1077944384 16239 12421 0 0 27 4 4 3 20 0 17 0 112410241 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438523573424 140438977939157 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29773] ppid=29714 vsize=14137156 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29773/stat : 29773 (java) S 29714 29717 8289 0 -1 1077944384 62 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438522520944 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29774] ppid=29714 vsize=14137156 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29774/stat : 29774 (java) S 29714 29717 8289 0 -1 1077944384 48 12421 0 0 0 0 4 3 20 0 17 0 112410242 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438521468160 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29775] ppid=29714 vsize=14137156 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29775/stat : 29775 (java) S 29714 29717 8289 0 -1 1077944384 126 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438520416720 140438977947547 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29776] ppid=29714 vsize=14137156 memory=1693696 CPUtime=10.25 cores=1,3,5,7
/proc/29717/task/29776/stat : 29776 (java) S 29714 29717 8289 0 -1 1077944384 17709 12421 0 0 1013 5 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438451251440 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29777] ppid=29714 vsize=14137156 memory=4168 CPUtime=10.35 cores=1,3,5,7
/proc/29717/task/29777/stat : 29777 (java) S 29714 29717 8289 0 -1 1077944384 21171 12421 0 0 1024 4 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438450183888 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29778] ppid=29714 vsize=14137156 memory=0 CPUtime=3.54 cores=1,3,5,7
/proc/29717/task/29778/stat : 29778 (java) S 29714 29717 8289 0 -1 1077944384 24712 12421 0 0 342 5 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438449145840 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29779] ppid=29714 vsize=14137156 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29779/stat : 29779 (java) S 29714 29717 8289 0 -1 1077944384 3 12421 0 0 0 0 4 3 20 0 17 0 112410245 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438448093536 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29780] ppid=29714 vsize=14137156 memory=288230574492221466 CPUtime=0.18 cores=1,3,5,7
/proc/29717/task/29780/stat : 29780 (java) S 29714 29717 8289 0 -1 1077944384 744 12421 0 0 5 6 4 3 20 0 17 0 112410249 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438447041584 140438977940098 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29916] ppid=29714 vsize=14137156 memory=288230617509003574 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29916/stat : 29916 (java) S 29714 29717 8289 0 -1 1077944384 220 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438416331632 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
[pid=29717/tid=29917] ppid=29714 vsize=14137156 memory=1665756 CPUtime=0.07 cores=1,3,5,7
/proc/29717/task/29917/stat : 29917 (java) S 29714 29717 8289 0 -1 1077944384 22 12421 0 0 0 0 4 3 20 0 17 0 112432768 14476447744 414430 18446744073709551615 4194304 4196468 140733662667984 140438415279296 140438977939157 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17678336 140733662676912 140733662679697 140733662679697 140733662683087 0
Current children cumulated CPU time: 254.88 s
Current children cumulated vsize: 14137156 KiB
Current children cumulated memory: 1657720 KiB

Child status: 143
Real time (s): 226.382
CPU time (s): 255.085
CPU user time (s): 253.846
CPU system time (s): 1.23989
CPU usage (%): 112.679
Max. virtual memory (cumulated for all children) (KiB): 14137156
Max. memory (cumulated for all children) (KiB): 1979940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.846
system time used= 1.23989
maximum resident set size= 1983016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21649
involuntary context switches= 632


# summary of solver processes directly reported to runsolver:
#   pid: 29717
#   total CPU time (s): 255.085
#   total CPU user time (s): 253.846
#   total CPU system time (s): 1.23989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38097 second user time and 2.20122 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:25:02
IDJOB=4259457
IDBENCH=124210
IDSOLVER=2646
FILE ID=node133/4259457-1502645950
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259457-1502645950/watcher-4259457-1502645950 -o /tmp/evaluation-result-4259457-1502645950/solver-4259457-1502645950 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259457-1502645950.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=786478072

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.17
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.17
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.17
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29283332 kB
MemAvailable:   29921884 kB
Buffers:          237656 kB
Cached:           696236 kB
SwapCached:            0 kB
Active:          2848904 kB
Inactive:         184744 kB
Active(anon):    2040860 kB
Inactive(anon):   100820 kB
Active(file):     808044 kB
Inactive(file):    83924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24468 kB
Writeback:            20 kB
AnonPages:       2100060 kB
Mapped:            69744 kB
Shmem:             41660 kB
Slab:             152296 kB
SReclaimable:     124836 kB
SUnreclaim:        27460 kB
KernelStack:        3472 kB
PageTables:         9000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2949040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1875968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:28:49