Trace number 4273346

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26? 1121.95 346.66299

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.25/0.38	c version: 2017-07-26
0.25/0.39	c seed: 613793000
0.25/0.39	c timeout: 2520
0.25/0.39	c memlimit: 11000
0.25/0.39	c nbcore: 4
0.25/0.41	c Parsing instance...
1091.82/337.80	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1121.77/346.55		at java.util.Arrays.copyOf(Arrays.java:3181)
1121.77/346.55		at java.util.ArrayList.grow(ArrayList.java:261)
1121.77/346.55		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
1121.77/346.55		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
1121.77/346.55		at java.util.ArrayList.add(ArrayList.java:458)
1121.77/346.55		at org.xcsp.parser.loaders.CtrLoaderInteger.intensionToExtension(CtrLoaderInteger.java:225)
1121.77/346.55		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:392)
1121.77/346.55		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1121.77/346.55		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1121.77/346.55		at org.xcsp.parser.XCallbacks$$Lambda$45/487075464.accept(Unknown Source)
1121.77/346.55		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1121.77/346.55		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1121.77/346.55		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1121.77/346.55		at oscar.xcsp3.XCSP3Parser2.<init>(Parser2.scala:62)
1121.77/346.55		at oscar.xcsp3.XCSP3Parser2$.parse(Parser2.scala:878)
1121.77/346.55		at oscar.xcsp3.competition.solvers.ALNSSolver$.runSolver(ALNSSolver.scala:27)
1121.77/346.55		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
1121.77/346.55		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
1121.77/346.55		at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
1121.77/346.55		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
1121.77/346.55		at scala.App$$anonfun$main$1.apply(App.scala:76)
1121.77/346.55		at scala.App$$anonfun$main$1.apply(App.scala:76)
1121.77/346.55		at scala.collection.immutable.List.foreach(List.scala:383)
1121.77/346.55		at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
1121.77/346.55		at scala.App$class.main(App.scala:76)
1121.77/346.55		at oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
1121.77/346.55		at oscar.xcsp3.competition.solvers.ALNSSolver.main(ALNSSolver.scala)
1121.88/346.63	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 (14615 MiB free)
  memory of node 1: 16384 MiB (15128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273346-1502907734/watcher-4273346-1502907734 -o /tmp/evaluation-result-4273346-1502907734/solver-4273346-1502907734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502869858-14426 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 613793000 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273346-1502907734.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=20653, runsolver pid=20650
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.61 1.46 1.42 3/202 20659
/proc/meminfo: memFree=30451596/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13440536 memory=15988 CPUtime=0.01 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 3846 0 0 0 1 0 0 0 20 0 7 0 44655971 13763108864 3997 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3360134 3997 2034 1 0 3349631 0
[pid=20653/tid=20655] ppid=20650 vsize=13441564 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) R 20650 20653 7968 0 -1 1077944384 2534 0 0 0 1 0 0 0 20 0 8 0 44655980 13764161536 3997 18446744073709551615 4194304 4196468 140730868381392 140513912177072 140513907947221 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13441564 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 44655981 13764161536 3997 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13441564 memory=139819580798592 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 44655981 13764161536 3997 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13441564 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 44655981 13764161536 3997 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13441564 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 44655981 13764161536 3997 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13507100 memory=139819580798592 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 44655982 13831270400 3997 18446744073709551615 4194304 4196468 140730868381392 140513386167024 140513907948162 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13507100 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) R 20650 20653 7968 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 8 0 44655982 13831270400 3997 18446744073709551615 4194304 4196468 140730868381392 140513385115208 140513495822061 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15988 KiB

[startup+0.209901 s]*
/proc/loadavg: 1.61 1.46 1.42 3/211 20668
/proc/meminfo: memFree=30443792/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13975920 memory=30740 CPUtime=0.09 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 6998 0 0 0 8 1 0 0 20 0 15 0 44655971 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3493980 7685 3358 1 0 3482759 0
[pid=20653/tid=20655] ppid=20650 vsize=13975920 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) R 20650 20653 7968 0 -1 4202560 5085 0 0 0 6 1 0 0 20 0 15 0 44655980 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513912122064 140513907948950 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13975920 memory=327 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13975920 memory=288370195732510336 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13975920 memory=139819580798592 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655982 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513386167024 140513907948162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655982 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513385113248 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655983 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513384060144 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513381955824 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513380903280 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13975920 memory=139819580798592 CPUtime=0.01 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) R 20650 20653 7968 0 -1 4202560 230 0 0 0 1 0 0 0 20 0 15 0 44655985 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513379850224 140513907948950 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13975920 memory=139819580798592 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655990 14311342080 7685 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30740 KiB

