Trace number 4308760

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 - Parallel with EPS 2018-08-14? 211.44 43.8726

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 4644356
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
15.37/9.42	c Parsing done, starting search...
210.14/43.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
210.14/43.43		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
211.26/43.76		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
211.26/43.76		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
211.26/43.76		at scala.Array$.fill(Array.scala:263)
211.26/43.76		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
211.26/43.76		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
211.26/43.76		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
211.26/43.76		at oscar.cp.core.CPStore.post(CPStore.scala:282)
211.26/43.76		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
211.26/43.76		at oscar.cp.core.CPSolver$$Lambda$150/1486726131.apply$mcV$sp(Unknown Source)
211.26/43.76		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
211.26/43.76		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
211.26/43.76		at oscar.cp.package$.isInconsistent(package.scala:54)
211.26/43.76		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
211.26/43.76		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
211.26/43.76		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
211.26/43.76		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
211.26/43.76		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
211.26/43.76		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
211.26/43.76		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
211.26/43.76		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
211.26/43.76		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
211.26/43.76		at oscar.modeling.models.InstantiatedModel$$Lambda$142/1342346098.apply(Unknown Source)
211.26/43.76		at scala.collection.immutable.List.foreach(List.scala:389)
211.26/43.76		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
211.26/43.76		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
211.26/43.76		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
211.26/43.76		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
211.26/43.76		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
211.26/43.76		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/137460818.apply(Unknown Source)
211.26/43.76		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
211.26/43.76		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
211.26/43.76	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 (10607 MiB free)
  memory of node 1: 16384 MiB (12893 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308760-1534374810/watcher-4308760-1534374810 -o /tmp/evaluation-result-4308760-1534374810/solver-4308760-1534374810 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 4644356 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308760-1534374810.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22758, runsolver pid=22755

[startup+0.100149 s]*
/proc/loadavg: 3.16 3.93 6.37 3/199 22778
/proc/meminfo: memFree=24048204/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26103420 memory=29352 CPUtime=0.11 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 6792 0 0 0 10 1 0 0 20 0 20 0 255044335 26729902080 7338 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6525855 7338 3133 1 0 6487932 0
[pid=22758/tid=22760] ppid=22755 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 22184 0 -1 4202560 4890 0 0 0 8 1 0 0 20 0 20 0 255044335 26729902080 7338 33554432000 4194304 4196468 140732460200336 140061556035584 140061532108651 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061504453008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26103420 memory=139925846730368 CPUtime=0 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061503400208 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061502347920 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061106895376 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061105843088 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061104790288 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061103738000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 7404 33554432000 4194304 4196468 140732460200336 140061102685200 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044337 26729902080 7404 33554432000 4194304 4196468 140732460200336 140060880992368 140061551843970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 7404 33554432000 4194304 4196468 140732460200336 140060879938336 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060878886000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 22184 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060876782192 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 20 0 255044341 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 7470 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29352 KiB

[startup+0.210223 s]*
/proc/loadavg: 3.16 3.93 6.37 3/199 22778
/proc/meminfo: memFree=24034624/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26103420 memory=43048 CPUtime=0.29 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 10439 0 0 0 27 2 0 0 20 0 20 0 255044335 26729902080 10762 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6525855 10762 3318 1 0 6487932 0
[pid=22758/tid=22760] ppid=22755 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 22184 0 -1 4202560 8174 0 0 0 18 1 0 0 20 0 20 0 255044335 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061556056936 140061535876453 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061504453008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26103420 memory=288370301998442112 CPUtime=0 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061503400208 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061502347920 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061106895376 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061105843088 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061104790288 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061103738000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 10762 33554432000 4194304 4196468 140732460200336 140061102685200 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044337 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060880992368 140061551843970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060879938336 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060878886000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) R 22755 22758 22184 0 -1 4202560 497 0 0 0 1 0 0 0 20 0 20 0 255044340 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060876782192 140061536958993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) R 22755 22758 22184 0 -1 4202560 297 0 0 0 6 0 0 0 20 0 20 0 255044341 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060873624304 140061530455697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 10762 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43048 KiB

