Trace number 4294261

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 2477.63

General information on the benchmark

NameLangford/
LangfordBin-09_c18.xml
MD5SUMaf6539439e5a66b9d4cb5cb754e7ed18
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 benchmark1.00891
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints27
Number of domains2
Minimum domain size9
Maximum domain size18
Distribution of domain sizes[{"size":9,"count":18},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":18},{"degree":18,"count":18}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":9},{"arity":19,"count":18}]
Number of extensional constraints0
Number of intensional constraints9
Distribution of constraint types[{"type":"intension","count":9},{"type":"element","count":18}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294261-1532444500/watcher-4294261-1532444500 -o /tmp/evaluation-result-4294261-1532444500/solver-4294261-1532444500 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1025039604 HOME/instance-4294261-1532444500.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
solver pid=19559, runsolver pid=19556
Current StackSize limit: 8192 KiB


[startup+0.100537 s]*
/proc/loadavg: 1.29 1.37 1.40 3/204 19613
/proc/meminfo: memFree=14224064/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=9972712 memory=16684 CPUtime=0.08 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 4339 12972 0 0 1 0 4 3 20 0 6 0 62013140 10212057088 4171 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2493178 4171 1932 1 0 2481616 0
[pid=19559/tid=19612] ppid=19556 vsize=9972712 memory=4279135703980475277 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 2152 12972 0 0 0 0 4 3 20 0 6 0 62013149 10212057088 4171 33554432000 4194304 4196468 140722232732720 140200324186704 140200336559649 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 6 0 62013150 10212057088 4171 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=9972712 memory=140367307355776 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 6 0 62013150 10212057088 4171 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 6 0 62013150 10212057088 4171 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 6 0 62013150 10212057088 4171 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16684 KiB

[startup+0.210335 s]*
/proc/loadavg: 1.29 1.37 1.40 3/216 19625
/proc/meminfo: memFree=14198516/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10818856 memory=45372 CPUtime=0.25 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 8674 12972 0 0 16 2 4 3 20 0 15 0 62013140 11078508544 11343 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2704714 11343 2964 1 0 2667149 0
[pid=19559/tid=19612] ppid=19556 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 5198 12972 0 0 10 1 4 3 20 0 15 0 62013149 11078508544 11343 33554432000 4194304 4196468 140722232732720 140200324147600 140200352371869 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10818856 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11078508544 11343 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10818856 memory=140367307687083 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10818856 memory=140367307355776 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013151 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 62013152 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199810024864 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013152 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199677912560 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 544 12972 0 0 1 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 74 12972 0 0 1 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10818856 memory=140367307355776 CPUtime=0.1 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) R 19556 19559 13949 0 -1 4202560 617 12972 0 0 3 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199774361840 140200331304859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10818856 memory=140367307355776 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013155 11078508544 11343 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45372 KiB

[startup+0.310521 s]*
/proc/loadavg: 1.29 1.37 1.40 3/216 19625
/proc/meminfo: memFree=14186484/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10819352 memory=54412 CPUtime=0.37 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 10163 12972 0 0 28 2 4 3 20 0 15 0 62013140 11079016448 13603 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2704838 13603 3095 1 0 2667149 0
[pid=19559/tid=19612] ppid=19556 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 6716 12972 0 0 19 1 4 3 20 0 15 0 62013149 11079016448 13669 33554432000 4194304 4196468 140722232732720 140200324146888 140200332625771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 13669 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 13669 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 13669 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 13669 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013151 11079016448 13669 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 62013152 11079016448 13669 33554432000 4194304 4196468 140722232732720 140199810024864 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013152 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199677912560 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 544 12972 0 0 1 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 75 12972 0 0 1 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10819352 memory=140367307355776 CPUtime=0.11 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 623 12972 0 0 4 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10819352 memory=140367307355776 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 13735 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54412 KiB

