Trace number 4263316

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 2002.87 799.81299

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-32.xml
MD5SUM837217a994f8005f99f0c85081d26675
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.286
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints15903
Number of domains1
Minimum domain size32
Maximum domain size32
Distribution of domain sizes[{"size":32,"count":1024}]
Minimum variable degree31
Maximum variable degree32
Distribution of variable degrees[{"degree":31,"count":962},{"degree":32,"count":62}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15903}]
Number of extensional constraints0
Number of intensional constraints15903
Distribution of constraint types[{"type":"intension","count":15903}]
Optimization problemNO
Type of objective

Solver Data

248.15/82.38	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
248.15/82.38	c This is free software under the dual EPL/GNU LGPL licenses.
248.15/82.38	c See www.sat4j.org for details.
248.15/82.38	c That software uses the Rhino library from the Mozilla project.
248.15/82.38	c version CUSTOM.v20170705
248.15/82.38	c java.runtime.name	Java(TM) SE Runtime Environment
248.15/82.38	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
248.15/82.38	c java.vm.version	25.131-b11
248.15/82.38	c java.vm.vendor	Oracle Corporation
248.15/82.38	c sun.arch.data.model	64
248.15/82.38	c java.version		1.8.0_131
248.15/82.38	c os.name		Linux
248.15/82.38	c os.version		3.10.0-514.16.1.el7.x86_64
248.15/82.38	c os.arch		amd64
248.15/82.38	c Free memory 		499604488
248.15/82.38	c Max memory 		7247757312
248.15/82.38	c Total memory 		504889344
248.15/82.38	c Number of processors 	4
248.15/82.38	c c --- Begin Solver configuration ---
248.15/82.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
248.15/82.38	c Learn all clauses as in MiniSAT
248.15/82.38	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
248.15/82.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
248.15/82.38	c No reason simplification
248.15/82.38	c Glucose 2.1 dynamic restart strategy
248.15/82.38	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
248.15/82.38	c timeout=2147483s
248.15/82.38	c DB Simplification allowed=false
248.15/82.38	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
248.15/82.38	c --- End Solver configuration ---
248.15/82.38	c constraints type 
248.15/82.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 2048
248.15/82.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5142179
248.15/82.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 54640192
248.15/82.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 31806
248.15/82.38	c 59816225 constraints processed.
1926.29/779.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1926.29/779.22		at org.sat4j.core.Vec.ensure(Vec.java:176)
1926.29/779.22		at org.sat4j.core.Vec.push(Vec.java:183)
1926.29/779.22		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1926.29/779.22		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(WLClause.java:138)
1926.29/779.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.propagate(OriginalWLClause.java:131)
1926.29/779.22		at org.sat4j.minisat.core.Solver.reduceClausesContainingTheNegationOf(Solver.java:1114)
1926.29/779.22		at org.sat4j.minisat.core.Solver.propagate(Solver.java:1087)
1926.29/779.22		at org.sat4j.minisat.core.Solver.search(Solver.java:1220)
1926.29/779.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1819)
1926.29/779.22		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
1926.29/779.22		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1926.29/779.22		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
1926.29/779.22		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1926.29/779.22		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
1926.29/779.22		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
1926.29/779.22		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
1926.29/779.22		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
1926.29/779.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
1926.29/779.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2002.73/799.76	c starts		: 16
2002.73/799.76	c conflicts		: 21560
2002.73/799.76	c decisions		: 157414914
2002.73/799.76	c propagations		: 528426577
2002.73/799.76	c inspects		: 2287168363
2002.73/799.76	c shortcuts		: 0
2002.73/799.76	c learnt literals	: 1
2002.73/799.76	c learnt binary clauses	: 12208
2002.73/799.76	c learnt ternary clauses	: 215
2002.73/799.76	c learnt constraints	: 21559
2002.73/799.76	c ignored constraints	: 0
2002.73/799.76	c root simplifications	: 0
2002.73/799.76	c removed literals (reason simplification)	: 0
2002.73/799.76	c reason swapping (by a shorter reason)	: 0
2002.73/799.76	c Calls to reduceDB	: 3
2002.73/799.76	c Number of update (reduction) of LBD	: 14587
2002.73/799.76	c Imported unit clauses	: 0
2002.73/799.76	c number of reductions to clauses (during analyze)	: 0
2002.73/799.76	c number of learned constraints concerned by reduction	: 0
2002.73/799.76	c number of learning phase by resolution	: 0
2002.73/799.76	c number of learning phase by cutting planes	: 0
2002.73/799.76	c number of rounding to 1 operations	: 0
2002.73/799.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2002.73/799.76	c number of reductions of the coefficients by power 2 	: 0
2002.73/799.76	c number of right shift for reduction by power 2 	: 0
2002.73/799.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
2002.73/799.76	c speed (assignments/second)	: 756392.7676800063
2002.73/799.76	c non guided choices	145278353
2002.73/799.77	c learnt constraints type 
2002.73/799.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12208
2002.73/799.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1722
2002.73/799.77	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 (15324 MiB free)
  memory of node 1: 16384 MiB (15018 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263316-1502626357/watcher-4263316-1502626357 -o /tmp/evaluation-result-4263316-1502626357/solver-4263316-1502626357 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263316-1502626357.xml 

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

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


[startup+0.100148 s]*
/proc/loadavg: 1.93 2.03 2.20 2/198 19797
/proc/meminfo: memFree=31068032/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=33976 memory=2496 CPUtime=0 cores=0,2,4,6
/proc/19796/stat : 19796 (runsolver) D 19793 19796 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 16518437 34791424 624 18446744073709551615 4194304 4346622 140729580373104 140729580369736 140223231988439 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6446216 6449568 22192128 140729580376164 140729580376613 140729580376613 140729580380106 0
/proc/19796/statm: 8494 624 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 2496 KiB

[startup+0.209566 s]*
/proc/loadavg: 1.93 2.03 2.20 2/211 19810
/proc/meminfo: memFree=31056952/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10484492 memory=24292 CPUtime=0.06 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 5042 0 0 0 5 1 0 0 20 0 14 0 16518437 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2621123 6073 2576 1 0 2610620 0
[pid=19796/tid=19798] ppid=19793 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) D 19793 19796 7968 0 -1 4202560 3149 0 0 0 4 0 0 0 20 0 14 0 16518449 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231856912288 140231852696829 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10484492 memory=326 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16518450 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10484492 memory=288370599386650240 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16518450 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16518450 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16518450 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10484492 memory=140223234938496 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16518451 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231349087088 140231852685954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 16518451 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231348033056 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 16518452 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231346980208 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16518455 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 14 0 16518455 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231344875888 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16518455 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231343823088 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10484492 memory=140223234938496 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 14 0 16518455 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231342770288 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16518455 10736119808 6073 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24292 KiB

