Trace number 4257993

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
sat4j-CSP 2017-07-05? (TO) 259.87701 111.855

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2001.99
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

219.35/79.14	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
219.35/79.14	c This is free software under the dual EPL/GNU LGPL licenses.
219.35/79.14	c See www.sat4j.org for details.
219.35/79.14	c That software uses the Rhino library from the Mozilla project.
219.35/79.14	c version CUSTOM.v20170705
219.35/79.14	c java.runtime.name	Java(TM) SE Runtime Environment
219.35/79.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
219.35/79.14	c java.vm.version	25.131-b11
219.35/79.14	c java.vm.vendor	Oracle Corporation
219.35/79.14	c sun.arch.data.model	64
219.35/79.14	c java.version		1.8.0_131
219.35/79.14	c os.name		Linux
219.35/79.14	c os.version		3.10.0-514.16.1.el7.x86_64
219.35/79.14	c os.arch		amd64
219.35/79.14	c Free memory 		499604488
219.35/79.14	c Max memory 		7247757312
219.35/79.14	c Total memory 		504889344
219.35/79.14	c Number of processors 	4
219.35/79.14	c c --- Begin Solver configuration ---
219.35/79.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
219.35/79.14	c Learn all clauses as in MiniSAT
219.35/79.14	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
219.35/79.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
219.35/79.14	c No reason simplification
219.35/79.14	c Glucose 2.1 dynamic restart strategy
219.35/79.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
219.35/79.14	c timeout=2147483s
219.35/79.14	c DB Simplification allowed=false
219.35/79.14	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
219.35/79.14	c --- End Solver configuration ---
219.35/79.14	c constraints type 
219.35/79.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 210
219.35/79.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2048001
219.35/79.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71649513
219.35/79.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 210
219.35/79.14	c 73697934 constraints processed.
233.19/91.53	o 458

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257993-1502646372/watcher-4257993-1502646372 -o /tmp/evaluation-result-4257993-1502646372/solver-4257993-1502646372 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257993-1502646372.xml 

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

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

solver pid=10362, runsolver pid=10359

[startup+0.100198 s]*
/proc/loadavg: 3.93 3.39 3.36 3/204 10371
/proc/meminfo: memFree=24554372/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10151672 memory=21476 CPUtime=0.04 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 4246 0 0 0 4 0 0 0 20 0 9 0 66830530 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2537918 5369 2156 1 0 2527415 0
[pid=10362/tid=10364] ppid=10359 vsize=10151672 memory=4206751525541407381 CPUtime=0.04 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) R 10359 10362 17093 0 -1 4202560 2888 0 0 0 4 0 0 0 20 0 9 0 66830536 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139878317875064 139878313661597 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66830537 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139878244060048 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10151672 memory=140547544782464 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66830537 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139878243007248 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66830537 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139878241954960 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66830537 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139878240902160 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10151672 memory=140547544782464 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66830538 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139877352933488 139878313650818 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66830539 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139877351879456 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66830539 10395312128 5369 18446744073709551615 4194304 4196468 140731223061168 139877350827120 139878313649877 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21476 KiB

[startup+0.209971 s]*
/proc/loadavg: 3.93 3.39 3.36 3/210 10377
/proc/meminfo: memFree=24545600/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10551156 memory=30392 CPUtime=0.13 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 7727 0 0 0 11 2 0 0 20 0 15 0 66830530 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2637789 7598 2786 1 0 2627261 0
[pid=10362/tid=10364] ppid=10359 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) R 10359 10362 17093 0 -1 4202560 5575 0 0 0 8 1 0 0 20 0 15 0 66830536 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139878317861184 139878313661597 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139878244060048 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10551156 memory=3618276180257347232 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139878243007248 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139878241954960 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139878240902160 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10551156 memory=140547544782464 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830538 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877352933488 139878313650818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66830539 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877351879456 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66830539 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877350827120 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830541 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 66830541 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830541 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10551156 memory=140547544782464 CPUtime=0.01 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) R 10359 10362 17093 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 66830541 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878292774167 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830542 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10551156 memory=140547544782464 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830547 10804383744 7598 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30392 KiB

