Trace number 4390695

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
AbsCon 2019-07-23? (problem) 67.9841 22.2926

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-09-06-fair.xml
MD5SUM15d83a7cac0db09c33f3aa76b650ee28
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 benchmark14.6037
Satisfiable
(Un)Satisfiability was proved
Number of variables14436
Number of constraints13661
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1946},{"size":201,"count":70},{"size":20001,"count":12420}]
Minimum variable degree2
Maximum variable degree118
Distribution of variable degrees[{"degree":2,"count":12752},{"degree":3,"count":324},{"degree":4,"count":33},{"degree":5,"count":162},{"degree":6,"count":98},{"degree":7,"count":279},{"degree":8,"count":371},{"degree":9,"count":222},{"degree":10,"count":33},{"degree":11,"count":66},{"degree":12,"count":9},{"degree":13,"count":54},{"degree":20,"count":1},{"degree":29,"count":7},{"degree":47,"count":7},{"degree":49,"count":4},{"degree":58,"count":1},{"degree":66,"count":6},{"degree":103,"count":2},{"degree":104,"count":4},{"degree":118,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2246},{"arity":3,"count":11413}]
Number of extensional constraints0
Number of intensional constraints13661
Distribution of constraint types[{"type":"intension","count":13661}]
Optimization problemNO
Type of objective

Solver Data

2.36/1.89	
2.36/1.89	AbsCon 2 
2.59/1.91	
4.54/2.58	  Instance
4.54/2.58	    name=instance-4390695-1568386079, framework=CSP
4.54/2.59	
4.54/2.59	  Loading variables...
22.64/7.96	  Loading constraints...
40.80/14.69	
40.80/14.69	  Domains
40.80/14.69	    nTypes=3, nValues=248430382, sizes=[2#1946,201#70,20001#12420]
40.80/14.69	  Variables
40.80/14.69	    count=14436, degrees=[2#12752,3#324,4#33,5#162...66#6,103#2,104#4,118#1]
40.80/14.69	  Constraints
40.80/14.69	    count=13661, nSpecific=12083, arities=[1#2,2#2246,3#11413]
40.80/14.69	    distribution=[CtrIntension#1578,EQ#1240,Maximum#6244,Minimum#4599]
40.80/14.69	    nIntStructures=(10,shared:1568)
40.80/14.69	    wck=12.83, cpu=8.365, mem=5730M883
54.07/18.44	  Solver SolverBacktrack being built...
54.07/18.44	
67.88/22.23	java.lang.OutOfMemoryError: Java heap space
67.88/22.23		at java.util.stream.Nodes$IntArrayNode.<init>(Nodes.java:1319)
67.88/22.23		at java.util.stream.Nodes$IntFixedNodeBuilder.<init>(Nodes.java:1481)
67.88/22.23		at java.util.stream.Nodes.intBuilder(Nodes.java:205)
67.88/22.23		at java.util.stream.IntPipeline.makeNodeBuilder(IntPipeline.java:168)
67.88/22.23		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:543)
67.88/22.23		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
67.88/22.23		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
67.88/22.23		at utility.sets.SetDense.<init>(SetDense.java:64)
67.88/22.23		at utility.sets.SetDense.<init>(SetDense.java:70)
67.88/22.23		at search.backtrack.DecisionRecorder.<init>(DecisionRecorder.java:78)
67.88/22.23		at search.backtrack.SolverBacktrack.<init>(SolverBacktrack.java:213)
67.88/22.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
67.88/22.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
67.88/22.23		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
67.88/22.23		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
67.88/22.23		at utility.Reflector.buildObject(Reflector.java:289)
67.88/22.23		at abscon.Resolution.buildSolver(Resolution.java:318)
67.88/22.23		at abscon.Resolution.solveInstance(Resolution.java:421)
67.88/22.23		at abscon.Resolution.run(Resolution.java:439)

Verifier Data

One s line expected

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 (15289 MiB free)
  memory of node 1: 16384 MiB (15341 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390695-1568386079/watcher-4390695-1568386079 -o /tmp/evaluation-result-4390695-1568386079/solver-4390695-1568386079 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6542 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390695-1568386079.xml -cm 

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=8921, runsolver pid=8918
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 1.59 1.67 1.68 4/232 8936
/proc/meminfo: memFree=31350792/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10659884 memory=28428 CPUtime=0.13 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 5140 0 0 0 13 0 0 0 20 0 15 0 414847549 10915721216 7107 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2664971 7107 2879 1 0 2627468 0
[pid=8921/tid=8923] ppid=8918 vsize=10659884 memory=-8393406173241242816 CPUtime=0.09 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) R 8918 8921 6511 0 -1 4202560 2963 0 0 0 9 0 0 0 20 0 15 0 414847550 10915721216 7173 33554432000 4194304 4196468 140737350363664 140001847085184 140001455260946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847550 10915721216 7173 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 7173 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 7173 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 7173 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000878332144 140001842866818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000877278368 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847553 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000876225264 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) R 8918 8921 6511 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000874122064 140001842865877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000873069424 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0.02 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) R 8918 8921 6511 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000872014768 140001821528804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 7173 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28428 KiB

[startup+0.211384 s]*
/proc/loadavg: 1.59 1.67 1.68 3/232 8936
/proc/meminfo: memFree=31343040/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10659884 memory=35612 CPUtime=0.32 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 6467 0 0 0 31 1 0 0 20 0 15 0 414847549 10915721216 8903 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2664971 8903 2989 1 0 2627468 0
[pid=8921/tid=8923] ppid=8918 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) R 8918 8921 6511 0 -1 4202560 3449 0 0 0 18 1 0 0 20 0 15 0 414847550 10915721216 8903 33554432000 4194304 4196468 140737350363664 140001847087760 140001799466829 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847550 10915721216 8903 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10659884 memory=140544918219257 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 8903 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 8903 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 8903 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000878332144 140001842866818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000877278368 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847553 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000876225264 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10659884 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000874121968 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 396 0 0 0 3 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000873069424 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0.05 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 739 0 0 0 5 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 8903 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35612 KiB