[startup+0.317356 s]*
/proc/loadavg: 1.93 2.03 2.20 4/212 19811
/proc/meminfo: memFree=31048816/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10551156 memory=34152 CPUtime=0.2 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 8331 0 0 0 18 2 0 0 20 0 15 0 16518437 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2637789 8538 2850 1 0 2627261 0
[pid=19796/tid=19798] ppid=19793 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) R 19793 19796 7968 0 -1 4202560 6007 0 0 0 12 1 0 0 20 0 15 0 16518449 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231856896944 140231836755294 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16518450 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16518451 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231349087088 140231852685954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16518451 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231348033056 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16518452 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231346980208 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 16518455 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231344875888 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 16518455 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231343823088 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10551156 memory=140223234938496 CPUtime=0.03 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 399 0 0 0 3 0 0 0 20 0 15 0 16518455 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231342770288 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10551156 memory=140223234938496 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518460 10804383744 8538 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 34152 KiB

[startup+0.701087 s]
/proc/loadavg: 1.93 2.03 2.20 5/212 19811
/proc/meminfo: memFree=31027200/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10551232 memory=77240 CPUtime=1.27 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 12532 0 0 0 123 4 0 0 20 0 15 0 16518437 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2637808 19310 3049 1 0 2627261 0
[pid=19796/tid=19798] ppid=19793 vsize=10551232 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) R 19793 19796 7968 0 -1 4202560 7396 0 0 0 47 3 0 0 20 0 15 0 16518449 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231856909024 140231496150263 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518450 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16518450 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16518451 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231349087088 140231852685954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16518451 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231348033056 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16518452 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231346980208 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) R 19793 19796 7968 0 -1 4202560 1530 0 0 0 25 0 0 0 20 0 15 0 16518455 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231344865120 140231832107825 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) R 19793 19796 7968 0 -1 4202560 830 0 0 0 25 0 0 0 20 0 15 0 16518455 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231343811872 140231836175190 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 1405 0 0 0 24 0 0 0 20 0 15 0 16518455 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231342770288 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10551232 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16518460 10804461568 19310 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 77240 KiB