[startup+0.310293 s]*
/proc/loadavg: 1.61 1.46 1.42 3/211 20668
/proc/meminfo: memFree=30432104/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13975920 memory=40232 CPUtime=0.25 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 10827 0 0 0 22 3 0 0 20 0 15 0 44655971 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3493980 10058 3483 1 0 3482759 0
[pid=20653/tid=20655] ppid=20650 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) R 20650 20653 7968 0 -1 4202560 8555 0 0 0 15 2 0 0 20 0 15 0 44655980 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513912136768 140513890135501 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655981 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) S 20650 20653 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44655982 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513386167024 140513907948162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655982 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513385113248 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655983 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513384060144 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 15 0 44655985 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513381955824 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513380903280 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13975920 memory=139819580798592 CPUtime=0.04 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) R 20650 20653 7968 0 -1 4202560 378 0 0 0 4 0 0 0 20 0 15 0 44655985 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513379850224 140513907958362 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13975920 memory=139819580798592 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655990 14311342080 10058 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40232 KiB

[startup+0.702883 s]
/proc/loadavg: 1.61 1.46 1.42 4/211 20668
/proc/meminfo: memFree=30417636/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=66212 CPUtime=1.03 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 13738 0 0 0 98 5 0 0 20 0 15 0 44655971 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 16553 3725 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=584 CPUtime=0.55 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) R 20650 20653 7968 0 -1 4202560 10421 0 0 0 52 3 0 0 20 0 15 0 44655980 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513912172624 140513495776516 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=17 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=91 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655981 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=161 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44655981 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=279638878455504 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) S 20650 20653 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513386167024 140513907948162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513385113248 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513384060144 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 44655985 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513381955824 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 352 0 0 0 10 0 0 0 20 0 15 0 44655985 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513380903280 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) R 20650 20653 7968 0 -1 4202560 756 0 0 0 23 0 0 0 20 0 15 0 44655985 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513379850224 140513907958362 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44655990 14313459712 16553 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66212 KiB

[startup+1.50073 s]
/proc/loadavg: 1.61 1.46 1.42 3/211 20668
/proc/meminfo: memFree=30346896/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=259504 CPUtime=2.34 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 19318 0 0 0 216 18 0 0 20 0 15 0 44655971 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 64876 3781 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=103136 CPUtime=1.27 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) R 20650 20653 7968 0 -1 4202560 10990 0 0 0 122 5 0 0 20 0 15 0 44655980 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513912174496 140513498948480 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=684 CPUtime=0.06 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 154 0 0 0 4 2 0 0 20 0 15 0 44655981 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=357 CPUtime=0.06 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 302 0 0 0 4 2 0 0 20 0 15 0 44655981 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=111 CPUtime=0.06 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 465 0 0 0 4 2 0 0 20 0 15 0 44655981 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=279638878196576 CPUtime=0.06 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 295 0 0 0 4 2 0 0 20 0 15 0 44655981 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) S 20650 20653 7968 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513386167024 140513907948162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=15254861369313240 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513385113248 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513384060160 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=11823 CPUtime=0.2 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 1129 0 0 0 20 0 0 0 20 0 15 0 44655985 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513381955824 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=20825 CPUtime=0.27 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 1713 0 0 0 26 1 0 0 20 0 15 0 44655985 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513380903280 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=-8774313645642428999 CPUtime=0.27 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) S 20650 20653 7968 0 -1 1077944384 2411 0 0 0 27 0 0 0 20 0 15 0 44655985 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513379850224 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 64876 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0

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

[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690603 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=2920 CPUtime=0.28 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 495 0 0 0 21 7 0 0 20 0 15 0 44655990 14313459712 2690603 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1117.7 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10762412 KiB

[startup+345.901 s]
/proc/loadavg: 4.67 3.33 2.21 3/211 20784
/proc/meminfo: memFree=16550212/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=10762764 CPUtime=1121.16 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 286384 0 0 0 110966 1150 0 0 20 0 15 0 44655971 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 2690691 3806 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=228509440057694 CPUtime=42.73 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) S 20650 20653 7968 0 -1 1077944384 18247 0 0 0 4264 9 0 0 20 0 15 0 44655980 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513912176288 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=-8774313645642428999 CPUtime=259.09 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 45604 0 0 0 25634 275 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=2012 CPUtime=258.9 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 28555 0 0 0 25626 264 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=5520 CPUtime=258.36 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 56466 0 0 0 25539 297 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=4612 CPUtime=258.5 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 51670 0 0 0 25556 294 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=4124 CPUtime=41.97 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) R 20650 20653 7968 0 -1 4202560 69973 0 0 0 4193 4 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513386165456 140513892933367 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=25980 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513385113312 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513384060160 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=1732 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 4232 0 0 0 41 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513381955872 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=1700 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 3779 0 0 0 40 1 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513380903328 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=1228 CPUtime=0.42 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) S 20650 20653 7968 0 -1 1077944384 5884 0 0 0 42 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513379849984 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=10762312 CPUtime=0.28 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 495 0 0 0 21 7 0 0 20 0 15 0 44655990 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1121.16 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10762764 KiB