[startup+0.310299 s]*
/proc/loadavg: 1.59 1.67 1.68 4/232 8936
/proc/meminfo: memFree=31339072/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10659884 memory=40448 CPUtime=0.46 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 8921 0 0 0 43 3 0 0 20 0 15 0 414847549 10915721216 10112 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2664971 10112 3001 1 0 2627468 0
[pid=8921/tid=8923] ppid=8918 vsize=10659884 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) R 8918 8921 6511 0 -1 4202560 5826 0 0 0 27 2 0 0 20 0 15 0 414847550 10915721216 10112 33554432000 4194304 4196468 140737350363664 140001847076560 140001826936158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10659884 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847550 10915721216 10112 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10659884 memory=15964953428149912 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 10112 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 10112 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847551 10915721216 10112 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000878332144 140001842866818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847552 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000877278368 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847553 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000876225264 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 571 0 0 0 4 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000874121968 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 414 0 0 0 4 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000873069424 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0.07 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10659884 memory=140544918210176 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847555 10915721216 10112 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40448 KiB

[startup+0.70141 s]
/proc/loadavg: 1.59 1.67 1.68 3/232 8936
/proc/meminfo: memFree=31327832/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10661932 memory=62344 CPUtime=1.07 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 12160 0 0 0 102 5 0 0 20 0 15 0 414847549 10917818368 15586 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2665483 15586 3074 1 0 2627980 0
[pid=8921/tid=8923] ppid=8918 vsize=10661932 memory=1220 CPUtime=0.67 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) R 8918 8921 6511 0 -1 4202560 8349 0 0 0 63 4 0 0 20 0 15 0 414847550 10917818368 15586 33554432000 4194304 4196468 140737350363664 140001847081552 140001826936158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10661932 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847550 10917818368 15586 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10661932 memory=784 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10917818368 15586 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10661932 memory=8252 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10917818368 15586 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10661932 memory=5920 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847551 10917818368 15586 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10661932 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847552 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000878332144 140001842866818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10661932 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847552 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000877278368 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10661932 memory=728 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847553 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000876225264 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10661932 memory=7236533984234661184 CPUtime=0.1 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 787 0 0 0 10 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000874121968 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10661932 memory=7380106142448642414 CPUtime=0.09 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 548 0 0 0 9 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000873069424 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10661932 memory=5859271421084194152 CPUtime=0.18 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 1118 0 0 0 18 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10661932 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847555 10917818368 15586 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62344 KiB

