Trace number 4294679

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.1 2479.24

General information on the benchmark

NameDubois/
Dubois-100_c18.xml
MD5SUM7caa0b5cafbc6020af5c8bc91888bcd3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017795
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":300}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":300}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
2520.06/2479.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2479.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2479.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2479.20		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:86)
2520.06/2479.20		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.06/2479.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2479.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2479.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2479.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2479.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2479.20		at scala.Option.map(Option.scala:146)
2520.06/2479.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2479.20		at concrete.MAC.mac(MAC.scala:203)
2520.06/2479.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2479.20		at scala.util.Try$.apply(Try.scala:209)
2520.06/2479.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2479.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2479.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2479.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2479.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2479.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2479.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2479.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2479.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2479.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2479.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2479.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2479.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2479.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2479.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2479.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2479.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2479.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2479.21		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2479.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2479.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2479.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2479.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2479.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2479.21		at scala.util.Success.map(Try.scala:209)
2520.06/2479.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2479.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2479.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2479.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2479.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2479.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2479.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2479.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2479.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2479.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2479.21		at scala.App.main(App.scala:76)
2520.06/2479.21		at scala.App.main$(App.scala:74)
2520.06/2479.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2479.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2479.21	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 (5127 MiB free)
  memory of node 1: 16384 MiB (9401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294679-1532480372/watcher-4294679-1532480372 -o /tmp/evaluation-result-4294679-1532480372/solver-4294679-1532480372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=803331846 HOME/instance-4294679-1532480372.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=25325, runsolver pid=25322

[startup+0.100093 s]*
/proc/loadavg: 1.50 1.40 1.41 3/209 25382
/proc/meminfo: memFree=14872552/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10055356 memory=15704 CPUtime=0.1 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 4572 12939 0 0 1 1 5 3 20 0 7 0 65600355 10296684544 3926 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2513839 3926 1986 1 0 2502277 0
[pid=25325/tid=25378] ppid=25322 vsize=10055356 memory=5853399287057580445 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 2416 12939 0 0 1 0 5 3 20 0 7 0 65600364 10296684544 3926 33554432000 4194304 4196468 140732852636720 139669686336272 139669698605216 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10055356 memory=5793855768437291449 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 7 0 65600364 10296684544 3992 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10055356 memory=140517427398272 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 7 0 65600364 10296684544 3992 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 7 0 65600365 10296684544 3992 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 7 0 65600365 10296684544 3992 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 7 0 65600366 10296684544 3992 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 15704 KiB

[startup+0.210186 s]*
/proc/loadavg: 1.50 1.40 1.41 3/218 25391
/proc/meminfo: memFree=14851116/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10821524 memory=45200 CPUtime=0.26 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 8992 12939 0 0 17 1 5 3 20 0 15 0 65600355 11081240576 11234 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2705381 11300 2970 1 0 2667804 0
[pid=25325/tid=25378] ppid=25322 vsize=10819896 memory=-8540663193526752614 CPUtime=0.2 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 5553 12939 0 0 11 1 5 3 20 0 15 0 65600364 11079573504 10712 33554432000 4194304 4196468 140732852636720 139669686317984 139669707210279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10818904 memory=4211974243632188810 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11078557696 10704 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10818904 memory=140517427398272 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11078557696 10704 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600365 11078557696 10704 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 15 0 65600365 11078557696 10704 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 15 0 65600366 11078557696 10704 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 13 12939 0 0 0 0 5 3 20 0 15 0 65600366 11078557696 10704 33554432000 4194304 4196468 140732852636720 139668645471904 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11078557696 10704 33554432000 4194304 4196468 140732852636720 139668511253744 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11078590464 10704 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10818936 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 496 12939 0 0 1 0 5 3 20 0 15 0 65600369 11078590464 10704 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 133 12939 0 0 0 0 5 3 20 0 15 0 65600369 11078590464 10704 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10818936 memory=140517427398272 CPUtime=0.11 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 660 12939 0 0 3 0 5 3 20 0 15 0 65600369 11078590464 10704 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11078590464 10769 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10818936 memory=140517427398272 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600370 11078590464 10769 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 45200 KiB

[startup+0.310531 s]*
/proc/loadavg: 1.50 1.40 1.41 3/218 25391
/proc/meminfo: memFree=14839208/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10819352 memory=53544 CPUtime=0.39 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 10944 12939 0 0 29 2 5 3 20 0 15 0 65600355 11079016448 13386 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2704838 13386 3103 1 0 2667149 0
[pid=25325/tid=25378] ppid=25322 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 7398 12939 0 0 20 1 5 3 20 0 15 0 65600364 11079016448 13386 33554432000 4194304 4196468 140732852636720 139669686305184 139669698573662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11079016448 13386 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11079016448 13386 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600365 11079016448 13386 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 15 0 65600365 11079016448 13386 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 15 0 65600366 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10819352 memory=140517427398271 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 13 12939 0 0 0 0 5 3 20 0 15 0 65600366 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668645471904 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668511253744 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 505 12939 0 0 2 0 5 3 20 0 15 0 65600369 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 135 12939 0 0 1 0 5 3 20 0 15 0 65600369 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10819352 memory=140517427398272 CPUtime=0.12 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) R 25322 25325 21303 0 -1 4202560 692 12939 0 0 4 0 5 3 20 0 15 0 65600369 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668714633200 139669714514522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10819352 memory=140517427398272 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600370 11079016448 13386 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53544 KiB