[startup+346.301 s]*
/proc/loadavg: 4.67 3.33 2.21 3/211 20784
/proc/meminfo: memFree=16557968/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=10762764 CPUtime=1121.57 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 286384 0 0 0 111007 1150 0 0 20 0 15 0 44655971 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 2690691 3806 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=-8774313645642428999 CPUtime=42.73 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) S 20650 20653 7968 0 -1 1077944384 18247 0 0 0 4264 9 0 0 20 0 15 0 44655980 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513912176288 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=4126316290023845779 CPUtime=259.09 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 45604 0 0 0 25634 275 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=1152 CPUtime=258.9 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 28555 0 0 0 25626 264 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=2984 CPUtime=258.36 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 56466 0 0 0 25539 297 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=3605704 CPUtime=258.5 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 51670 0 0 0 25556 294 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=4304 CPUtime=42.37 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) R 20650 20653 7968 0 -1 4202560 69973 0 0 0 4233 4 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513386165456 140513892394606 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=279638879799808 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513385113312 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=55 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513384060160 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=1792 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 4232 0 0 0 41 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513381955872 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=960 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 3779 0 0 0 40 1 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513380903328 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=2248 CPUtime=0.42 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) S 20650 20653 7968 0 -1 1077944384 5884 0 0 0 42 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513379849984 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=1588 CPUtime=0.28 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 495 0 0 0 21 7 0 0 20 0 15 0 44655990 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1121.57 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10762764 KiB

[startup+346.501 s]
/proc/loadavg: 4.67 3.33 2.21 3/211 20784
/proc/meminfo: memFree=16557968/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=10762764 CPUtime=1121.77 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 286384 0 0 0 111027 1150 0 0 20 0 15 0 44655971 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 2690691 3806 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=2164 CPUtime=42.73 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) S 20650 20653 7968 0 -1 1077944384 18247 0 0 0 4264 9 0 0 20 0 15 0 44655980 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513912176288 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=840 CPUtime=259.09 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 45604 0 0 0 25634 275 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=-8774313645642428999 CPUtime=258.9 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 28555 0 0 0 25626 264 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=1228 CPUtime=258.36 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 56466 0 0 0 25539 297 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=1000 CPUtime=258.5 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 51670 0 0 0 25556 294 0 0 20 0 15 0 44655981 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=2012 CPUtime=42.57 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) R 20650 20653 7968 0 -1 4202560 69973 0 0 0 4253 4 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513386165456 140513886307195 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513385113312 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513384060160 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=792 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=8892 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 4232 0 0 0 41 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513381955872 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=1440 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 3779 0 0 0 40 1 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513380903328 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) S 20650 20653 7968 0 -1 1077944384 5884 0 0 0 42 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513379849984 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=517601 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=301741399261588829 CPUtime=0.28 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 495 0 0 0 21 7 0 0 20 0 15 0 44655990 14313459712 2690691 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1121.77 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10762764 KiB