[startup+1.50073 s]
/proc/loadavg: 1.93 2.03 2.20 5/212 19811
/proc/meminfo: memFree=30887168/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10551232 memory=406904 CPUtime=3.9 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 16278 0 0 0 373 17 0 0 20 0 15 0 16518437 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2637808 101726 3088 1 0 2627261 0
[pid=19796/tid=19798] ppid=19793 vsize=10551232 memory=-7537507005311654808 CPUtime=1.17 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) R 19793 19796 7968 0 -1 4202560 7659 0 0 0 111 6 0 0 20 0 15 0 16518449 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231856910816 140231497728472 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10551232 memory=1156 CPUtime=0.1 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 78 0 0 0 8 2 0 0 20 0 15 0 16518450 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10551232 memory=4460 CPUtime=0.09 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 62 0 0 0 7 2 0 0 20 0 15 0 16518450 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10551232 memory=196852 CPUtime=0.09 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 76 0 0 0 7 2 0 0 20 0 15 0 16518450 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10551232 memory=302022848351043610 CPUtime=0.11 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 93 0 0 0 9 2 0 0 20 0 15 0 16518450 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10551232 memory=8932 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 16518451 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231349087088 140231852685954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16518451 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231348033120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 16518452 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231346980208 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10551232 memory=-3395018477601904777 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10551232 memory=6944656575208382560 CPUtime=0.95 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) R 19793 19796 7968 0 -1 4202560 3034 0 0 0 95 0 0 0 20 0 15 0 16518455 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231344862608 140231833984496 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10551232 memory=6944656592455359580 CPUtime=0.91 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) R 19793 19796 7968 0 -1 4202560 1756 0 0 0 91 0 0 0 20 0 15 0 16518455 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231343811648 140231834194482 0 4 1 16800974 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10551232 memory=6944656592387989600 CPUtime=0.4 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 1946 0 0 0 40 0 0 0 20 0 15 0 16518455 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231342770288 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10551232 memory=-6512121202918119521 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518455 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10551232 memory=7523371274994148194 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16518460 10804461568 101726 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 406904 KiB

[startup+3.11108 s]
/proc/loadavg: 1.93 2.03 2.20 6/212 19811
/proc/meminfo: memFree=29977140/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10551232 memory=1106512 CPUtime=8.53 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 51280 0 0 0 792 61 0 0 20 0 15 0 16518437 10804461568 276628 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2637808 276628 3115 1 0 2627261 0
[pid=19796/tid=19798] ppid=19793 vsize=10551232 memory=56476 CPUtime=2 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) S 19793 19796 7968 0 -1 1077944384 7781 0 0 0 191 9 0 0 20 0 15 0 16518449 10804461568 276628 18446744073709551615 4194304 4196468 140733147814464 140231856910464 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10551232 memory=-8774313645642428999 CPUtime=0.87 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) R 19793 19796 7968 0 -1 4202560 8493 0 0 0 75 12 0 0 20 0 15 0 16518450 10804461568 276628 18446744073709551615 4194304 4196468 140733147814464 140231824517360 140231845303015 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0

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