[startup+0.700746 s]
/proc/loadavg: 1.50 1.40 1.41 4/218 25391
/proc/meminfo: memFree=14828168/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10819352 memory=86420 CPUtime=1 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 17210 12939 0 0 89 3 5 3 20 0 15 0 65600355 11079016448 21605 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2704838 21605 3246 1 0 2667149 0
[pid=25325/tid=25378] ppid=25322 vsize=10819352 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 12485 12939 0 0 57 2 5 3 20 0 15 0 65600364 11079016448 21605 33554432000 4194304 4196468 140732852636720 139669686314000 139669700186641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10819352 memory=140517304511135 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11079016448 21605 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600364 11079016448 21605 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600365 11079016448 21605 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 2 12939 0 0 0 0 5 3 20 0 15 0 65600365 11079016448 21605 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10819352 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 5 12939 0 0 0 0 5 3 20 0 15 0 65600366 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10819352 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 13 12939 0 0 0 0 5 3 20 0 15 0 65600366 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668645471904 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668511253744 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 862 12939 0 0 7 0 5 3 20 0 15 0 65600369 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 783 12939 0 0 10 0 5 3 20 0 15 0 65600369 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) R 25322 25325 21303 0 -1 4202560 860 12939 0 0 13 0 5 3 20 0 15 0 65600369 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668714633200 139669693891488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10819352 memory=281034608345328 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600370 11079016448 21605 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86420 KiB

[startup+1.50075 s]
/proc/loadavg: 1.50 1.40 1.41 3/218 25391
/proc/meminfo: memFree=14782456/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10834252 memory=180504 CPUtime=2.34 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 24176 12939 0 0 218 8 5 3 20 0 15 0 65600355 11094274048 45126 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2708563 45126 3466 1 0 2670221 0
[pid=25325/tid=25378] ppid=25322 vsize=10834252 memory=8 CPUtime=1.43 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 17736 12939 0 0 131 4 5 3 20 0 15 0 65600364 11094274048 45126 33554432000 4194304 4196468 140732852636720 139669686324384 139669692937976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 17 12939 0 0 1 0 5 3 20 0 15 0 65600364 11094274048 45126 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 28 12939 0 0 1 0 5 3 20 0 15 0 65600364 11094274048 45126 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 190 12939 0 0 1 0 5 3 20 0 15 0 65600365 11094274048 45126 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10834252 memory=4580 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 62 12939 0 0 1 0 5 3 20 0 15 0 65600365 11094274048 45126 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10834252 memory=140517427398272 CPUtime=0.09 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 45 12939 0 0 1 0 5 3 20 0 15 0 65600366 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10834252 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 14 12939 0 0 0 0 5 3 20 0 15 0 65600366 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668645471968 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10834252 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668511253760 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 1405 12939 0 0 21 0 5 3 20 0 15 0 65600369 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 954 12939 0 0 23 0 5 3 20 0 15 0 65600369 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10834252 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 1528 12939 0 0 34 0 5 3 20 0 15 0 65600369 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10834252 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600370 11094274048 45126 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0

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