[startup+0.310215 s]*
/proc/loadavg: 3.93 3.39 3.36 4/210 10377
/proc/meminfo: memFree=24539076/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10551156 memory=38720 CPUtime=0.29 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 9022 0 0 0 27 2 0 0 20 0 15 0 66830530 10804383744 9680 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2637789 9680 2869 1 0 2627261 0
[pid=10362/tid=10364] ppid=10359 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) R 10359 10362 17093 0 -1 4202560 6276 0 0 0 18 2 0 0 20 0 15 0 66830536 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139878317874912 139878297720188 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139878244060048 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139878243007248 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139878241954960 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830537 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139878240902160 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830538 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877352933488 139878313650818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66830539 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877351879456 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66830539 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877350827120 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830541 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 66830541 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) R 10359 10362 17093 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 15 0 66830541 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) R 10359 10362 17093 0 -1 4202560 773 0 0 0 5 0 0 0 20 0 15 0 66830541 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830542 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830547 10804383744 9742 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38720 KiB

[startup+0.701112 s]
/proc/loadavg: 3.93 3.39 3.36 4/210 10377
/proc/meminfo: memFree=24473848/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10551232 memory=165964 CPUtime=1.27 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 12232 0 0 0 122 5 0 0 20 0 15 0 66830530 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2637808 41491 3054 1 0 2627261 0
[pid=10362/tid=10364] ppid=10359 vsize=10551232 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) R 10359 10362 17093 0 -1 4202560 7459 0 0 0 53 4 0 0 20 0 15 0 66830536 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139878317869680 139877910282589 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139878244060048 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139878243007248 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10551232 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830537 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139878241954960 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10551232 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830537 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139878240902160 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66830538 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877352933488 139878313650818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66830539 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877351879456 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66830539 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877350827120 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830541 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) R 10359 10362 17093 0 -1 4202560 1285 0 0 0 25 0 0 0 20 0 15 0 66830541 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877348704328 139878295159731 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) R 10359 10362 17093 0 -1 4202560 1045 0 0 0 24 0 0 0 20 0 15 0 66830541 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877347651712 139878295182960 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10551232 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 1078 0 0 0 18 0 0 0 20 0 15 0 66830541 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830542 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10551232 memory=69 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66830547 10804461568 41491 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 165964 KiB

[startup+1.50112 s]
/proc/loadavg: 3.93 3.39 3.36 7/210 10377
/proc/meminfo: memFree=24313244/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10551232 memory=498084 CPUtime=3.13 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 13249 0 0 0 279 34 0 0 20 0 15 0 66830530 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2637808 124521 3086 1 0 2627261 0
[pid=10362/tid=10364] ppid=10359 vsize=10551232 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) S 10359 10362 17093 0 -1 1077944384 7524 0 0 0 105 6 0 0 20 0 15 0 66830536 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139878317870880 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) R 10359 10362 17093 0 -1 4202560 188 0 0 0 19 6 0 0 20 0 15 0 66830537 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139878244060048 139878298667545 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10551232 memory=6673 CPUtime=0.23 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) R 10359 10362 17093 0 -1 4202560 178 0 0 0 17 6 0 0 20 0 15 0 66830537 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139878243007248 139878298667545 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10551232 memory=4420 CPUtime=0.26 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) R 10359 10362 17093 0 -1 4202560 189 0 0 0 19 7 0 0 20 0 15 0 66830537 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139878241954848 139878306739371 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10551232 memory=6628 CPUtime=0.24 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) R 10359 10362 17093 0 -1 4202560 207 0 0 0 18 6 0 0 20 0 15 0 66830537 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139878240902360 139878298667069 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10551232 memory=164 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 66830538 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877352932000 139878313649877 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66830539 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877351879456 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66830539 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877350827120 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10551232 memory=8772 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66830541 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10551232 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 1319 0 0 0 41 0 0 0 20 0 15 0 66830541 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10551232 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 1118 0 0 0 38 0 0 0 20 0 15 0 66830541 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 1082 0 0 0 19 0 0 0 20 0 15 0 66830541 10804461568 124521 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0

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