[startup+0.310248 s]*
/proc/loadavg: 3.16 3.93 6.37 3/199 22778
/proc/meminfo: memFree=24031212/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26103420 memory=46564 CPUtime=0.43 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 10860 0 0 0 40 3 0 0 20 0 20 0 255044335 26729902080 11641 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6525855 11641 3358 1 0 6487932 0
[pid=22758/tid=22760] ppid=22755 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 22184 0 -1 4202560 8523 0 0 0 28 2 0 0 20 0 20 0 255044335 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061555994560 140061533396352 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061504453008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061503400208 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061502347920 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061106895376 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061105843088 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26103420 memory=139925739631535 CPUtime=0 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061104790288 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26103420 memory=139925739633840 CPUtime=0 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061103738000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26103420 memory=139925739636144 CPUtime=0 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044336 26729902080 11641 33554432000 4194304 4196468 140732460200336 140061102685200 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044337 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060880992368 140061551843970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26103420 memory=279851479279248 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060879938336 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26103420 memory=279851479286160 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255044338 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060878886000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26103420 memory=279851479227440 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26103420 memory=279851479299984 CPUtime=0.01 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 22184 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 20 0 255044340 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060876782192 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26103420 memory=279851479306896 CPUtime=0.01 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 255044340 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26103420 memory=279851479304592 CPUtime=0 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26103420 memory=279851479321200 CPUtime=0.07 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 316 0 0 0 7 0 0 0 20 0 20 0 255044341 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044341 26729902080 11641 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46564 KiB

[startup+0.700989 s]
/proc/loadavg: 3.16 3.93 6.37 3/199 22778
/proc/meminfo: memFree=24007560/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26105488 memory=87756 CPUtime=0.99 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 17817 0 0 0 94 5 0 0 20 0 20 0 255044335 26732019712 21939 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6526372 21939 3497 1 0 6488444 0
[pid=22758/tid=22760] ppid=22755 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) R 22755 22758 22184 0 -1 4202560 15032 0 0 0 64 3 0 0 20 0 20 0 255044335 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061556056144 140061535913310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061504453008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061503400208 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061502347920 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061106895376 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061105843088 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061104790288 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061103738000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044336 26732019712 21939 33554432000 4194304 4196468 140732460200336 140061102685200 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255044337 26732019712 21939 33554432000 4194304 4196468 140732460200336 140060880992368 140061551843970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0

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

/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 2922 0 0 0 50 1 0 0 20 0 20 0 255044341 26738311168 5743707 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26738311168 5743707 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 136 0 0 0 0 1 0 0 20 0 20 0 255044341 26738311168 5743707 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 175.23 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 22972780 KiB