/proc/19796/task/19798/stat : 19798 (java) S 19793 19796 7968 0 -1 1077944384 153691 0 0 0 34068 25 0 0 20 0 16 0 16518449 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231856915488 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10750924 memory=1296 CPUtime=397.75 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) R 19793 19796 7968 0 -1 4202560 124369 0 0 0 39569 206 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231824517584 140231845303015 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10750924 memory=1732 CPUtime=398.78 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) R 19793 19796 7968 0 -1 4202560 163027 0 0 0 39679 199 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231462869328 140231845303015 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=399.02 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) R 19793 19796 7968 0 -1 4202560 178472 0 0 0 39702 200 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231461816840 140231845303015 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10750924 memory=1000 CPUtime=398.2 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) R 19793 19796 7968 0 -1 4202560 176322 0 0 0 39598 222 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231460764120 140231845778444 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10750924 memory=2012 CPUtime=49.9 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 110552 0 0 0 4984 6 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231349085632 140231852685013 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10750924 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231348033120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 16518452 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231346980224 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10750924 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10750924 memory=8132240 CPUtime=3.53 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 17208 0 0 0 351 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231344875648 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10750924 memory=8132240 CPUtime=3.75 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 18371 0 0 0 374 1 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231343823184 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=0.69 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 7472 0 0 0 67 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231342769120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10750924 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10750924 memory=8132240 CPUtime=0.48 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 735 0 0 0 24 24 0 0 20 0 16 0 16518460 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19918] ppid=19793 vsize=10750924 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19918/stat : 19918 (java) S 19793 19796 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 16596359 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231338557424 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 1993.14 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8132240 KiB

[startup+798.401 s]
/proc/loadavg: 4.67 3.84 3.01 6/214 19920
/proc/meminfo: memFree=22849180/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10750924 memory=8132240 CPUtime=1999.32 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 951927 0 0 0 199051 881 0 0 20 0 16 0 16518437 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2687731 2033060 3161 1 0 2677184 0
[pid=19796/tid=19798] ppid=19793 vsize=10750924 memory=8548 CPUtime=340.93 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) S 19793 19796 7968 0 -1 1077944384 153691 0 0 0 34068 25 0 0 20 0 16 0 16518449 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231856915488 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10750924 memory=4124 CPUtime=399.27 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) R 19793 19796 7968 0 -1 4202560 124369 0 0 0 39721 206 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231824517896 140231845303015 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10750924 memory=8132240 CPUtime=400.32 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) R 19793 19796 7968 0 -1 4202560 163027 0 0 0 39832 200 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231462869328 140231845303015 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10750924 memory=8132240 CPUtime=400.54 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) R 19793 19796 7968 0 -1 4202560 178472 0 0 0 39854 200 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231461816528 140231845303015 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10750924 memory=4060 CPUtime=399.8 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) R 19793 19796 7968 0 -1 4202560 176446 0 0 0 39758 222 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231460764120 140231834228048 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=49.9 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) S 19793 19796 7968 0 -1 1077944384 110552 0 0 0 4984 6 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231349085632 140231852685013 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10750924 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231348033120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10750924 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 16518452 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231346980224 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10750924 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10750924 memory=8132240 CPUtime=3.53 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 17208 0 0 0 351 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231344875648 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10750924 memory=15872 CPUtime=3.75 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 18371 0 0 0 374 1 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231343823184 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10750924 memory=4040 CPUtime=0.69 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 7472 0 0 0 67 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231342769120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10750924 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10750924 memory=1700 CPUtime=0.48 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 735 0 0 0 24 24 0 0 20 0 16 0 16518460 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19918] ppid=19793 vsize=10750924 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19918/stat : 19918 (java) S 19793 19796 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 16596359 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231338557424 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 1999.32 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8132240 KiB