[pid=10362/tid=10365] ppid=10359 vsize=10817488 memory=7906136 CPUtime=47.01 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) R 10359 10362 17093 0 -1 4202560 15237 0 0 0 4565 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878244060248 139878295236157 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10817488 memory=1228 CPUtime=47.07 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) R 10359 10362 17093 0 -1 4202560 18504 0 0 0 4576 131 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878243007448 139878298337384 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10817488 memory=7906136 CPUtime=47.07 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) R 10359 10362 17093 0 -1 4202560 11607 0 0 0 4564 143 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878241954848 139878295193296 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10817488 memory=1992 CPUtime=47.06 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) R 10359 10362 17093 0 -1 4202560 18132 0 0 0 4570 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878240902360 139878295236213 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=13.82 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 14082 0 0 0 1381 1 0 0 20 0 17 0 66830538 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877352931808 139878313649877 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10817488 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877351879520 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10817488 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877350827136 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10817488 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10817488 memory=1228 CPUtime=1.4 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 3488 0 0 0 140 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10817488 memory=12200 CPUtime=1.47 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 5291 0 0 0 147 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=0.37 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 3639 0 0 0 37 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10817488 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66830542 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10817488 memory=1708 CPUtime=0.05 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 410 0 0 0 3 2 0 0 20 0 17 0 66830547 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10524] ppid=10359 vsize=10817488 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10524/stat : 10524 (java) S 10359 10362 17093 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877342404976 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10525] ppid=10359 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10525/stat : 10525 (java) S 10359 10362 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877341352800 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 254.2 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7906656 KiB

[startup+111.201 s]
/proc/loadavg: 3.59 3.50 3.40 6/211 10540
/proc/meminfo: memFree=23318396/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10817488 memory=7906656 CPUtime=257.38 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 108963 0 0 0 25169 569 0 0 20 0 17 0 66830530 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2704372 1976664 3136 1 0 2693825 0
[pid=10362/tid=10364] ppid=10359 vsize=10817488 memory=1296 CPUtime=48.78 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) S 10359 10362 17093 0 -1 1077944384 16542 0 0 0 4862 16 0 0 20 0 17 0 66830536 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878317881264 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=47.81 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) R 10359 10362 17093 0 -1 4202560 15246 0 0 0 4645 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878244060248 139878295235590 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10817488 memory=37680 CPUtime=47.87 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) R 10359 10362 17093 0 -1 4202560 18506 0 0 0 4656 131 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878243007448 139878298590798 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10817488 memory=1296 CPUtime=47.87 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) R 10359 10362 17093 0 -1 4202560 11614 0 0 0 4644 143 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878241954848 139878298337446 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10817488 memory=2420 CPUtime=47.84 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) R 10359 10362 17093 0 -1 4202560 18149 0 0 0 4648 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878240902360 139878298337446 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=13.82 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 14082 0 0 0 1381 1 0 0 20 0 17 0 66830538 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877352931808 139878313649877 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10817488 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877351879520 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10817488 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877350827136 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10817488 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10817488 memory=15876 CPUtime=1.4 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 3488 0 0 0 140 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10817488 memory=4048 CPUtime=1.47 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 5291 0 0 0 147 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10817488 memory=21184 CPUtime=0.37 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 3639 0 0 0 37 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10817488 memory=7906656 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66830542 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10817488 memory=1732 CPUtime=0.05 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 410 0 0 0 3 2 0 0 20 0 17 0 66830547 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10524] ppid=10359 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10524/stat : 10524 (java) S 10359 10362 17093 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877342404976 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10525] ppid=10359 vsize=10817488 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10525/stat : 10525 (java) S 10359 10362 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877341352800 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 257.38 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7906656 KiB

