Trace number 4304979

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.9.2? (TO) 2520.12 2476.73

General information on the benchmark

NameLangford/
LangfordBin-15_c18.xml
MD5SUM07ea5144b09b59ff4e6e73933349a8c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017778
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints45
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":30},{"size":30,"count":30}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":30},{"degree":30,"count":30}]
Minimum constraint arity2
Maximum constraint arity31
Distribution of constraint arities[{"arity":2,"count":15},{"arity":31,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"element","count":30}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304979-1534106609/watcher-4304979-1534106609 -o /tmp/evaluation-result-4304979-1534106609/solver-4304979-1534106609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1936759065 HOME/instance-4304979-1534106609.xml 

running on 4 cores: 0,2,4,6

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=29388, runsolver pid=29385

[startup+0.100084 s]*
/proc/loadavg: 1.26 1.33 1.35 3/206 29443
/proc/meminfo: memFree=27883936/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 4328 12961 0 0 1 0 5 2 20 0 6 0 228224097 10245611520 4203 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2501370 4203 1934 1 0 2489808 0
[pid=29388/tid=29441] ppid=29385 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 2142 12961 0 0 1 0 5 2 20 0 6 0 228224106 10245611520 4203 33554432000 4194304 4196468 140731045913296 139744111125072 139744123368798 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 228224107 10245611520 4203 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=10005480 memory=140346270807680 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 228224107 10245611520 4203 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 6 0 228224107 10245611520 4203 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 6 0 228224107 10245611520 4203 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210156 s]*
/proc/loadavg: 1.26 1.33 1.35 3/217 29454
/proc/meminfo: memFree=27860808/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=10982696 memory=44888 CPUtime=0.26 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 8537 12961 0 0 17 2 5 2 20 0 15 0 228224097 11246280704 11222 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2745674 11222 2961 1 0 2708109 0
[pid=29388/tid=29441] ppid=29385 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 5085 12961 0 0 10 1 5 2 20 0 15 0 228224106 11246280704 11222 33554432000 4194304 4196468 140731045913296 139744111085440 139744123368798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=10982696 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246280704 11222 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=10982696 memory=3907347503021946528 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=10982696 memory=140346270807680 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 228224108 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 13 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743002093088 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246280704 11222 33554432000 4194304 4196468 140731045913296 139742800766320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 484 12961 0 0 1 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 134 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=10982696 memory=140346270807680 CPUtime=0.1 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 617 12961 0 0 3 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=10982696 memory=140346270807680 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246280704 11222 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44888 KiB

[startup+0.310726 s]*
/proc/loadavg: 1.26 1.33 1.35 3/217 29454
/proc/meminfo: memFree=27848776/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=10983192 memory=56040 CPUtime=0.37 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 10536 12961 0 0 28 2 5 2 20 0 15 0 228224097 11246788608 14010 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2745798 14010 3093 1 0 2708109 0
[pid=29388/tid=29441] ppid=29385 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 7078 12961 0 0 19 2 5 2 20 0 15 0 228224106 11246788608 14010 33554432000 4194304 4196468 140731045913296 139744111100320 139744123368798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 14010 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 14010 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 228224108 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 13 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743002093088 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246788608 14057 33554432000 4194304 4196468 140731045913296 139742800766320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 484 12961 0 0 1 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 137 12961 0 0 1 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=10983192 memory=140346270807680 CPUtime=0.12 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 622 12961 0 0 5 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=10983192 memory=140346270807680 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 14057 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56040 KiB

[startup+0.700833 s]
/proc/loadavg: 1.32 1.34 1.35 3/217 29454
/proc/meminfo: memFree=27837364/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=10983192 memory=88644 CPUtime=0.98 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 16817 12961 0 0 87 4 5 2 20 0 15 0 228224097 11246788608 22161 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2745798 22161 3237 1 0 2708109 0
[pid=29388/tid=29441] ppid=29385 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 12393 12961 0 0 55 3 5 2 20 0 15 0 228224106 11246788608 22161 33554432000 4194304 4196468 140731045913296 139744111110480 139744123368798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 22161 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=10983192 memory=140346109604624 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 2 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=10983192 memory=140346646331977 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224107 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=10983192 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 228224108 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=10983192 memory=7014751519650764113 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 13 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743002093088 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=10983192 memory=6082220498109819240 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224109 11246788608 22161 33554432000 4194304 4196468 140731045913296 139742800766320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=10983192 memory=2228 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=10983192 memory=30664 CPUtime=0.14 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 751 12961 0 0 7 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=10983192 memory=11904 CPUtime=0.16 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 769 12961 0 0 9 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=10983192 memory=492 CPUtime=0.2 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 684 12961 0 0 13 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=10983192 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=10983192 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224112 11246788608 22161 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88644 KiB