[startup+41.6017 s]
/proc/loadavg: 2.88 3.77 6.22 9/199 22778
/proc/meminfo: memFree=832968/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26111632 memory=23215420 CPUtime=198.51 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 866884 0 0 0 15500 4351 0 0 20 0 20 0 255044335 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6527908 5803855 3594 1 0 6489980 0
[pid=22758/tid=22760] ppid=22755 vsize=26111632 memory=23215244 CPUtime=17.3 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) S 22755 22758 22184 0 -1 1077944384 33190 0 0 0 1684 46 0 0 20 0 20 0 255044335 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061556067008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26111632 memory=1860 CPUtime=22.19 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) R 22755 22758 22184 0 -1 4202560 88204 0 0 0 1686 533 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061504452816 140061544461031 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26111632 memory=8004152 CPUtime=22.07 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) R 22755 22758 22184 0 -1 4202560 80438 0 0 0 1722 485 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061503400016 140061544461031 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=22.1 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) R 22755 22758 22184 0 -1 4202560 78559 0 0 0 1685 525 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061502348040 140061544935816 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26111632 memory=0 CPUtime=22.1 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) R 22755 22758 22184 0 -1 4202560 62774 0 0 0 1677 533 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061106895184 140061544461031 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26111632 memory=0 CPUtime=22.15 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) R 22755 22758 22184 0 -1 4202560 83140 0 0 0 1633 582 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061105842896 140061544461031 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26111632 memory=2241 CPUtime=22.17 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) R 22755 22758 22184 0 -1 4202560 76179 0 0 0 1677 540 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061104790096 140061544461031 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26111632 memory=2244 CPUtime=22.21 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) R 22755 22758 22184 0 -1 4202560 251768 0 0 0 1702 519 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061103738120 140061544461031 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=22.04 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) R 22755 22758 22184 0 -1 4202560 71538 0 0 0 1639 565 0 0 20 0 20 0 255044336 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140061102685008 140061544461031 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26111632 memory=3544 CPUtime=1.57 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 29974 0 0 0 146 11 0 0 20 0 20 0 255044337 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060880990928 140061551843029 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26111632 memory=68348 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060879938400 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26111632 memory=780 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060878886016 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26111632 memory=1948 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26111632 memory=1328 CPUtime=0.72 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 22184 0 -1 1077944384 2787 0 0 0 71 1 0 0 20 0 20 0 255044340 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060876782192 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26111632 memory=976 CPUtime=0.56 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 1379 0 0 0 56 0 0 0 20 0 20 0 255044340 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26111632 memory=13608 CPUtime=0.64 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 2498 0 0 0 63 1 0 0 20 0 20 0 255044341 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26111632 memory=1860 CPUtime=0.51 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 2922 0 0 0 50 1 0 0 20 0 20 0 255044341 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26111632 memory=36932 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26111632 memory=13808 CPUtime=0.01 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 136 0 0 0 0 1 0 0 20 0 20 0 255044341 26738311168 5803855 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 198.51 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23215420 KiB

[startup+43.2067 s]
/proc/loadavg: 3.29 3.84 6.22 9/199 22778
/proc/meminfo: memFree=831724/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26111632 memory=23215628 CPUtime=209.15 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 893368 0 0 0 16559 4356 0 0 20 0 20 0 255044335 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6527908 5803907 3594 1 0 6489980 0
[pid=22758/tid=22760] ppid=22755 vsize=26111632 memory=23215420 CPUtime=17.3 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) S 22755 22758 22184 0 -1 1077944384 33197 0 0 0 1684 46 0 0 20 0 20 0 255044335 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061556067008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26111632 memory=23215420 CPUtime=23.48 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) R 22755 22758 22184 0 -1 4202560 88447 0 0 0 1815 533 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061504453008 140061536530649 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26111632 memory=23215420 CPUtime=23.36 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) R 22755 22758 22184 0 -1 4202560 80701 0 0 0 1851 485 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061503400208 140061536784295 0 4 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26111632 memory=2876 CPUtime=23.43 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) R 22755 22758 22184 0 -1 4202560 84534 0 0 0 1817 526 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061502348120 140061536817843 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=23.4 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) R 22755 22758 22184 0 -1 4202560 62843 0 0 0 1806 534 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061106895376 140061533429371 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26111632 memory=1528 CPUtime=23.45 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) R 22755 22758 22184 0 -1 4202560 83339 0 0 0 1762 583 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061105843088 140061533428640 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26111632 memory=924 CPUtime=23.46 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) R 22755 22758 22184 0 -1 4202560 76544 0 0 0 1806 540 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061104790288 140061533429369 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26111632 memory=1140 CPUtime=23.51 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) R 22755 22758 22184 0 -1 4202560 252023 0 0 0 1831 520 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061103738000 140061533429371 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26111632 memory=1548 CPUtime=23.33 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) R 22755 22758 22184 0 -1 4202560 72024 0 0 0 1767 566 0 0 20 0 20 0 255044336 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140061102685200 140061531858963 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26111632 memory=1432 CPUtime=1.84 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) S 22755 22758 22184 0 -1 1077944384 48551 0 0 0 172 12 0 0 20 0 20 0 255044337 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060880990704 140061551843029 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060879938400 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26111632 memory=71 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060878886016 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26111632 memory=780 CPUtime=0.72 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 22184 0 -1 1077944384 2789 0 0 0 71 1 0 0 20 0 20 0 255044340 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060876782192 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26111632 memory=1948 CPUtime=0.56 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 1381 0 0 0 56 0 0 0 20 0 20 0 255044340 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26111632 memory=1328 CPUtime=0.64 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 2501 0 0 0 63 1 0 0 20 0 20 0 255044341 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26111632 memory=976 CPUtime=0.51 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 2924 0 0 0 50 1 0 0 20 0 20 0 255044341 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26111632 memory=1140 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26111632 memory=1024 CPUtime=0.01 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 163 0 0 0 0 1 0 0 20 0 20 0 255044341 26738311168 5803907 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 209.15 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23215628 KiB