[startup+1.50069 s]
/proc/loadavg: 1.59 1.67 1.68 3/232 8936
/proc/meminfo: memFree=31312372/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10663980 memory=74992 CPUtime=1.98 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 17519 0 0 0 192 6 0 0 20 0 15 0 414847549 10919915520 18748 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2665995 18748 3093 1 0 2628492 0
[pid=8921/tid=8923] ppid=8918 vsize=10663980 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) R 8918 8921 6511 0 -1 4202560 12269 0 0 0 142 5 0 0 20 0 15 0 414847550 10919915520 18748 33554432000 4194304 4196468 140737350363664 140001847081552 140001842877597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10663980 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847550 10919915520 18748 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10663980 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10919915520 18748 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10663980 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847551 10919915520 18748 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10663980 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847551 10919915520 18748 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 414847552 10919915520 18748 33554432000 4194304 4196468 140737350363664 140000878332144 140001842866818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0

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

[startup+20.8008 s]
/proc/loadavg: 2.12 1.78 1.72 3/233 8940
/proc/meminfo: memFree=23010380/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10748324 memory=8353800 CPUtime=62.95 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 208973 0 0 0 5436 859 0 0 20 0 16 0 414847549 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2687081 2088450 3384 1 0 2647217 0
[pid=8921/tid=8923] ppid=8918 vsize=10748324 memory=140544918220081 CPUtime=1.86 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) S 8918 8921 6511 0 -1 1077944384 14438 0 0 0 180 6 0 0 20 0 16 0 414847550 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140001847098544 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10748324 memory=8347620 CPUtime=11.23 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) R 8918 8921 6511 0 -1 4202560 39470 0 0 0 902 221 0 0 20 0 16 0 414847550 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140001779546960 140001835483879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10748324 memory=8112282956445269571 CPUtime=11.31 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) R 8918 8921 6511 0 -1 4202560 30937 0 0 0 929 202 0 0 20 0 16 0 414847551 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140001778494808 140001827313293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10748324 memory=14008 CPUtime=11.24 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) R 8918 8921 6511 0 -1 4202560 32122 0 0 0 922 202 0 0 20 0 16 0 414847551 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140001777441672 140001835483879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10748324 memory=8352468 CPUtime=11.17 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) R 8918 8921 6511 0 -1 4202560 39267 0 0 0 906 211 0 0 20 0 16 0 414847551 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140001776388816 140001835483879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10748324 memory=2116 CPUtime=0.83 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 10413 0 0 0 82 1 0 0 20 0 16 0 414847552 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000878330704 140001842865877 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10748324 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 414847552 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000877278432 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10748324 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847553 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000876225280 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10748324 memory=6788 CPUtime=3.59 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 9662 0 0 0 358 1 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000874113248 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10748324 memory=6655300316396806240 CPUtime=4 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 10533 0 0 0 399 1 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000873054416 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10748324 memory=6944656592455097440 CPUtime=0.95 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 4161 0 0 0 94 1 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10748324 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 127 0 0 0 0 1 0 0 20 0 16 0 414847555 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8937] ppid=8918 vsize=10748324 memory=5792262878946938960 CPUtime=6.65 cores=0,2,4,6
/proc/8921/task/8937/stat : 8937 (java) S 8918 8921 6511 0 -1 1077944384 16446 0 0 0 659 6 0 0 20 0 16 0 414847739 11006283776 2088450 33554432000 4194304 4196468 140737350363664 140000853247872 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 62.95 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353800 KiB