[startup+0.700741 s]
/proc/loadavg: 1.29 1.37 1.40 3/216 19625
/proc/meminfo: memFree=14175196/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10819352 memory=88632 CPUtime=0.98 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 16865 12972 0 0 87 4 4 3 20 0 15 0 62013140 11079016448 22158 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2704838 22158 3223 1 0 2667149 0
[pid=19559/tid=19612] ppid=19556 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 12448 12972 0 0 56 3 4 3 20 0 15 0 62013149 11079016448 22158 33554432000 4194304 4196468 140722232732720 140200324171664 140200336430430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 22158 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10819352 memory=140367181787952 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10819352 memory=140368121168460 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013150 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10819352 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 5 12972 0 0 0 0 4 3 20 0 15 0 62013151 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10819352 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 62013152 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199810024864 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013152 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199677912560 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10819352 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10819352 memory=11508 CPUtime=0.14 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 827 12972 0 0 7 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10819352 memory=16432 CPUtime=0.17 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 687 12972 0 0 10 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 659 12972 0 0 13 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013155 11079016448 22158 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88632 KiB

[startup+1.50075 s]
/proc/loadavg: 1.29 1.37 1.40 3/216 19625
/proc/meminfo: memFree=14129608/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10834252 memory=178048 CPUtime=2.23 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 24010 12972 0 0 207 9 4 3 20 0 15 0 62013140 11094274048 44512 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2708563 44512 3475 1 0 2670221 0
[pid=19559/tid=19612] ppid=19556 vsize=10834252 memory=65312 CPUtime=1.42 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 18158 12972 0 0 130 5 4 3 20 0 15 0 62013149 11094274048 44512 33554432000 4194304 4196468 140722232732720 140200324181408 140200336430430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 25 12972 0 0 1 0 4 3 20 0 15 0 62013150 11094274048 44512 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10834252 memory=280734363607200 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 75 12972 0 0 1 0 4 3 20 0 15 0 62013150 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 306 12972 0 0 1 0 4 3 20 0 15 0 62013150 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 16 12972 0 0 0 0 4 3 20 0 15 0 62013150 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 55 12972 0 0 1 0 4 3 20 0 15 0 62013151 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 33 12972 0 0 0 0 4 3 20 0 15 0 62013152 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199810024928 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013152 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199677912576 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10834252 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 1297 12972 0 0 21 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10834252 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 804 12972 0 0 19 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10834252 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 1041 12972 0 0 29 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10834252 memory=280734363851648 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 1 12972 0 0 0 0 4 3 20 0 15 0 62013155 11094274048 44512 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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

/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 92953 12972 0 0 229384 53 4 3 20 0 15 0 62013149 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200324183952 140199969674304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10914144 memory=1071292 CPUtime=11.95 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 23441 12972 0 0 1126 62 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10914144 memory=1071292 CPUtime=11.97 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 14298 12972 0 0 1127 63 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10914144 memory=1071292 CPUtime=11.96 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 14818 12972 0 0 1127 62 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10914144 memory=1071292 CPUtime=11.97 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 16918 12972 0 0 1124 66 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10914144 memory=1071292 CPUtime=11.7 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 17336 12972 0 0 1109 54 4 3 20 0 15 0 62013151 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 37 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199810024992 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199677912576 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10914144 memory=2416 CPUtime=2.86 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 13164 12972 0 0 277 2 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 59 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10914144 memory=1071292 CPUtime=3.11 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 24918 12972 0 0 301 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10914144 memory=1008 CPUtime=1.44 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 11284 12972 0 0 134 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10914144 memory=1071292 CPUtime=1.46 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 949 12972 0 0 69 70 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 2362.33 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1071292 KiB

[startup+2382.3 s]
/proc/loadavg: 0.65 0.88 1.13 2/195 19744
/proc/meminfo: memFree=14277364/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10914144 memory=1071292 CPUtime=2423.26 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 233844 12972 0 0 241944 375 4 3 20 0 15 0 62013140 11176083456 267823 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2728536 267823 3518 1 0 2690189 0
[pid=19559/tid=19612] ppid=19556 vsize=10914144 memory=1071292 CPUtime=2353.71 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 93787 12972 0 0 235310 54 4 3 20 0 15 0 62013149 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200324183440 140199969504941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10914144 memory=10936 CPUtime=12.27 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 23461 12972 0 0 1157 63 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.3 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 14311 12972 0 0 1158 65 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.28 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 15147 12972 0 0 1158 63 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.29 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 17017 12972 0 0 1155 67 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.02 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 17533 12972 0 0 1139 56 4 3 20 0 15 0 62013151 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 37 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199810024992 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199677912576 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10914144 memory=1440 CPUtime=2.86 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 13166 12972 0 0 277 2 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10914144 memory=233066 CPUtime=3.11 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 24920 12972 0 0 301 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 60 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10914144 memory=1071292 CPUtime=1.44 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 11287 12972 0 0 134 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10914144 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10914144 memory=1071292 CPUtime=1.5 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 978 12972 0 0 71 72 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 2423.26 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1071292 KiB