/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 85650 12939 0 0 229425 49 5 3 20 0 15 0 65600364 11176083456 261332 33554432000 4194304 4196468 140732852636720 139669686327232 139669331275168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10914144 memory=1045328 CPUtime=11.89 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 9585 12939 0 0 1115 66 5 3 20 0 15 0 65600364 11176083456 261332 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10914144 memory=1045328 CPUtime=11.91 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 16162 12939 0 0 1123 60 5 3 20 0 15 0 65600364 11176083456 261332 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10914144 memory=1045328 CPUtime=11.94 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 7462 12939 0 0 1125 61 5 3 20 0 15 0 65600365 11176083456 261332 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10914144 memory=1045292 CPUtime=11.97 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 7406 12939 0 0 1122 67 5 3 20 0 15 0 65600365 11176083456 261332 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10914144 memory=281034608502272 CPUtime=11.62 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 12033 12939 0 0 1097 57 5 3 20 0 15 0 65600366 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10914144 memory=1045328 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 15 12939 0 0 0 0 5 3 20 0 15 0 65600366 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668645471968 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10914144 memory=1045328 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668511253760 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10914144 memory=1045328 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10914144 memory=1045328 CPUtime=2.2 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 9578 12939 0 0 210 2 5 3 20 0 15 0 65600369 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10914144 memory=1045328 CPUtime=2.01 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 6905 12939 0 0 191 2 5 3 20 0 15 0 65600369 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10914144 memory=1045328 CPUtime=1.5 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 14748 12939 0 0 139 3 5 3 20 0 15 0 65600369 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10914144 memory=1045328 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10914144 memory=928 CPUtime=1.53 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 879 12939 0 0 59 86 5 3 20 0 15 0 65600370 11176083456 261332 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 58 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 2360.78 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1045328 KiB