[startup+21.6007 s]
/proc/loadavg: 2.12 1.78 1.72 6/233 8940
/proc/meminfo: memFree=23010220/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10748324 memory=8353984 CPUtime=66.05 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 209006 0 0 0 5745 860 0 0 20 0 16 0 414847549 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2687081 2088496 3384 1 0 2647217 0
[pid=8921/tid=8923] ppid=8918 vsize=10748324 memory=2052 CPUtime=1.86 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) S 8918 8921 6511 0 -1 1077944384 14438 0 0 0 180 6 0 0 20 0 16 0 414847550 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001847098544 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10748324 memory=1220 CPUtime=12 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) R 8918 8921 6511 0 -1 4202560 39472 0 0 0 979 221 0 0 20 0 16 0 414847550 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001779547272 140001835483879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10748324 memory=1616 CPUtime=12.11 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) R 8918 8921 6511 0 -1 4202560 30966 0 0 0 1009 202 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001778494808 140001827313293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10748324 memory=4872558044660077418 CPUtime=11.99 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) R 8918 8921 6511 0 -1 4202560 32122 0 0 0 997 202 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001777441672 140001835483879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10748324 memory=14008 CPUtime=11.94 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) R 8918 8921 6511 0 -1 4202560 39267 0 0 0 983 211 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001776388816 140001835483879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10748324 memory=12024 CPUtime=0.83 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 10413 0 0 0 82 1 0 0 20 0 16 0 414847552 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000878330704 140001842865877 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10748324 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 414847552 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000877278432 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10748324 memory=20984 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847553 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000876225280 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10748324 memory=496 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10748324 memory=1564 CPUtime=3.59 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 9662 0 0 0 358 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000874113248 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10748324 memory=928 CPUtime=4 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 10533 0 0 0 399 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000873054416 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10748324 memory=1744 CPUtime=0.95 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 4161 0 0 0 94 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10748324 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10748324 memory=1440 CPUtime=0.01 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 129 0 0 0 0 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8937] ppid=8918 vsize=10748324 memory=1984 CPUtime=6.65 cores=0,2,4,6
/proc/8921/task/8937/stat : 8937 (java) S 8918 8921 6511 0 -1 1077944384 16446 0 0 0 659 6 0 0 20 0 16 0 414847739 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000853247872 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 66.05 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353984 KiB

[startup+22.0007 s]*
/proc/loadavg: 2.12 1.78 1.72 6/233 8940
/proc/meminfo: memFree=23010212/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10748324 memory=8353984 CPUtime=67.62 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 209199 0 0 0 5902 860 0 0 20 0 16 0 414847549 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2687081 2088496 3384 1 0 2647217 0
[pid=8921/tid=8923] ppid=8918 vsize=10748324 memory=8112282956445269571 CPUtime=1.86 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) S 8918 8921 6511 0 -1 1077944384 14438 0 0 0 180 6 0 0 20 0 16 0 414847550 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001847098544 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10748324 memory=0 CPUtime=12.39 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) R 8918 8921 6511 0 -1 4202560 39489 0 0 0 1018 221 0 0 20 0 16 0 414847550 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001779547272 140001835483879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10748324 memory=0 CPUtime=12.52 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) R 8918 8921 6511 0 -1 4202560 31109 0 0 0 1050 202 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001778494808 140001827313262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10748324 memory=0 CPUtime=12.37 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) R 8918 8921 6511 0 -1 4202560 32132 0 0 0 1035 202 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001777441672 140001835483879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10748324 memory=0 CPUtime=12.33 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) R 8918 8921 6511 0 -1 4202560 39278 0 0 0 1022 211 0 0 20 0 16 0 414847551 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140001776389128 140001835483879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10748324 memory=3834428218966052912 CPUtime=0.83 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) S 8918 8921 6511 0 -1 1077944384 10413 0 0 0 82 1 0 0 20 0 16 0 414847552 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000878330704 140001842865877 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10748324 memory=3544677269504078879 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 414847552 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000877278432 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10748324 memory=7156897559809977705 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847553 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000876225280 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10748324 memory=8098710619540712551 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10748324 memory=0 CPUtime=3.59 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 9662 0 0 0 358 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000874113248 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10748324 memory=4122822469376554035 CPUtime=4 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 10533 0 0 0 399 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000873054416 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10748324 memory=2321518692167120544 CPUtime=0.95 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 4161 0 0 0 94 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10748324 memory=3467824627930117936 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10748324 memory=2319529744084559536 CPUtime=0.01 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 141 0 0 0 0 1 0 0 20 0 16 0 414847555 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8937] ppid=8918 vsize=10748324 memory=3762535611533635871 CPUtime=6.65 cores=0,2,4,6
/proc/8921/task/8937/stat : 8937 (java) S 8918 8921 6511 0 -1 1077944384 16446 0 0 0 659 6 0 0 20 0 16 0 414847739 11006283776 2088496 33554432000 4194304 4196468 140737350363664 140000853247872 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 67.62 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353984 KiB