[startup+1.50076 s]
/proc/loadavg: 1.32 1.34 1.35 3/217 29454
/proc/meminfo: memFree=27790404/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=11000140 memory=177864 CPUtime=2.25 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 23972 12961 0 0 209 9 5 2 20 0 15 0 228224097 11264143360 44466 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2750035 44466 3475 1 0 2711693 0
[pid=29388/tid=29441] ppid=29385 vsize=11000140 memory=64880 CPUtime=1.42 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 18037 12961 0 0 129 6 5 2 20 0 15 0 228224106 11264143360 44466 33554432000 4194304 4196468 140731045913296 139744111119472 139744139300246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 25 12961 0 0 1 0 5 2 20 0 15 0 228224107 11264143360 44466 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=11000140 memory=280692219240608 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 68 12961 0 0 1 0 5 2 20 0 15 0 228224107 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 203 12961 0 0 1 0 5 2 20 0 15 0 228224107 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 18 12961 0 0 0 0 5 2 20 0 15 0 228224107 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=11000140 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 56 12961 0 0 1 0 5 2 20 0 15 0 228224108 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 14 12961 0 0 0 0 5 2 20 0 15 0 228224109 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743002093152 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224109 11264143360 44466 33554432000 4194304 4196468 140731045913296 139742800766336 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=11000140 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=11000140 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) R 29385 29388 25256 0 -1 1077944384 872 12961 0 0 17 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=11000140 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 1244 12961 0 0 24 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) R 29385 29388 25256 0 -1 4202560 1238 12961 0 0 30 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743562082416 139744131311254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=11000140 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=11000140 memory=280692219485120 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1 12961 0 0 0 0 5 2 20 0 15 0 228224112 11264143360 44466 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB

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