[startup+111.601 s]
/proc/loadavg: 3.59 3.50 3.40 6/211 10540
/proc/meminfo: memFree=23318396/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10817488 memory=7906656 CPUtime=258.98 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 108970 0 0 0 25329 569 0 0 20 0 17 0 66830530 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2704372 1976664 3136 1 0 2693825 0
[pid=10362/tid=10364] ppid=10359 vsize=10817488 memory=932 CPUtime=48.78 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) S 10359 10362 17093 0 -1 1077944384 16542 0 0 0 4862 16 0 0 20 0 17 0 66830536 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878317881264 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10817488 memory=1624 CPUtime=48.21 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) R 10359 10362 17093 0 -1 4202560 15246 0 0 0 4685 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878244060248 139878298337423 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=48.27 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) R 10359 10362 17093 0 -1 4202560 18506 0 0 0 4696 131 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878243007448 139878298590798 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10817488 memory=844 CPUtime=48.27 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) R 10359 10362 17093 0 -1 4202560 11619 0 0 0 4684 143 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878241954848 139878298624967 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10817488 memory=16448 CPUtime=48.24 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) R 10359 10362 17093 0 -1 4202560 18151 0 0 0 4688 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878240902360 139878298624967 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10817488 memory=2752 CPUtime=13.82 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 14082 0 0 0 1381 1 0 0 20 0 17 0 66830538 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877352931808 139878313649877 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10817488 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877351879520 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10817488 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877350827136 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10817488 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10817488 memory=2928 CPUtime=1.4 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 3488 0 0 0 140 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10817488 memory=1992 CPUtime=1.47 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 5291 0 0 0 147 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10817488 memory=1204 CPUtime=0.37 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 3639 0 0 0 37 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10817488 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66830542 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10817488 memory=796 CPUtime=0.05 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 410 0 0 0 3 2 0 0 20 0 17 0 66830547 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10524] ppid=10359 vsize=10817488 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10524/stat : 10524 (java) S 10359 10362 17093 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877342404976 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10525] ppid=10359 vsize=10817488 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10525/stat : 10525 (java) S 10359 10362 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877341352800 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 258.98 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7906656 KiB