[startup+22.2008 s]
/proc/loadavg: 2.12 1.78 1.72 6/233 8940
/proc/meminfo: memFree=23010212/32770624 swapFree=67004032/67108860
[pid=8921] ppid=8918 vsize=10748324 memory=8353996 CPUtime=67.88 cores=0,2,4,6
/proc/8921/stat : 8921 (java) S 8918 8921 6511 0 -1 1077944320 211349 0 0 0 5928 860 0 0 20 0 16 0 414847549 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140737350346208 140001842855671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
/proc/8921/statm: 2687081 2088499 3384 1 0 2647217 0
[pid=8921/tid=8923] ppid=8918 vsize=10748324 memory=303148782735078678 CPUtime=1.86 cores=0,2,4,6
/proc/8921/task/8923/stat : 8923 (java) S 8918 8921 6511 0 -1 1077944384 14438 0 0 0 180 6 0 0 20 0 16 0 414847550 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140001847098544 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8924] ppid=8918 vsize=10748324 memory=13846378471140593 CPUtime=12.41 cores=0,2,4,6
/proc/8921/task/8924/stat : 8924 (java) S 8918 8921 6511 0 -1 1077944384 39489 0 0 0 1020 221 0 0 20 0 16 0 414847550 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140001779547152 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8925] ppid=8918 vsize=10748324 memory=7523920029713716809 CPUtime=12.55 cores=0,2,4,6
/proc/8921/task/8925/stat : 8925 (java) S 8918 8921 6511 0 -1 1077944384 31119 0 0 0 1053 202 0 0 20 0 16 0 414847551 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140001778494608 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8926] ppid=8918 vsize=10748324 memory=281089637613808 CPUtime=12.39 cores=0,2,4,6
/proc/8921/task/8926/stat : 8926 (java) S 8918 8921 6511 0 -1 1077944384 32132 0 0 0 1037 202 0 0 20 0 16 0 414847551 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140001777441552 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8927] ppid=8918 vsize=10748324 memory=-4050210904893865361 CPUtime=12.35 cores=0,2,4,6
/proc/8921/task/8927/stat : 8927 (java) S 8918 8921 6511 0 -1 1077944384 39278 0 0 0 1024 211 0 0 20 0 16 0 414847551 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140001776389008 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8928] ppid=8918 vsize=10748324 memory=7686721470247706567 CPUtime=1 cores=0,2,4,6
/proc/8921/task/8928/stat : 8928 (java) R 8918 8921 6511 0 -1 4202560 12553 0 0 0 99 1 0 0 20 0 16 0 414847552 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000878330704 140001821225846 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8929] ppid=8918 vsize=10748324 memory=-6644015126959988880 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8929/stat : 8929 (java) S 8918 8921 6511 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 414847552 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000877278432 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8930] ppid=8918 vsize=10748324 memory=281089637613808 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8930/stat : 8930 (java) S 8918 8921 6511 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847553 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000876225280 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8931] ppid=8918 vsize=10748324 memory=-7518891959079781835 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8931/stat : 8931 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000875173840 140001842874267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8932] ppid=8918 vsize=10748324 memory=-7384994778349281184 CPUtime=3.59 cores=0,2,4,6
/proc/8921/task/8932/stat : 8932 (java) S 8918 8921 6511 0 -1 1077944384 9662 0 0 0 358 1 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000874113248 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8933] ppid=8918 vsize=10748324 memory=-7449383003082255510 CPUtime=4 cores=0,2,4,6
/proc/8921/task/8933/stat : 8933 (java) S 8918 8921 6511 0 -1 1077944384 10533 0 0 0 399 1 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000873054416 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8934] ppid=8918 vsize=10748324 memory=1414353297708861353 CPUtime=0.95 cores=0,2,4,6
/proc/8921/task/8934/stat : 8934 (java) S 8918 8921 6511 0 -1 1077944384 4161 0 0 0 94 1 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000872016368 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8935] ppid=8918 vsize=10748324 memory=-2892745056951965031 CPUtime=0 cores=0,2,4,6
/proc/8921/task/8935/stat : 8935 (java) S 8918 8921 6511 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000870964064 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8936] ppid=8918 vsize=10748324 memory=3905381792062039732 CPUtime=0.01 cores=0,2,4,6
/proc/8921/task/8936/stat : 8936 (java) S 8918 8921 6511 0 -1 1077944384 141 0 0 0 0 1 0 0 20 0 16 0 414847555 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000869911088 140001842866818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
[pid=8921/tid=8937] ppid=8918 vsize=10748324 memory=3071014 CPUtime=6.65 cores=0,2,4,6
/proc/8921/task/8937/stat : 8937 (java) S 8918 8921 6511 0 -1 1077944384 16446 0 0 0 659 6 0 0 20 0 16 0 414847739 11006283776 2088499 33554432000 4194304 4196468 140737350363664 140000853247872 140001842865877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22847488 140737350370315 140737350370418 140737350370418 140737350373327 0
Current children cumulated CPU time: 67.88 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8353996 KiB