[startup+43.6009 s]
/proc/loadavg: 3.29 3.84 6.22 9/199 22778
/proc/meminfo: memFree=831724/32770624 swapFree=67059136/67108860
[pid=22758] ppid=22755 vsize=26111632 memory=23215644 CPUtime=211.15 cores=0-7
/proc/22758/stat : 22758 (java) S 22755 22758 22184 0 -1 1077944320 894170 0 0 0 16759 4356 0 0 20 0 20 0 255044335 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140732460182880 140061551832823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
/proc/22758/statm: 6527908 5803911 3595 1 0 6489980 0
[pid=22758/tid=22760] ppid=22755 vsize=26111632 memory=5983794561250370576 CPUtime=17.3 cores=0-7
/proc/22758/task/22760/stat : 22760 (java) S 22755 22758 22184 0 -1 1077944384 33279 0 0 0 1684 46 0 0 20 0 20 0 255044335 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061556071728 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22761] ppid=22755 vsize=26111632 memory=6791534058613427641 CPUtime=23.71 cores=0-7
/proc/22758/task/22761/stat : 22761 (java) S 22755 22758 22184 0 -1 1077944384 88464 0 0 0 1838 533 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061504453008 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22762] ppid=22755 vsize=26111632 memory=6944656575208382560 CPUtime=23.59 cores=0-7
/proc/22758/task/22762/stat : 22762 (java) S 22755 22758 22184 0 -1 1077944384 80856 0 0 0 1874 485 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061503400208 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22763] ppid=22755 vsize=26111632 memory=6944656575208382560 CPUtime=23.66 cores=0-7
/proc/22758/task/22763/stat : 22763 (java) S 22755 22758 22184 0 -1 1077944384 84596 0 0 0 1840 526 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061502347920 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22764] ppid=22755 vsize=26111632 memory=8028901436973017959 CPUtime=23.63 cores=0-7
/proc/22758/task/22764/stat : 22764 (java) S 22755 22758 22184 0 -1 1077944384 62857 0 0 0 1829 534 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061106895376 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22765] ppid=22755 vsize=26111632 memory=8028901436973017959 CPUtime=23.68 cores=0-7
/proc/22758/task/22765/stat : 22765 (java) S 22755 22758 22184 0 -1 1077944384 83523 0 0 0 1785 583 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061105843088 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22766] ppid=22755 vsize=26111632 memory=8028901436973017959 CPUtime=23.69 cores=0-7
/proc/22758/task/22766/stat : 22766 (java) S 22755 22758 22184 0 -1 1077944384 76648 0 0 0 1829 540 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061104790288 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22767] ppid=22755 vsize=26111632 memory=0 CPUtime=23.74 cores=0-7
/proc/22758/task/22767/stat : 22767 (java) S 22755 22758 22184 0 -1 1077944384 252095 0 0 0 1854 520 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061103738000 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22768] ppid=22755 vsize=26111632 memory=6944656592455360604 CPUtime=23.56 cores=0-7
/proc/22758/task/22768/stat : 22768 (java) S 22755 22758 22184 0 -1 1077944384 72106 0 0 0 1790 566 0 0 20 0 20 0 255044336 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140061102685200 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22769] ppid=22755 vsize=26111632 memory=6943526294502006880 CPUtime=2 cores=0-7
/proc/22758/task/22769/stat : 22769 (java) R 22755 22758 22184 0 -1 4202560 48581 0 0 0 188 12 0 0 20 0 20 0 255044337 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060880990912 140061530203003 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22770] ppid=22755 vsize=26111632 memory=-7523660553960122769 CPUtime=0 cores=0-7
/proc/22758/task/22770/stat : 22770 (java) S 22755 22758 22184 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060879938400 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22771] ppid=22755 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/22758/task/22771/stat : 22771 (java) S 22755 22758 22184 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 255044338 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060878886016 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22772] ppid=22755 vsize=26111632 memory=51076 CPUtime=0 cores=0-7
/proc/22758/task/22772/stat : 22772 (java) S 22755 22758 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255044340 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060877834320 140061551851419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22773] ppid=22755 vsize=26111632 memory=7904 CPUtime=0.72 cores=0-7
/proc/22758/task/22773/stat : 22773 (java) S 22755 22758 22184 0 -1 1077944384 2789 0 0 0 71 1 0 0 20 0 20 0 255044340 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060876782192 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22774] ppid=22755 vsize=26111632 memory=800 CPUtime=0.56 cores=0-7
/proc/22758/task/22774/stat : 22774 (java) S 22755 22758 22184 0 -1 1077944384 1381 0 0 0 56 0 0 0 20 0 20 0 255044340 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060875729392 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22775] ppid=22755 vsize=26111632 memory=4100 CPUtime=0.64 cores=0-7
/proc/22758/task/22775/stat : 22775 (java) S 22755 22758 22184 0 -1 1077944384 2501 0 0 0 63 1 0 0 20 0 20 0 255044341 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060874677104 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22776] ppid=22755 vsize=26111632 memory=1696 CPUtime=0.51 cores=0-7
/proc/22758/task/22776/stat : 22776 (java) S 22755 22758 22184 0 -1 1077944384 2924 0 0 0 50 1 0 0 20 0 20 0 255044341 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060873624304 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22777] ppid=22755 vsize=26111632 memory=916 CPUtime=0 cores=0-7
/proc/22758/task/22777/stat : 22777 (java) S 22755 22758 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255044341 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060872571232 140061551843029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
[pid=22758/tid=22778] ppid=22755 vsize=26111632 memory=4400 CPUtime=0.01 cores=0-7
/proc/22758/task/22778/stat : 22778 (java) S 22755 22758 22184 0 -1 1077944384 163 0 0 0 0 1 0 0 20 0 20 0 255044341 26738311168 5803911 33554432000 4194304 4196468 140732460200336 140060871518512 140061551843970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12025856 140732460209232 140732460209413 140732460209413 140732460212175 0
Current children cumulated CPU time: 211.15 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 23215644 KiB