[startup+111.801 s]
/proc/loadavg: 3.59 3.50 3.40 6/211 10540
/proc/meminfo: memFree=23318396/32770624 swapFree=67108860/67108860
[pid=10362] ppid=10359 vsize=10817488 memory=7906656 CPUtime=259.78 cores=0,2,4,6
/proc/10362/stat : 10362 (java) S 10359 10362 17093 0 -1 1077944320 108971 0 0 0 25409 569 0 0 20 0 17 0 66830530 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 140731223043712 139878313639671 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
/proc/10362/statm: 2704372 1976664 3136 1 0 2693825 0
[pid=10362/tid=10364] ppid=10359 vsize=10817488 memory=21184 CPUtime=48.78 cores=0,2,4,6
/proc/10362/task/10364/stat : 10364 (java) S 10359 10362 17093 0 -1 1077944384 16542 0 0 0 4862 16 0 0 20 0 17 0 66830536 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878317881264 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10365] ppid=10359 vsize=10817488 memory=-8774313645642428999 CPUtime=48.41 cores=0,2,4,6
/proc/10362/task/10365/stat : 10365 (java) R 10359 10362 17093 0 -1 4202560 15246 0 0 0 4705 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878244060248 139878295193320 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10366] ppid=10359 vsize=10817488 memory=1156 CPUtime=48.47 cores=0,2,4,6
/proc/10362/task/10366/stat : 10366 (java) R 10359 10362 17093 0 -1 4202560 18506 0 0 0 4716 131 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878243007448 139878298590798 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10367] ppid=10359 vsize=10817488 memory=2232 CPUtime=48.47 cores=0,2,4,6
/proc/10362/task/10367/stat : 10367 (java) R 10359 10362 17093 0 -1 4202560 11620 0 0 0 4704 143 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878241954848 139878298337310 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10368] ppid=10359 vsize=10817488 memory=30304 CPUtime=48.44 cores=0,2,4,6
/proc/10362/task/10368/stat : 10368 (java) R 10359 10362 17093 0 -1 4202560 18151 0 0 0 4708 136 0 0 20 0 17 0 66830537 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139878240902360 139878298337446 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10369] ppid=10359 vsize=10817488 memory=3904 CPUtime=13.82 cores=0,2,4,6
/proc/10362/task/10369/stat : 10369 (java) S 10359 10362 17093 0 -1 1077944384 14082 0 0 0 1381 1 0 0 20 0 17 0 66830538 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877352931808 139878313649877 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10370] ppid=10359 vsize=10817488 memory=-7677926825137650786 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10370/stat : 10370 (java) S 10359 10362 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877351879520 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10371] ppid=10359 vsize=10817488 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10371/stat : 10371 (java) S 10359 10362 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66830539 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877350827136 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10372] ppid=10359 vsize=10817488 memory=15536323461121901 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10372/stat : 10372 (java) S 10359 10362 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877349775440 139878313658267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10373] ppid=10359 vsize=10817488 memory=-2897801490638248215 CPUtime=1.4 cores=0,2,4,6
/proc/10362/task/10373/stat : 10373 (java) S 10359 10362 17093 0 -1 1077944384 3488 0 0 0 140 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877348723312 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10374] ppid=10359 vsize=10817488 memory=6655300316396806240 CPUtime=1.47 cores=0,2,4,6
/proc/10362/task/10374/stat : 10374 (java) S 10359 10362 17093 0 -1 1077944384 5291 0 0 0 147 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877347670512 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10375] ppid=10359 vsize=10817488 memory=6656426216303648864 CPUtime=0.37 cores=0,2,4,6
/proc/10362/task/10375/stat : 10375 (java) S 10359 10362 17093 0 -1 1077944384 3639 0 0 0 37 0 0 0 20 0 17 0 66830541 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877346618224 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10376] ppid=10359 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10376/stat : 10376 (java) S 10359 10362 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66830542 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877345565664 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10377] ppid=10359 vsize=10817488 memory=-8888568365131808707 CPUtime=0.05 cores=0,2,4,6
/proc/10362/task/10377/stat : 10377 (java) S 10359 10362 17093 0 -1 1077944384 410 0 0 0 3 2 0 0 20 0 17 0 66830547 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877344512432 139878313650818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10524] ppid=10359 vsize=10817488 memory=3054156605268338319 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10524/stat : 10524 (java) S 10359 10362 17093 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877342404976 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
[pid=10362/tid=10525] ppid=10359 vsize=10817488 memory=3054156605267021417 CPUtime=0 cores=0,2,4,6
/proc/10362/task/10525/stat : 10525 (java) S 10359 10362 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 66841511 11077107712 1976664 18446744073709551615 4194304 4196468 140731223061168 139877341352800 139878313649877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39763968 140731223064981 140731223065134 140731223065134 140731223068623 0
Current children cumulated CPU time: 259.78 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7906656 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 111.855
CPU time (s): 259.877
CPU user time (s): 254.136
CPU system time (s): 5.74128
CPU usage (%): 232.333
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 7910292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.136
system time used= 5.74128
maximum resident set size= 7910292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6419
involuntary context switches= 3466


# summary of solver processes directly reported to runsolver:
#   pid: 10362
#   total CPU time (s): 259.877
#   total CPU user time (s): 254.136
#   total CPU system time (s): 5.74128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.672311 second user time and 1.09103 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:32:04
IDJOB=4257993
IDBENCH=126210
IDSOLVER=2643
FILE ID=node127/4257993-1502646372
RUNJOBID= node127-1502642200-6040
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257993-1502646372/watcher-4257993-1502646372 -o /tmp/evaluation-result-4257993-1502646372/solver-4257993-1502646372 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6040 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257993-1502646372.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=217061274

node127.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.92
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.92
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.92
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.92
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:        24566548 kB
MemAvailable:   25003160 kB
Buffers:          200516 kB
Cached:           531912 kB
SwapCached:            0 kB
Active:          7551872 kB
Inactive:         213224 kB
Active(anon):    6981976 kB
Inactive(anon):    83872 kB
Active(file):     569896 kB
Inactive(file):   129352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             4 kB
AnonPages:       7031508 kB
Mapped:            58960 kB
Shmem:             33444 kB
Slab:             132208 kB
SReclaimable:     106400 kB
SUnreclaim:        25808 kB
KernelStack:        3488 kB
PageTables:        19004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6537216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:33:56