[startup+799.201 s]
/proc/loadavg: 4.70 3.86 3.02 5/214 19920
/proc/meminfo: memFree=22849180/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10750924 memory=8132240 CPUtime=2002.23 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 952241 0 0 0 199341 882 0 0 20 0 16 0 16518437 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2687731 2033060 3161 1 0 2677184 0
[pid=19796/tid=19798] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=340.93 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) S 19793 19796 7968 0 -1 1077944384 153691 0 0 0 34068 25 0 0 20 0 16 0 16518449 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231856915488 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10750924 memory=302022887072858421 CPUtime=399.97 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 124369 0 0 0 39791 206 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10750924 memory=15816711811106768 CPUtime=401.04 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 163027 0 0 0 39903 201 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10750924 memory=15816711811106768 CPUtime=401.26 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 178472 0 0 0 39925 201 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10750924 memory=7516879882964855403 CPUtime=400.54 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 176760 0 0 0 39832 222 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=49.96 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) R 19793 19796 7968 0 -1 4202560 110552 0 0 0 4990 6 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231349085632 140231837671159 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10750924 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231348033120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10750924 memory=640 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 16518452 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231346980224 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10750924 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10750924 memory=960 CPUtime=3.53 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 17208 0 0 0 351 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231344875648 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10750924 memory=8132240 CPUtime=3.75 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 18371 0 0 0 374 1 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231343823184 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10750924 memory=4124 CPUtime=0.69 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 7472 0 0 0 67 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231342769120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10750924 memory=12800 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10750924 memory=2424 CPUtime=0.48 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 735 0 0 0 24 24 0 0 20 0 16 0 16518460 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19918] ppid=19793 vsize=10750924 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19918/stat : 19918 (java) S 19793 19796 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 16596359 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231338557424 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 2002.23 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8132240 KiB