[startup+346.601 s]
/proc/loadavg: 4.67 3.33 2.21 3/211 20784
/proc/meminfo: memFree=16557968/32770624 swapFree=67108860/67108860
[pid=20653] ppid=20650 vsize=13977988 memory=10762772 CPUtime=1121.88 cores=1,3,5,7
/proc/20653/stat : 20653 (java) S 20650 20653 7968 0 -1 1077944320 286435 0 0 0 111038 1150 0 0 20 0 15 0 44655971 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140730868363936 140513907937015 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
/proc/20653/statm: 3494497 2690693 3806 1 0 3483271 0
[pid=20653/tid=20655] ppid=20650 vsize=13977988 memory=10762304 CPUtime=42.73 cores=1,3,5,7
/proc/20653/task/20655/stat : 20655 (java) S 20650 20653 7968 0 -1 1077944384 18250 0 0 0 4264 9 0 0 20 0 15 0 44655980 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513912178608 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20656] ppid=20650 vsize=13977988 memory=10762320 CPUtime=259.09 cores=1,3,5,7
/proc/20653/task/20656/stat : 20656 (java) S 20650 20653 7968 0 -1 1077944384 45604 0 0 0 25634 275 0 0 20 0 15 0 44655981 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513827351056 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20657] ppid=20650 vsize=13977988 memory=10762320 CPUtime=258.91 cores=1,3,5,7
/proc/20653/task/20657/stat : 20657 (java) S 20650 20653 7968 0 -1 1077944384 28555 0 0 0 25627 264 0 0 20 0 15 0 44655981 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513826298512 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20658] ppid=20650 vsize=13977988 memory=10762392 CPUtime=258.36 cores=1,3,5,7
/proc/20653/task/20658/stat : 20658 (java) S 20650 20653 7968 0 -1 1077944384 56466 0 0 0 25539 297 0 0 20 0 15 0 44655981 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513825245456 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20659] ppid=20650 vsize=13977988 memory=10762764 CPUtime=258.5 cores=1,3,5,7
/proc/20653/task/20659/stat : 20659 (java) S 20650 20653 7968 0 -1 1077944384 51670 0 0 0 25556 294 0 0 20 0 15 0 44655981 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513824192912 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20660] ppid=20650 vsize=13977988 memory=10762764 CPUtime=42.66 cores=1,3,5,7
/proc/20653/task/20660/stat : 20660 (java) R 20650 20653 7968 0 -1 4202560 69983 0 0 0 4262 4 0 0 20 0 15 0 44655982 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513386165568 140513886307195 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20661] ppid=20650 vsize=13977988 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20661/stat : 20661 (java) S 20650 20653 7968 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 44655982 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513385113312 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20662] ppid=20650 vsize=13977988 memory=10762320 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20662/stat : 20662 (java) S 20650 20653 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 44655983 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513384060160 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20663] ppid=20650 vsize=13977988 memory=279638879316928 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20663/stat : 20663 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513383008720 140513907955611 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20664] ppid=20650 vsize=13977988 memory=10762764 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20664/stat : 20664 (java) S 20650 20653 7968 0 -1 1077944384 4232 0 0 0 41 0 0 0 20 0 15 0 44655985 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513381955824 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20665] ppid=20650 vsize=13977988 memory=4124 CPUtime=0.41 cores=1,3,5,7
/proc/20653/task/20665/stat : 20665 (java) S 20650 20653 7968 0 -1 1077944384 3779 0 0 0 40 1 0 0 20 0 15 0 44655985 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513380903040 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20666] ppid=20650 vsize=13977988 memory=10762392 CPUtime=0.42 cores=1,3,5,7
/proc/20653/task/20666/stat : 20666 (java) S 20650 20653 7968 0 -1 1077944384 5922 0 0 0 42 0 0 0 20 0 15 0 44655985 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513379846432 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20667] ppid=20650 vsize=13977988 memory=10762392 CPUtime=0 cores=1,3,5,7
/proc/20653/task/20667/stat : 20667 (java) S 20650 20653 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44655985 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513378797920 140513907947221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
[pid=20653/tid=20668] ppid=20650 vsize=13977988 memory=-8774313645642428999 CPUtime=0.3 cores=1,3,5,7
/proc/20653/task/20668/stat : 20668 (java) S 20650 20653 7968 0 -1 1077944384 495 0 0 0 21 9 0 0 20 0 15 0 44655990 14313459712 2690693 18446744073709551615 4194304 4196468 140730868381392 140513377745968 140513907948162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 24735744 140730868384118 140730868384298 140730868384298 140730868387791 0
Current children cumulated CPU time: 1121.88 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 10762772 KiB

Child status: 1
Real time (s): 346.663
CPU time (s): 1121.95
CPU user time (s): 1110.4
CPU system time (s): 11.5549
CPU usage (%): 323.644
Max. virtual memory (cumulated for all children) (KiB): 13977988
Max. memory (cumulated for all children) (KiB): 10762772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1110.4
system time used= 11.5549
maximum resident set size= 10762772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16283
involuntary context switches= 9336


# summary of solver processes directly reported to runsolver:
#   pid: 20653
#   total CPU time (s): 1121.95
#   total CPU user time (s): 1110.4
#   total CPU system time (s): 11.5549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00013 second user time and 3.68271 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-16 20:08:16
IDJOB=4273346
IDBENCH=140559
IDSOLVER=2665
FILE ID=node128/4273346-1502907734
RUNJOBID= node128-1502869858-14426
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273346-1502907734/watcher-4273346-1502907734 -o /tmp/evaluation-result-4273346-1502907734/solver-4273346-1502907734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502869858-14426 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 613793000 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273346-1502907734.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=613793000

node128.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.94
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.94
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.94
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.94
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:        30458460 kB
MemAvailable:   31559804 kB
Buffers:          253448 kB
Cached:          1137988 kB
SwapCached:            0 kB
Active:           983316 kB
Inactive:         901364 kB
Active(anon):     493632 kB
Inactive(anon):    24956 kB
Active(file):     489684 kB
Inactive(file):   876408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42364 kB
Writeback:             0 kB
AnonPages:        492524 kB
Mapped:            55376 kB
Shmem:             25308 kB
Slab:             127724 kB
SReclaimable:     102176 kB
SUnreclaim:        25548 kB
KernelStack:        3472 kB
PageTables:         9316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1094448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node128 at 2017-08-16 20:14:03