[startup+2382.3 s]
/proc/loadavg: 1.19 1.29 1.31 3/218 25652
/proc/meminfo: memFree=13673760/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10914144 memory=1045416 CPUtime=2421.69 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 174310 12939 0 0 241775 386 5 3 20 0 15 0 65600355 11176083456 261354 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2728536 261354 3516 1 0 2690189 0
[pid=25325/tid=25378] ppid=25322 vsize=10914144 memory=1045392 CPUtime=2354.06 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 86675 12939 0 0 235348 50 5 3 20 0 15 0 65600364 11176083456 261354 33554432000 4194304 4196468 140732852636720 139669686328224 139669331287023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10914144 memory=1045392 CPUtime=12.22 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 9668 12939 0 0 1146 68 5 3 20 0 15 0 65600364 11176083456 261354 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10914144 memory=1045364 CPUtime=12.23 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 16190 12939 0 0 1153 62 5 3 20 0 15 0 65600364 11176083456 261354 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10914144 memory=1045364 CPUtime=12.27 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 7760 12939 0 0 1156 63 5 3 20 0 15 0 65600365 11176083456 261354 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10914144 memory=1045392 CPUtime=12.29 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 7473 12939 0 0 1152 69 5 3 20 0 15 0 65600365 11176083456 261354 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10914144 memory=1045392 CPUtime=11.95 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 12189 12939 0 0 1128 59 5 3 20 0 15 0 65600366 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10914144 memory=1175 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 15 12939 0 0 0 0 5 3 20 0 15 0 65600366 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668645471968 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10914144 memory=1045392 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668511253760 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10914144 memory=1045392 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10914144 memory=1045392 CPUtime=2.2 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 9580 12939 0 0 210 2 5 3 20 0 15 0 65600369 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10914144 memory=1045416 CPUtime=2.01 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 6907 12939 0 0 191 2 5 3 20 0 15 0 65600369 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10914144 memory=1214 CPUtime=1.5 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 14750 12939 0 0 139 3 5 3 20 0 15 0 65600369 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10914144 memory=180 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10914144 memory=-7737605721172012177 CPUtime=1.56 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 907 12939 0 0 60 88 5 3 20 0 15 0 65600370 11176083456 261354 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 2421.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1045416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.25 1.30 3/219 25661
/proc/meminfo: memFree=13673440/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10914144 memory=1045476 CPUtime=2482.61 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 175703 12939 0 0 247857 396 5 3 20 0 15 0 65600355 11176083456 261369 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2728536 261369 3516 1 0 2690189 0
[pid=25325/tid=25378] ppid=25322 vsize=10914144 memory=1045476 CPUtime=2413.3 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) R 25322 25325 21303 0 -1 4202560 87474 12939 0 0 241271 51 5 3 20 0 15 0 65600364 11176083456 261369 33554432000 4194304 4196468 140732852636720 139669686327776 139669331329498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10914144 memory=1045392 CPUtime=12.54 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 9935 12939 0 0 1177 69 5 3 20 0 15 0 65600364 11176083456 261369 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10914144 memory=1045476 CPUtime=12.56 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 16271 12939 0 0 1184 64 5 3 20 0 15 0 65600364 11176083456 261369 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10914144 memory=3828 CPUtime=12.6 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) S 25322 25325 21303 0 -1 1077944384 7803 12939 0 0 1187 65 5 3 20 0 15 0 65600365 11176083456 261369 33554432000 4194304 4196468 140732852636720 139669286517008 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10914144 memory=1045476 CPUtime=12.63 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 7501 12939 0 0 1184 71 5 3 20 0 15 0 65600365 11176083456 261369 33554432000 4194304 4196468 140732852636720 139669285464464 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10914144 memory=1045432 CPUtime=12.26 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 12340 12939 0 0 1158 60 5 3 20 0 15 0 65600366 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668717791984 139669714504322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10914144 memory=1045476 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 15 12939 0 0 0 0 5 3 20 0 15 0 65600366 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668645471968 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10914144 memory=1045476 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668511253760 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10914144 memory=1045476 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10914144 memory=1045476 CPUtime=2.2 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 9582 12939 0 0 210 2 5 3 20 0 15 0 65600369 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10914144 memory=1045476 CPUtime=2.01 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 6909 12939 0 0 191 2 5 3 20 0 15 0 65600369 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10914144 memory=1045476 CPUtime=1.5 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 14752 12939 0 0 139 3 5 3 20 0 15 0 65600369 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10914144 memory=3828 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10914144 memory=1045476 CPUtime=1.6 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 925 12939 0 0 62 90 5 3 20 0 15 0 65600370 11176083456 261369 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 2482.61 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1045476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.2 s]
/proc/loadavg: 1.34 1.28 1.31 3/219 25662
/proc/meminfo: memFree=13673348/32770624 swapFree=67108860/67108860
[pid=25325] ppid=25322 vsize=10914144 memory=1045508 CPUtime=2520.06 cores=1,3,5,7
/proc/25325/stat : 25325 (java) S 25322 25325 21303 0 -1 1077944320 176892 12939 0 0 251598 400 5 3 20 0 15 0 65600355 11176083456 261377 33554432000 4194304 4196468 140732852636720 140732852619264 139669714493175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
/proc/25325/statm: 2728536 261377 3516 1 0 2690189 0
[pid=25325/tid=25378] ppid=25322 vsize=10914144 memory=952 CPUtime=2449.76 cores=1,3,5,7
/proc/25325/task/25378/stat : 25378 (java) S 25322 25325 21303 0 -1 1077944384 88074 12939 0 0 244916 52 5 3 20 0 15 0 65600364 11176083456 261377 33554432000 4194304 4196468 140732852636720 139669686327776 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25379] ppid=25322 vsize=10914144 memory=2340 CPUtime=12.74 cores=1,3,5,7
/proc/25325/task/25379/stat : 25379 (java) S 25322 25325 21303 0 -1 1077944384 9957 12939 0 0 1196 70 5 3 20 0 15 0 65600364 11176083456 261377 33554432000 4194304 4196468 140732852636720 139669718735376 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25380] ppid=25322 vsize=10914144 memory=6791534058613427641 CPUtime=12.75 cores=1,3,5,7
/proc/25325/task/25380/stat : 25380 (java) S 25322 25325 21303 0 -1 1077944384 16350 12939 0 0 1203 64 5 3 20 0 15 0 65600364 11176083456 261377 33554432000 4194304 4196468 140732852636720 139669287570064 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25381] ppid=25322 vsize=10914144 memory=928 CPUtime=12.8 cores=1,3,5,7
/proc/25325/task/25381/stat : 25381 (java) R 25322 25325 21303 0 -1 4202560 7848 12939 0 0 1206 66 5 3 20 0 15 0 65600365 11176083456 261377 33554432000 4194304 4196468 140732852636720 139669286517128 139669707121383 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25382] ppid=25322 vsize=10914144 memory=2244 CPUtime=12.82 cores=1,3,5,7
/proc/25325/task/25382/stat : 25382 (java) S 25322 25325 21303 0 -1 1077944384 7761 12939 0 0 1202 72 5 3 20 0 15 0 65600365 11176083456 261377 33554432000 4194304 4196468 140732852636720 139669285464480 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25383] ppid=25322 vsize=10914144 memory=4132 CPUtime=12.45 cores=1,3,5,7
/proc/25325/task/25383/stat : 25383 (java) S 25322 25325 21303 0 -1 1077944384 12490 12939 0 0 1176 61 5 3 20 0 15 0 65600366 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668717790496 139669714503381 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25384] ppid=25322 vsize=10914144 memory=2196 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25384/stat : 25384 (java) S 25322 25325 21303 0 -1 1077944384 15 12939 0 0 0 0 5 3 20 0 15 0 65600366 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668645471968 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25385] ppid=25322 vsize=10914144 memory=7528 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25385/stat : 25385 (java) S 25322 25325 21303 0 -1 1077944384 1 12939 0 0 0 0 5 3 20 0 15 0 65600367 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668511253760 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25386] ppid=25322 vsize=10914144 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25386/stat : 25386 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600369 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668270963152 139669714511771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25387] ppid=25322 vsize=10914144 memory=12040 CPUtime=2.2 cores=1,3,5,7
/proc/25325/task/25387/stat : 25387 (java) S 25322 25325 21303 0 -1 1077944384 9584 12939 0 0 210 2 5 3 20 0 15 0 65600369 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668716738800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25388] ppid=25322 vsize=10914144 memory=1696 CPUtime=2.01 cores=1,3,5,7
/proc/25325/task/25388/stat : 25388 (java) S 25322 25325 21303 0 -1 1077944384 6911 12939 0 0 191 2 5 3 20 0 15 0 65600369 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668715686256 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25389] ppid=25322 vsize=10914144 memory=8544 CPUtime=1.5 cores=1,3,5,7
/proc/25325/task/25389/stat : 25389 (java) S 25322 25325 21303 0 -1 1077944384 14754 12939 0 0 139 3 5 3 20 0 15 0 65600369 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668714633200 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25390] ppid=25322 vsize=10914144 memory=4616 CPUtime=0.08 cores=1,3,5,7
/proc/25325/task/25390/stat : 25390 (java) S 25322 25325 21303 0 -1 1077944384 3 12939 0 0 0 0 5 3 20 0 15 0 65600370 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668237404512 139669714503381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
[pid=25325/tid=25391] ppid=25322 vsize=10914144 memory=15868 CPUtime=1.63 cores=1,3,5,7
/proc/25325/task/25391/stat : 25391 (java) S 25322 25325 21303 0 -1 1077944384 952 12939 0 0 63 92 5 3 20 0 15 0 65600370 11176083456 261377 33554432000 4194304 4196468 140732852636720 139668611914800 139669714504322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 23576576 140732852640367 140732852643164 140732852643164 140732852645839 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1045508 KiB

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