Child status: 0
Real time (s): 22.2926
CPU time (s): 67.9841
CPU user time (s): 59.3164
CPU system time (s): 8.66766
CPU usage (%): 304.962
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 8353996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.3164
system time used= 8.66766
maximum resident set size= 8354592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6550
involuntary context switches= 686


# summary of solver processes directly reported to runsolver:
#   pid: 8921
#   total CPU time (s): 67.9841
#   total CPU user time (s): 59.3164
#   total CPU system time (s): 8.66766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181613 second user time and 0.264279 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 16:47:20
IDJOB=4390695
IDBENCH=139246
IDSOLVER=2832
FILE ID=node133/4390695-1568386079
RUNJOBID= node133-1568380476-6542
PBS_JOBID= 21701835
Free space on /tmp= 55104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-09-06-fair.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390695-1568386079/watcher-4390695-1568386079 -o /tmp/evaluation-result-4390695-1568386079/solver-4390695-1568386079 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568380476-6542 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390695-1568386079.xml -cm

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

MD5SUM BENCH= 15d83a7cac0db09c33f3aa76b650ee28
RANDOM SEED=1562995413

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
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.18
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.18
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.18
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:        31366780 kB
MemAvailable:   31675804 kB
Buffers:          162404 kB
Cached:           426584 kB
SwapCached:         3440 kB
Active:           530788 kB
Inactive:         285312 kB
Active(anon):     250596 kB
Inactive(anon):    16032 kB
Active(file):     280192 kB
Inactive(file):   269280 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       67004032 kB
Dirty:              9060 kB
Writeback:             0 kB
AnonPages:        413908 kB
Mapped:            56520 kB
Shmem:             31412 kB
Slab:             179688 kB
SReclaimable:     150776 kB
SUnreclaim:        28912 kB
KernelStack:        4080 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1259320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55096 MiB
End job on node133 at 2019-09-13 16:47:42