/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 82578 12961 0 0 235348 51 5 2 20 0 15 0 228224106 11343855616 263889 33554432000 4194304 4196468 140731045913296 139744111122016 139743703202965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=11077984 memory=1055556 CPUtime=12.32 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 12973 12961 0 0 1167 58 5 2 20 0 15 0 228224107 11343855616 263889 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=11077984 memory=1055556 CPUtime=12.33 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 10640 12961 0 0 1163 63 5 2 20 0 15 0 228224107 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=11077984 memory=1055556 CPUtime=12.32 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 15101 12961 0 0 1162 63 5 2 20 0 15 0 228224107 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=11077984 memory=1055556 CPUtime=12.3 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 13752 12961 0 0 1156 67 5 2 20 0 15 0 228224107 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=11077984 memory=164 CPUtime=11.84 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 13716 12961 0 0 1117 60 5 2 20 0 15 0 228224108 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=11077984 memory=1055556 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 16 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743002093216 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=11077984 memory=1055556 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 263889 33554432000 4194304 4196468 140731045913296 139742800766336 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=11077984 memory=30700 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=11077984 memory=1055556 CPUtime=3.45 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 24514 12961 0 0 335 3 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=11077984 memory=56 CPUtime=3 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 15938 12961 0 0 290 3 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=11077984 memory=1055556 CPUtime=1.53 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 13176 12961 0 0 144 2 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=11077984 memory=1055556 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=11077984 memory=11904 CPUtime=1.57 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1119 12961 0 0 75 75 5 2 20 0 15 0 228224112 11343855616 263889 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 2424.2 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1055556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.33 1.35 3/216 29678
/proc/meminfo: memFree=26651800/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2485.15 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 207121 12961 0 0 248127 381 5 2 20 0 15 0 228224097 11343855616 264401 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2769496 264401 3522 1 0 2731149 0
[pid=29388/tid=29441] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2413.34 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 83315 12961 0 0 241275 52 5 2 20 0 15 0 228224106 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744111121904 139743702093216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=11077984 memory=1055556 CPUtime=12.65 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 13270 12961 0 0 1198 60 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.66 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 10674 12961 0 0 1195 64 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.65 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 15118 12961 0 0 1193 65 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.62 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 13856 12961 0 0 1187 68 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.15 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 13902 12961 0 0 1147 61 5 2 20 0 15 0 228224108 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 16 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743002093216 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742800766336 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=11077984 memory=1057604 CPUtime=3.45 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 24516 12961 0 0 335 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=11077984 memory=1057604 CPUtime=3 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 15940 12961 0 0 290 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=11077984 memory=3544 CPUtime=1.53 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 13178 12961 0 0 144 2 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=11077984 memory=1057604 CPUtime=1.61 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1136 12961 0 0 78 76 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 2485.15 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1057604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.7 s]
/proc/loadavg: 1.35 1.34 1.36 3/216 29678
/proc/meminfo: memFree=26652068/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2520.06 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 207819 12961 0 0 251614 385 5 2 20 0 15 0 228224097 11343855616 264401 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2769496 264401 3522 1 0 2731149 0
[pid=29388/tid=29441] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2447.34 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 83739 12961 0 0 244675 52 5 2 20 0 15 0 228224106 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744111121712 139743694203382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.83 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 13514 12961 0 0 1216 60 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.84 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 10684 12961 0 0 1212 65 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.84 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 15123 12961 0 0 1211 66 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.81 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 13860 12961 0 0 1205 69 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=11077984 memory=243442 CPUtime=12.32 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 13909 12961 0 0 1163 62 5 2 20 0 15 0 228224108 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 16 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743002093216 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742800766336 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=11077984 memory=1057604 CPUtime=3.45 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 24516 12961 0 0 335 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=11077984 memory=293 CPUtime=3 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 15940 12961 0 0 290 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=11077984 memory=3544 CPUtime=1.53 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 13178 12961 0 0 144 2 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=11077984 memory=1057604 CPUtime=1.62 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1140 12961 0 0 78 77 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1057604 KiB

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

[startup+2476.73 s]
# the end of solver process 29388 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.89068 s

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