[startup+2442.3 s]
/proc/loadavg: 0.65 0.84 1.10 2/195 19745
/proc/meminfo: memFree=14277320/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10914144 memory=1071292 CPUtime=2484.19 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 235525 12972 0 0 248028 384 4 3 20 0 15 0 62013140 11176083456 267823 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2728536 267823 3518 1 0 2690189 0
[pid=19559/tid=19612] ppid=19556 vsize=10914144 memory=1071292 CPUtime=2413.02 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 94804 12972 0 0 241240 55 4 3 20 0 15 0 62013149 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200324183632 140199969505129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.6 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 23749 12972 0 0 1188 65 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.62 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 14370 12972 0 0 1190 65 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.6 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 15243 12972 0 0 1188 65 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.6 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 17049 12972 0 0 1184 69 4 3 20 0 15 0 62013150 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10914144 memory=1071292 CPUtime=12.33 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 17708 12972 0 0 1168 58 4 3 20 0 15 0 62013151 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 37 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199810024992 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199677912576 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10914144 memory=1071292 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10914144 memory=4012 CPUtime=2.86 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 13168 12972 0 0 277 2 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10914144 memory=19200 CPUtime=3.11 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 24922 12972 0 0 301 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 60 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10914144 memory=4012 CPUtime=1.44 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 11289 12972 0 0 134 3 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10914144 memory=19200 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10914144 memory=1071292 CPUtime=1.53 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 986 12972 0 0 72 74 4 3 20 0 15 0 62013155 11176083456 267823 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 58 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 2484.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1071292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 0.74 0.84 1.09 2/195 19745
/proc/meminfo: memFree=14275272/32770624 swapFree=67108852/67108860
[pid=19559] ppid=19556 vsize=10914144 memory=1073340 CPUtime=2520.05 cores=0,2,4,6
/proc/19559/stat : 19559 (java) S 19556 19559 13949 0 -1 1077944320 236762 12972 0 0 251608 390 4 3 20 0 15 0 62013140 11176083456 268335 33554432000 4194304 4196468 140722232732720 140722232715264 140200352349943 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
/proc/19559/statm: 2728536 268335 3518 1 0 2690189 0
[pid=19559/tid=19612] ppid=19556 vsize=10914144 memory=6791534058613427641 CPUtime=2447.9 cores=0,2,4,6
/proc/19559/task/19612/stat : 19612 (java) R 19556 19559 13949 0 -1 4202560 95411 12972 0 0 244728 55 4 3 20 0 15 0 62013149 11176083456 268335 33554432000 4194304 4196468 140722232732720 140200324183872 140199966653225 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19613] ppid=19556 vsize=10914144 memory=10936 CPUtime=12.79 cores=0,2,4,6
/proc/19559/task/19613/stat : 19613 (java) S 19556 19559 13949 0 -1 1077944384 23780 12972 0 0 1205 67 4 3 20 0 15 0 62013150 11176083456 268335 33554432000 4194304 4196468 140722232732720 140200356591888 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19614] ppid=19556 vsize=10914144 memory=1008 CPUtime=12.81 cores=0,2,4,6
/proc/19559/task/19614/stat : 19614 (java) S 19556 19559 13949 0 -1 1077944384 14386 12972 0 0 1209 65 4 3 20 0 15 0 62013150 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199926094224 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19615] ppid=19556 vsize=10914144 memory=1952 CPUtime=12.79 cores=0,2,4,6
/proc/19559/task/19615/stat : 19615 (java) S 19556 19559 13949 0 -1 1077944384 15573 12972 0 0 1205 67 4 3 20 0 15 0 62013150 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199925041680 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19616] ppid=19556 vsize=10914144 memory=8388 CPUtime=12.8 cores=0,2,4,6
/proc/19559/task/19616/stat : 19616 (java) S 19556 19559 13949 0 -1 1077944384 17120 12972 0 0 1202 71 4 3 20 0 15 0 62013150 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199923989136 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19617] ppid=19556 vsize=10914144 memory=1228 CPUtime=12.52 cores=0,2,4,6
/proc/19559/task/19617/stat : 19617 (java) S 19556 19559 13949 0 -1 1077944384 17868 12972 0 0 1187 58 4 3 20 0 15 0 62013151 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199811078640 140200352361090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19618] ppid=19556 vsize=10914144 memory=5372 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19618/stat : 19618 (java) S 19556 19559 13949 0 -1 1077944384 37 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199810024992 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19619] ppid=19556 vsize=10914144 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19619/stat : 19619 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013152 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199677912576 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19620] ppid=19556 vsize=10914144 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19620/stat : 19620 (java) S 19556 19559 13949 0 -1 1077944384 2 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199073934032 140200352368539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19621] ppid=19556 vsize=10914144 memory=1200 CPUtime=2.86 cores=0,2,4,6
/proc/19559/task/19621/stat : 19621 (java) S 19556 19559 13949 0 -1 1077944384 13170 12972 0 0 277 2 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199776466928 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 59 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19622] ppid=19556 vsize=10914144 memory=15876 CPUtime=3.11 cores=0,2,4,6
/proc/19559/task/19622/stat : 19622 (java) S 19556 19559 13949 0 -1 1077944384 24924 12972 0 0 301 3 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199775414384 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 60 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19623] ppid=19556 vsize=10914144 memory=4044 CPUtime=1.44 cores=0,2,4,6
/proc/19559/task/19623/stat : 19623 (java) S 19556 19559 13949 0 -1 1077944384 11291 12972 0 0 134 3 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199774361840 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19624] ppid=19556 vsize=10914144 memory=11528 CPUtime=0.07 cores=0,2,4,6
/proc/19559/task/19624/stat : 19624 (java) S 19556 19559 13949 0 -1 1077944384 3 12972 0 0 0 0 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140198604171872 140200352360149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
[pid=19559/tid=19625] ppid=19556 vsize=10914144 memory=2336 CPUtime=1.55 cores=0,2,4,6
/proc/19559/task/19625/stat : 19625 (java) S 19556 19559 13949 0 -1 1077944384 1002 12972 0 0 73 75 4 3 20 0 15 0 62013155 11176083456 268335 33554432000 4194304 4196468 140722232732720 140199773309744 140200352361090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 8163328 140722232740462 140722232743260 140722232743260 140722232745935 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1073340 KiB

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