[startup+43.801 s]*
/proc/loadavg: 3.29 3.84 6.22 2/181 22779
/proc/meminfo: memFree=14317856/32770624 swapFree=67059136/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 43.8726
CPU time (s): 211.44
CPU user time (s): 167.697
CPU system time (s): 43.7427
CPU usage (%): 481.941
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 23215644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.697
system time used= 43.7427
maximum resident set size= 23215644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 894376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35413
involuntary context switches= 4892


# summary of solver processes directly reported to runsolver:
#   pid: 22758
#   total CPU time (s): 211.44
#   total CPU user time (s): 167.697
#   total CPU system time (s): 43.7427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.334874 second user time and 0.518599 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 01:13:31
IDJOB=4308760
IDBENCH=141312
IDSOLVER=2793
FILE ID=node103/4308760-1534374810
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38520 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308760-1534374810/watcher-4308760-1534374810 -o /tmp/evaluation-result-4308760-1534374810/solver-4308760-1534374810 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 4644356 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308760-1534374810.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=4644356

node103.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.48
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.48
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.48
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.48
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:        24065252 kB
MemAvailable:   31934556 kB
Buffers:          203068 kB
Cached:          7872552 kB
SwapCached:         5140 kB
Active:          4274896 kB
Inactive:        3812172 kB
Active(anon):        652 kB
Inactive(anon):    70488 kB
Active(file):    4274244 kB
Inactive(file):  3741684 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:            143720 kB
Writeback:             0 kB
AnonPages:         14636 kB
Mapped:            54396 kB
Shmem:             56924 kB
Slab:             310600 kB
SReclaimable:     281836 kB
SUnreclaim:        28764 kB
KernelStack:        3184 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38484 MiB
End job on node103 at 2018-08-16 01:14:15