[startup+2476.7 s]
/proc/loadavg: 1.35 1.34 1.36 3/216 29678
/proc/meminfo: memFree=26652068/32770624 swapFree=67030652/67108860
[pid=29388] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2520.06 cores=0,2,4,6
/proc/29388/stat : 29388 (java) S 29385 29388 25256 0 -1 1077944320 207819 12961 0 0 251614 385 5 2 20 0 15 0 228224097 11343855616 264401 33554432000 4194304 4196468 140731045913296 140731045895840 139744139288311 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
/proc/29388/statm: 2769496 264401 3522 1 0 2731149 0
[pid=29388/tid=29441] ppid=29385 vsize=11077984 memory=1057604 CPUtime=2447.34 cores=0,2,4,6
/proc/29388/task/29441/stat : 29441 (java) R 29385 29388 25256 0 -1 4202560 83739 12961 0 0 244675 52 5 2 20 0 15 0 228224106 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744111121712 139743694203382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29442] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.83 cores=0,2,4,6
/proc/29388/task/29442/stat : 29442 (java) S 29385 29388 25256 0 -1 1077944384 13514 12961 0 0 1216 60 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139744143530640 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29443] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.84 cores=0,2,4,6
/proc/29388/task/29443/stat : 29443 (java) S 29385 29388 25256 0 -1 1077944384 10684 12961 0 0 1212 65 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743679343120 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29444] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.84 cores=0,2,4,6
/proc/29388/task/29444/stat : 29444 (java) S 29385 29388 25256 0 -1 1077944384 15123 12961 0 0 1211 66 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743678290320 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29445] ppid=29385 vsize=11077984 memory=1057604 CPUtime=12.81 cores=0,2,4,6
/proc/29388/task/29445/stat : 29445 (java) S 29385 29388 25256 0 -1 1077944384 13860 12961 0 0 1205 69 5 2 20 0 15 0 228224107 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743677237520 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29446] ppid=29385 vsize=11077984 memory=243442 CPUtime=12.32 cores=0,2,4,6
/proc/29388/task/29446/stat : 29446 (java) S 29385 29388 25256 0 -1 1077944384 13909 12961 0 0 1163 62 5 2 20 0 15 0 228224108 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743565241200 139744139299458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29447] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29447/stat : 29447 (java) S 29385 29388 25256 0 -1 1077944384 16 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743002093216 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29448] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29448/stat : 29448 (java) S 29385 29388 25256 0 -1 1077944384 5 12961 0 0 0 0 5 2 20 0 15 0 228224109 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742800766336 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29449] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29449/stat : 29449 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742493366608 139744139306907 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29450] ppid=29385 vsize=11077984 memory=1057604 CPUtime=3.45 cores=0,2,4,6
/proc/29388/task/29450/stat : 29450 (java) S 29385 29388 25256 0 -1 1077944384 24516 12961 0 0 335 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743564188016 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29451] ppid=29385 vsize=11077984 memory=293 CPUtime=3 cores=0,2,4,6
/proc/29388/task/29451/stat : 29451 (java) S 29385 29388 25256 0 -1 1077944384 15940 12961 0 0 290 3 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743563135216 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29452] ppid=29385 vsize=11077984 memory=3544 CPUtime=1.53 cores=0,2,4,6
/proc/29388/task/29452/stat : 29452 (java) S 29385 29388 25256 0 -1 1077944384 13178 12961 0 0 144 2 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743562082416 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29453] ppid=29385 vsize=11077984 memory=1057604 CPUtime=0.07 cores=0,2,4,6
/proc/29388/task/29453/stat : 29453 (java) S 29385 29388 25256 0 -1 1077944384 3 12961 0 0 0 0 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139742062569696 139744139298517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
[pid=29388/tid=29454] ppid=29385 vsize=11077984 memory=1057604 CPUtime=1.62 cores=0,2,4,6
/proc/29388/task/29454/stat : 29454 (java) S 29385 29388 25256 0 -1 1077944384 1140 12961 0 0 78 77 5 2 20 0 15 0 228224112 11343855616 264401 33554432000 4194304 4196468 140731045913296 139743561030832 139744139299458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 25792512 140731045919340 140731045922140 140731045922140 140731045924815 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1057604 KiB

Child status: 143
Real time (s): 2476.73
CPU time (s): 2520.12
CPU user time (s): 2516.23
CPU system time (s): 3.89068
CPU usage (%): 101.752
Max. virtual memory (cumulated for all children) (KiB): 11080760
Max. memory (cumulated for all children) (KiB): 1057604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.89068
maximum resident set size= 1059968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321108
involuntary context switches= 10069


# summary of solver processes directly reported to runsolver:
#   pid: 29388
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.89068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2687 second user time and 22.9392 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 22:43:29
IDJOB=4304979
IDBENCH=141341
IDSOLVER=2780
FILE ID=node102/4304979-1534106609
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Langford/LangfordBin-15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304979-1534106609/watcher-4304979-1534106609 -o /tmp/evaluation-result-4304979-1534106609/solver-4304979-1534106609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1936759065 HOME/instance-4304979-1534106609.xml

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

MD5SUM BENCH= 07ea5144b09b59ff4e6e73933349a8c8
RANDOM SEED=1936759065

node102.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.51
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.51
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.51
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.51
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:        27889868 kB
MemAvailable:   30861744 kB
Buffers:          146808 kB
Cached:          3073476 kB
SwapCached:        51252 kB
Active:          2668836 kB
Inactive:        1649376 kB
Active(anon):    1023056 kB
Inactive(anon):   126912 kB
Active(file):    1645780 kB
Inactive(file):  1522464 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       1054200 kB
Mapped:            63296 kB
Shmem:             48976 kB
Slab:             261104 kB
SReclaimable:     232092 kB
SUnreclaim:        29012 kB
KernelStack:        3600 kB
PageTables:         7520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2260208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-12 23:24:46