[startup+2477.63 s]
# the end of solver process 19559 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.15 s, system=3.94728 s

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

Child status: 143
Real time (s): 2477.63
CPU time (s): 2520.1
CPU user time (s): 2516.15
CPU system time (s): 3.94728
CPU usage (%): 101.714
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 1073340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.15
system time used= 3.94728
maximum resident set size= 1077472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250773
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= 326631
involuntary context switches= 10834


# summary of solver processes directly reported to runsolver:
#   pid: 19559
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.15
#   total CPU system time (s): 3.94728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1065 second user time and 20.994 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 17:01:40
IDJOB=4294261
IDBENCH=141348
IDSOLVER=2750
FILE ID=node148/4294261-1532444500
RUNJOBID= node148-1532414812-13980
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Langford/LangfordBin-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294261-1532444500/watcher-4294261-1532444500 -o /tmp/evaluation-result-4294261-1532444500/solver-4294261-1532444500 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13980 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1025039604 HOME/instance-4294261-1532444500.xml

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

MD5SUM BENCH= af6539439e5a66b9d4cb5cb754e7ed18
RANDOM SEED=1025039604

node148.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:        14228280 kB
MemAvailable:   30858212 kB
Buffers:          203932 kB
Cached:         16371740 kB
SwapCached:            8 kB
Active:          3128048 kB
Inactive:       14582064 kB
Active(anon):    1087684 kB
Inactive(anon):    66092 kB
Active(file):    2040364 kB
Inactive(file): 14515972 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:       1145440 kB
Mapped:            51568 kB
Shmem:             17024 kB
Slab:             529856 kB
SReclaimable:     502056 kB
SUnreclaim:        27800 kB
KernelStack:        3808 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2112068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    911360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43728 MiB
End job on node148 at 2018-07-24 17:42:58