[startup+799.601 s]
/proc/loadavg: 4.70 3.86 3.02 5/214 19920
/proc/meminfo: memFree=22849180/32770624 swapFree=67108860/67108860
[pid=19796] ppid=19793 vsize=10750924 memory=8132240 CPUtime=2002.63 cores=0,2,4,6
/proc/19796/stat : 19796 (java) S 19793 19796 7968 0 -1 1077944320 952241 0 0 0 199381 882 0 0 20 0 16 0 16518437 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140733147797008 140231852674807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
/proc/19796/statm: 2687731 2033060 3161 1 0 2677184 0
[pid=19796/tid=19798] ppid=19793 vsize=10750924 memory=-8774313645642428999 CPUtime=340.93 cores=0,2,4,6
/proc/19796/task/19798/stat : 19798 (java) S 19793 19796 7968 0 -1 1077944384 153691 0 0 0 34068 25 0 0 20 0 16 0 16518449 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231856915488 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19799] ppid=19793 vsize=10750924 memory=12800 CPUtime=399.97 cores=0,2,4,6
/proc/19796/task/19799/stat : 19799 (java) S 19793 19796 7968 0 -1 1077944384 124369 0 0 0 39791 206 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231824517776 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19800] ppid=19793 vsize=10750924 memory=2424 CPUtime=401.04 cores=0,2,4,6
/proc/19796/task/19800/stat : 19800 (java) S 19793 19796 7968 0 -1 1077944384 163027 0 0 0 39903 201 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231462869520 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19801] ppid=19793 vsize=10750924 memory=1296 CPUtime=401.26 cores=0,2,4,6
/proc/19796/task/19801/stat : 19801 (java) S 19793 19796 7968 0 -1 1077944384 178472 0 0 0 39925 201 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231461816720 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19802] ppid=19793 vsize=10750924 memory=8684 CPUtime=400.54 cores=0,2,4,6
/proc/19796/task/19802/stat : 19802 (java) S 19793 19796 7968 0 -1 1077944384 176760 0 0 0 39832 222 0 0 20 0 16 0 16518450 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231460763920 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19803] ppid=19793 vsize=10750924 memory=1440 CPUtime=50.36 cores=0,2,4,6
/proc/19796/task/19803/stat : 19803 (java) R 19793 19796 7968 0 -1 4202560 110552 0 0 0 5030 6 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231349085520 140231837671211 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19804] ppid=19793 vsize=10750924 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19804/stat : 19804 (java) S 19793 19796 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 16518451 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231348033120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19805] ppid=19793 vsize=10750924 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19805/stat : 19805 (java) S 19793 19796 7968 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 16518452 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231346980224 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19806] ppid=19793 vsize=10750924 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19806/stat : 19806 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231345928528 140231852693403 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19807] ppid=19793 vsize=10750924 memory=4040 CPUtime=3.53 cores=0,2,4,6
/proc/19796/task/19807/stat : 19807 (java) S 19793 19796 7968 0 -1 1077944384 17208 0 0 0 351 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231344875648 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19808] ppid=19793 vsize=10750924 memory=16444 CPUtime=3.75 cores=0,2,4,6
/proc/19796/task/19808/stat : 19808 (java) S 19793 19796 7968 0 -1 1077944384 18371 0 0 0 374 1 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231343823184 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19809] ppid=19793 vsize=10750924 memory=8548 CPUtime=0.69 cores=0,2,4,6
/proc/19796/task/19809/stat : 19809 (java) S 19793 19796 7968 0 -1 1077944384 7472 0 0 0 67 2 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231342769120 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19810] ppid=19793 vsize=10750924 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19810/stat : 19810 (java) S 19793 19796 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16518455 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231341717728 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19811] ppid=19793 vsize=10750924 memory=640 CPUtime=0.48 cores=0,2,4,6
/proc/19796/task/19811/stat : 19811 (java) S 19793 19796 7968 0 -1 1077944384 735 0 0 0 24 24 0 0 20 0 16 0 16518460 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231340666032 140231852685954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
[pid=19796/tid=19918] ppid=19793 vsize=10750924 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/19796/task/19918/stat : 19918 (java) S 19793 19796 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 16596359 11008946176 2033060 18446744073709551615 4194304 4196468 140733147814464 140231338557424 140231852685013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10747904 140733147816337 140733147816490 140733147816490 140733147819983 0
Current children cumulated CPU time: 2002.63 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8132240 KiB

[startup+799.801 s]*
/proc/loadavg: 4.70 3.86 3.02 3/200 19920
/proc/meminfo: memFree=30129560/32770624 swapFree=67108860/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): 799.813
CPU time (s): 2002.87
CPU user time (s): 1994
CPU system time (s): 8.86733
CPU usage (%): 250.417
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8134868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1994
system time used= 8.86733
maximum resident set size= 8134868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42140
involuntary context switches= 24047


# summary of solver processes directly reported to runsolver:
#   pid: 19796
#   total CPU time (s): 2002.87
#   total CPU user time (s): 1994
#   total CPU system time (s): 8.86733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.13213 second user time and 7.68825 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:58:41
IDJOB=4263316
IDBENCH=126965
IDSOLVER=2651
FILE ID=node128/4263316-1502626357
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-32.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263316-1502626357/watcher-4263316-1502626357 -o /tmp/evaluation-result-4263316-1502626357/solver-4263316-1502626357 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263316-1502626357.xml

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

MD5SUM BENCH= 837217a994f8005f99f0c85081d26675
RANDOM SEED=266596916

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31071952 kB
MemAvailable:   31645140 kB
Buffers:          137040 kB
Cached:           724312 kB
SwapCached:            0 kB
Active:           618232 kB
Inactive:         670112 kB
Active(anon):     427528 kB
Inactive(anon):    16764 kB
Active(file):     190704 kB
Inactive(file):   653348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:        427512 kB
Mapped:            44504 kB
Shmem:             17116 kB
Slab:             114488 kB
SReclaimable:      89940 kB
SUnreclaim:        24548 kB
KernelStack:        3488 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1538368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 14:12:01