[startup+2479.24 s]
# the end of solver process 25325 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.05 s, system=4.04787 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2479.24
CPU time (s): 2520.1
CPU user time (s): 2516.05
CPU system time (s): 4.04787
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1045508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.05
system time used= 4.04787
maximum resident set size= 1049716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328334
involuntary context switches= 9012


# summary of solver processes directly reported to runsolver:
#   pid: 25325
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.05
#   total CPU system time (s): 4.04787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9521 second user time and 27.0194 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 02:59:32
IDJOB=4294679
IDBENCH=141410
IDSOLVER=2750
FILE ID=node135/4294679-1532480372
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294679-1532480372/watcher-4294679-1532480372 -o /tmp/evaluation-result-4294679-1532480372/solver-4294679-1532480372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=803331846 HOME/instance-4294679-1532480372.xml

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

MD5SUM BENCH= 7caa0b5cafbc6020af5c8bc91888bcd3
RANDOM SEED=803331846

node135.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.50
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.50
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.50
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.50
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:        14878320 kB
MemAvailable:   30912260 kB
Buffers:          220008 kB
Cached:         15862768 kB
SwapCached:            0 kB
Active:          3498164 kB
Inactive:       13661916 kB
Active(anon):    1027300 kB
Inactive(anon):    69900 kB
Active(file):    2470864 kB
Inactive(file): 13592016 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       1114924 kB
Mapped:            52248 kB
Shmem:             17056 kB
Slab:             428376 kB
SReclaimable:     399520 kB
SUnreclaim:        28856 kB
KernelStack:        3856 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2052556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 03:40:51